Package org.apache.tools.ant.taskdefs
Class Jar.FilesetManifestConfig
java.lang.Object
org.apache.tools.ant.types.EnumeratedAttribute
org.apache.tools.ant.taskdefs.Jar.FilesetManifestConfig
- Enclosing class:
- Jar
The manifest config enumerated type.
- 
Field SummaryFields inherited from class org.apache.tools.ant.types.EnumeratedAttributevalue
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.tools.ant.types.EnumeratedAttributecontainsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toString
- 
Constructor Details- 
FilesetManifestConfigpublic FilesetManifestConfig()
 
- 
- 
Method Details- 
getValuesGet the list of valid strings.- Specified by:
- getValuesin class- EnumeratedAttribute
- Returns:
- the list of values - "skip", "merge" and "mergewithoutmain"
 
 
-