org.apache.tools.ant.types
Class Assertions.BaseAssertion
java.lang.Object
org.apache.tools.ant.types.Assertions.BaseAssertion
- Assertions
public static abstract class Assertions.BaseAssertion
extends java.lang.Object
base class for our assertion elements.
protected String | getClassName() - what is the class name?
|
abstract String | getCommandPrefix() - get the prefix used to begin the command; -ea or -da.
|
protected String | getPackageName() - what is the package name?
|
void | setClass(String className) - name a class
|
void | setPackage(String packageName) - name a package
|
String | toCommand() - create a full command string from this class
|
getClassName
protected String getClassName()
what is the class name?
getCommandPrefix
public abstract String getCommandPrefix()
get the prefix used to begin the command; -ea or -da.
getPackageName
protected String getPackageName()
what is the package name?
setClass
public void setClass(String className)
name a class
setPackage
public void setPackage(String packageName)
name a package
toCommand
public String toCommand()
create a full command string from this class
Copyright B) 2000-2007 Apache Software Foundation. All Rights Reserved.