Class FTPTask.FTPSystemType
java.lang.Object
org.apache.tools.ant.types.EnumeratedAttribute
org.apache.tools.ant.taskdefs.optional.net.FTPTask.FTPSystemType
- Enclosing class:
FTPTask
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
-
Method Summary
Methods inherited from class org.apache.tools.ant.types.EnumeratedAttribute
containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toString
-
Constructor Details
-
FTPSystemType
public FTPSystemType()
-
-
Method Details
-
getValues
Get the valid values.- Specified by:
getValues
in classEnumeratedAttribute
- Returns:
- the list of valid system types.
-