org.codehaus.plexus.archiver.tar
Class TarCompressionMethod

java.lang.Object
  extended by org.codehaus.plexus.archiver.util.EnumeratedAttribute
      extended by org.codehaus.plexus.archiver.tar.TarCompressionMethod

public final class TarCompressionMethod
extends EnumeratedAttribute

Valid Modes for Compression attribute to Tar Task


Field Summary
 
Fields inherited from class org.codehaus.plexus.archiver.util.EnumeratedAttribute
value
 
Constructor Summary
TarCompressionMethod()
          Default constructor
 
Method Summary
 java.lang.String[] getValues()
          Get valid enumeration values.
 
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

TarCompressionMethod

public TarCompressionMethod()
                     throws ArchiverException
Default constructor

Throws:
ArchiverException
Method Detail

getValues

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

Specified by:
getValues in class EnumeratedAttribute
Returns:
valid enumeration values


Copyright © 2001-2006 Codehaus. All Rights Reserved.