org.codehaus.plexus.archiver.jar
Class JarArchiver.FilesetManifestConfig
java.lang.Object
org.codehaus.plexus.archiver.util.EnumeratedAttribute
org.codehaus.plexus.archiver.jar.JarArchiver.FilesetManifestConfig
- Enclosing class:
- JarArchiver
public static class JarArchiver.FilesetManifestConfig
- extends EnumeratedAttribute
Method Summary |
String[] |
getValues()
This is the only method a subclass needs to implement. |
JarArchiver.FilesetManifestConfig
public JarArchiver.FilesetManifestConfig()
getValues
public String[] getValues()
- Description copied from class:
EnumeratedAttribute
- This is the only method a subclass needs to implement.
- Specified by:
getValues
in class EnumeratedAttribute
- Returns:
- an array holding all possible values of the enumeration.
The order of elements must be fixed so that indexOfValue(String)
always return the same index for the same value.
Copyright © 2008-2011 Sonatype, Inc.. All Rights Reserved.