public class Ar extends ArchiveBase
Modifier and Type | Class and Description |
---|---|
static class |
Ar.Format
The supported tar formats for entries with long file names.
|
ArchiveBase.Duplicate, ArchiveBase.EntryBuilder, ArchiveBase.FileSetBuilder, ArchiveBase.Mode, ArchiveBase.ResourceCollectionFlags, ArchiveBase.ResourceFlags, ArchiveBase.ResourceWithFlags, ArchiveBase.WhenEmpty
Constructor and Description |
---|
Ar() |
Modifier and Type | Method and Description |
---|---|
void |
setFilesOnly(boolean b)
Whether only file entries should be added to the archive.
|
void |
setFormat(Ar.Format f)
The format for entries with filenames longer than 16 characters
or containign spaces - any other entry will always use "ar".
|
add, addConfiguredDest, addDuplicate, bendSlashesForward, ensureParentDirs, execute, findSources, findUnmatchedTargets, getDest, getEncoding, getEntryBuilder, getFactory, getFileSetBuilder, getFlags, getFlags, getMode, getPreserveLeadingSlashes, isFilesOnly, isUpToDate, round, setDest, setDestfile, setDuplicate, setEncoding, setEntryBuilder, setFactory, setFileSetBuilder, setMode, setPreserve0permissions, setPreserveLeadingSlashes, setRoundUp, setWhenempty, sort, validate, writeArchive
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
public void setFilesOnly(boolean b)
ArchiveBase
setFilesOnly
in class ArchiveBase
public void setFormat(Ar.Format f)