Package | Description |
---|---|
org.codehaus.plexus.archiver.tar |
Modifier and Type | Method and Description |
---|---|
static TarLongFileMode |
TarLongFileMode.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
void |
TarArchiver.setLongfile(TarLongFileMode mode)
Set how to handle long files, those with a path>100 chars.
|
Copyright © 2001-2014 Codehaus. All Rights Reserved.