org.codehaus.plexus.archiver.tar
Class TarArchiver.TarCompressionMethod

java.lang.Object
  extended by org.codehaus.plexus.archiver.util.EnumeratedAttribute
      extended by org.codehaus.plexus.archiver.tar.TarArchiver.TarCompressionMethod
Enclosing class:
TarArchiver

public static final class TarArchiver.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
TarArchiver.TarCompressionMethod()
          Default constructor
 
Method Summary
 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

TarArchiver.TarCompressionMethod

public TarArchiver.TarCompressionMethod()
Default constructor

Method Detail

getValues

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

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


Copyright © 2008-2012 Sonatype, Inc.. All Rights Reserved.