|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.plexus.archiver.util.EnumeratedAttribute
org.codehaus.plexus.archiver.tar.TarCompressionMethod
public final class TarCompressionMethod
Valid Modes for Compression attribute to Tar Task
| Field Summary | |
|---|---|
private static java.lang.String |
BZIP2
BZIP2 compression |
private static java.lang.String |
GZIP
GZIP compression |
private static java.lang.String |
NONE
No compression |
| 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 |
| Field Detail |
|---|
private static final java.lang.String NONE
private static final java.lang.String GZIP
private static final java.lang.String BZIP2
| Constructor Detail |
|---|
public TarCompressionMethod()
throws ArchiverException
ArchiverException| Method Detail |
|---|
public java.lang.String[] getValues()
getValues in class EnumeratedAttribute
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||