Class Untar.UntarCompressionMethod
java.lang.Object
org.apache.tools.ant.types.EnumeratedAttribute
org.apache.tools.ant.taskdefs.Untar.UntarCompressionMethod
- Enclosing class:
Untar
Valid Modes for Compression attribute to Untar Task
- Since:
- Ant 1.1
-
Field Summary
Fields inherited from class EnumeratedAttribute
value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecompress(String name, InputStream istream) This method wraps the input stream with the corresponding decompression methodString[]Get valid enumeration valuesMethods inherited from class EnumeratedAttribute
containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toStringModifier and TypeMethodDescriptionfinal booleancontainsValue(String value) Is this value included in the enumeration?final intgetIndex()static EnumeratedAttributegetInstance(Class<? extends EnumeratedAttribute> clazz, String value) Factory method for instantiating EAs via API in a more developer friendly way.final StringgetValue()final intindexOfValue(String value) get the index of a value in this enumeration.voidInvoked byIntrospectionHelper.toString()Convert the value to its string form.
-
Constructor Details
-
UntarCompressionMethod
public UntarCompressionMethod()Constructor
-
-
Method Details
-
getValues
Get valid enumeration values- Specified by:
getValuesin classEnumeratedAttribute- Returns:
- valid values
-
decompress
This method wraps the input stream with the corresponding decompression method- Parameters:
name- provides location information for BuildExceptionistream- input stream- Returns:
- input stream with on-the-fly decompression
- Throws:
IOException- thrown by GZIPInputStream constructorBuildException- thrown if bzip stream does not start with expected magic values
-