Uses of Class
org.codehaus.plexus.archiver.tar.TarLongFileMode
-
Packages that use TarLongFileMode Package Description org.codehaus.plexus.archiver.tar -
-
Uses of TarLongFileMode in org.codehaus.plexus.archiver.tar
Fields in org.codehaus.plexus.archiver.tar declared as TarLongFileMode Modifier and Type Field Description private TarLongFileMode
TarArchiver. longFileMode
Methods in org.codehaus.plexus.archiver.tar that return TarLongFileMode Modifier and Type Method Description static TarLongFileMode
TarLongFileMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TarLongFileMode[]
TarLongFileMode. 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 TarLongFileMode Modifier and Type Method Description void
TarArchiver. setLongfile(TarLongFileMode mode)
Set how to handle long files, those with a path>100 chars.
-