com.i3sp.ant.depend
Class Environment
java.lang.Object
|
+--com.i3sp.ant.depend.Environment
- public class Environment
- extends java.lang.Object
Class holding environment settings
- Author:
- Matthew Watson mattw@i3sp.com
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Environment
public Environment()
setSettings
public void setSettings(ProjectDependencies.Settings settings_)
setSubproject
public void setSubproject(SubProjectDependency subproject_)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name_)
createClasspath
public org.apache.tools.ant.types.PatternSet createClasspath()
createLibpath
public org.apache.tools.ant.types.PatternSet createLibpath()
createPath
public org.apache.tools.ant.types.PatternSet createPath()
createManpath
public org.apache.tools.ant.types.PatternSet createManpath()
createProperty
public Environment.PropertySetter createProperty()
getProperties
public java.util.ArrayList getProperties()
makeClasspath
public void makeClasspath(org.apache.tools.ant.types.Path cp)
makeLibpath
public void makeLibpath(org.apache.tools.ant.types.Path cp)
makePath
public void makePath(org.apache.tools.ant.types.Path cp)
makeManpath
public void makeManpath(org.apache.tools.ant.types.Path cp)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2001 i3SP Pty. Ltd. All Rights Reserved.