org.apache.tools.ant.taskdefs.optional.net
Class FTPTask.FTPSystemType

java.lang.Object
  extended by org.apache.tools.ant.types.EnumeratedAttribute
      extended by org.apache.tools.ant.taskdefs.optional.net.FTPTask.FTPSystemType
Enclosing class:
FTPTask

public static class FTPTask.FTPSystemType
extends EnumeratedAttribute

one of the valid system type keys recognized by the systemTypeKey attribute.


Field Summary
 
Fields inherited from class org.apache.tools.ant.types.EnumeratedAttribute
value
 
Constructor Summary
FTPTask.FTPSystemType()
           
 
Method Summary
 java.lang.String[] getValues()
          Get the valid values.
 
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

FTPTask.FTPSystemType

public FTPTask.FTPSystemType()
Method Detail

getValues

public java.lang.String[] getValues()
Get the valid values.

Specified by:
getValues in class EnumeratedAttribute
Returns:
the list of valid system types.