com.izforge.izpack.ant
Class IzPackTask.InstallerType

java.lang.Object
  extended byorg.apache.tools.ant.types.EnumeratedAttribute
      extended bycom.izforge.izpack.ant.IzPackTask.InstallerType
Enclosing class:
IzPackTask

public static class IzPackTask.InstallerType
extends org.apache.tools.ant.types.EnumeratedAttribute

Enumerated attribute with the values "asis", "add" and "remove".

Author:
Paul Wilkinson

Field Summary
 
Fields inherited from class org.apache.tools.ant.types.EnumeratedAttribute
value
 
Constructor Summary
IzPackTask.InstallerType()
           
 
Method Summary
 java.lang.String[] getValues()
           
 
Methods inherited from class org.apache.tools.ant.types.EnumeratedAttribute
containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IzPackTask.InstallerType

public IzPackTask.InstallerType()
Method Detail

getValues

public java.lang.String[] getValues()