org.apache.tools.ant.types
public abstract static class Assertions.BaseAssertion extends Object
Method Summary | |
---|---|
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 |
Returns: classname or null
See Also: BaseAssertion
Returns: prefix
Returns: package name or null
See Also: BaseAssertion
Parameters: className
Parameters: packageName
Returns: The command string
Throws: BuildException in case of trouble