org.apache.tools.ant.types
Class CommandlineJava.SysProperties
java.lang.Object
|
+--org.apache.tools.ant.types.Environment
|
+--org.apache.tools.ant.types.CommandlineJava.SysProperties
- All Implemented Interfaces:
- java.lang.Cloneable
- Enclosing class:
- CommandlineJava
- public static class CommandlineJava.SysProperties
- extends Environment
- implements java.lang.Cloneable
Specialized Environment class for System properties
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandlineJava.SysProperties
public CommandlineJava.SysProperties()
getVariables
public java.lang.String[] getVariables()
throws BuildException
- Overrides:
getVariables
in class Environment
size
public int size()
setSystem
public void setSystem()
throws BuildException
restoreSystem
public void restoreSystem()
throws BuildException
clone
public java.lang.Object clone()
- Overrides:
clone
in class java.lang.Object
Includes only those classes commonly used by task writers. The Ant 1.4.1 distribution includes complete Javadoc for all classes included in Ant, though in most cases these are not intended as APIs.