org.apache.tools.ant.types
Class Environment.Variable
java.lang.Object
org.apache.tools.ant.types.Environment.Variable
- Enclosing class:
- Environment
- public static class Environment.Variable
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Environment.Variable
public Environment.Variable()
setKey
public void setKey(java.lang.String key)
setValue
public void setValue(java.lang.String value)
getKey
public java.lang.String getKey()
getValue
public java.lang.String getValue()
setPath
public void setPath(Path path)
setFile
public void setFile(java.io.File file)
getContent
public java.lang.String getContent()
throws BuildException
- Throws:
BuildException
Copyright © 2000-2003 Apache Software Foundation. All Rights Reserved.