org.codehaus.plexus.archiver.jar
Class JarArchiver.FilesetManifestConfig

java.lang.Object
  extended by org.codehaus.plexus.archiver.util.EnumeratedAttribute
      extended by org.codehaus.plexus.archiver.jar.JarArchiver.FilesetManifestConfig
Enclosing class:
JarArchiver

public static class JarArchiver.FilesetManifestConfig
extends EnumeratedAttribute


Field Summary
 
Fields inherited from class org.codehaus.plexus.archiver.util.EnumeratedAttribute
value
 
Constructor Summary
JarArchiver.FilesetManifestConfig()
           
 
Method Summary
 String[] getValues()
          This is the only method a subclass needs to implement.
 
Methods inherited from class org.codehaus.plexus.archiver.util.EnumeratedAttribute
containsValue, getIndex, getValue, indexOfValue, setValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JarArchiver.FilesetManifestConfig

public JarArchiver.FilesetManifestConfig()
Method Detail

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.