Uses of Enum
org.codehaus.plexus.archiver.tar.TarLongFileMode
Packages that use TarLongFileMode
-
Uses of TarLongFileMode in org.codehaus.plexus.archiver.tar
Subclasses with type arguments of type TarLongFileMode in org.codehaus.plexus.archiver.tarModifier and TypeClassDescriptionenumSet of options for long file handling in the task.Methods in org.codehaus.plexus.archiver.tar that return TarLongFileModeModifier and TypeMethodDescriptionstatic TarLongFileModeReturns 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 TarLongFileModeModifier and TypeMethodDescriptionvoidTarArchiver.setLongfile(TarLongFileMode mode) Set how to handle long files, those with a path>100 chars.