Uses of Enum
org.codehaus.plexus.archiver.tar.TarArchiver.TarCompressionMethod
Packages that use TarArchiver.TarCompressionMethod
-
Uses of TarArchiver.TarCompressionMethod in org.codehaus.plexus.archiver.tar
Fields in org.codehaus.plexus.archiver.tar declared as TarArchiver.TarCompressionMethodModifier and TypeFieldDescriptionprivate TarArchiver.TarCompressionMethod
TarArchiver.compression
Methods in org.codehaus.plexus.archiver.tar that return TarArchiver.TarCompressionMethodModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static TarArchiver.TarCompressionMethod[]
TarArchiver.TarCompressionMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.codehaus.plexus.archiver.tar with parameters of type TarArchiver.TarCompressionMethodModifier and TypeMethodDescriptionprivate OutputStream
TarArchiver.compress
(TarArchiver.TarCompressionMethod tarCompressionMethod, OutputStream ostream) void
TarArchiver.setCompression
(TarArchiver.TarCompressionMethod mode) Set compression method.