public interface Archiver extends Tool
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<String> |
getArchiveOptions(boolean isThinArchive) |
com.google.common.collect.ImmutableList<FileScrubber> |
getScrubbers() |
boolean |
isArgfileRequired()
Whether an argfile is required for a long command line (false means that it is possible to
split a long command line into chunks).
|
boolean |
isRanLibStepRequired() |
com.google.common.collect.ImmutableList<String> |
outputArgs(String outputPath) |
boolean |
supportsThinArchives() |
getCommandPrefix, getEnvironment
com.google.common.collect.ImmutableList<FileScrubber> getScrubbers()
boolean supportsThinArchives()
com.google.common.collect.ImmutableList<String> getArchiveOptions(boolean isThinArchive)
boolean isRanLibStepRequired()
boolean isArgfileRequired()