Package de.hybris.ant.util
Class YJavaOptions
- java.lang.Object
-
- org.apache.tools.ant.ProjectComponent
-
- org.apache.tools.ant.Task
-
- de.hybris.ant.util.YJavaOptions
-
- All Implemented Interfaces:
java.lang.Cloneable
public class YJavaOptions extends org.apache.tools.ant.TaskThis hybris Property task only removes {JAVAOPTS} from the value attribute and do some linebreaks into the remaining string
-
-
Constructor Summary
Constructors Constructor Description YJavaOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()voidsetName(java.lang.String name)voidsetValue(java.lang.String value)-
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
-
-