|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.apache.tools.ant.taskdefs.Property
com.izforge.izpack.ant.Property
public class Property
A subclass of Ant Property to validate values, but not add to the ant project's properties.
| Field Summary | |
|---|---|
protected java.util.Properties |
props
Store the property[s] of this Property tag. |
| Fields inherited from class org.apache.tools.ant.taskdefs.Property |
|---|
classpath, env, file, name, prefix, ref, resource, url, userProperty, value |
| Fields inherited from class org.apache.tools.ant.Task |
|---|
description, location, target, taskName, taskType, wrapper |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
|---|
project |
| Constructor Summary | |
|---|---|
Property()
Creates new IZPackTask |
|
| Method Summary | |
|---|---|
protected void |
addProperty(java.lang.String n,
java.lang.String v)
Overridden to store properties locally, not in the Ant Project. |
java.util.Properties |
getProperties()
|
| Methods inherited from class org.apache.tools.ant.taskdefs.Property |
|---|
addProperties, createClasspath, execute, getClasspath, getEnvironment, getFile, getName, getPrefix, getRefid, getResource, getUrl, getValue, loadEnvironment, loadFile, loadResource, loadUrl, setClasspath, setClasspathRef, setEnvironment, setFile, setLocation, setName, setPrefix, setRefid, setResource, setUrl, setUserProperty, setValue, toString |
| Methods inherited from class org.apache.tools.ant.Task |
|---|
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
|---|
getProject, setProject |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.util.Properties props
| Constructor Detail |
|---|
public Property()
| Method Detail |
|---|
public java.util.Properties getProperties()
protected void addProperty(java.lang.String n,
java.lang.String v)
addProperty in class org.apache.tools.ant.taskdefs.Propertyn - name of propertyv - value to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||