public interface ArchiveContentLister
Modifier and Type | Method and Description |
---|---|
org.codehaus.plexus.components.io.fileselectors.FileSelector[] |
getFileSelectors()
Returns a set of
FileSelector instances, which may be used to select the files to extract from the
archive. |
File |
getSourceFile() |
List<ArchiveContentEntry> |
list()
list the archive content.
|
void |
setFileSelectors(org.codehaus.plexus.components.io.fileselectors.FileSelector[] selectors)
Sets a set of
FileSelector instances, which may be used to select the files to extract from the archive. |
void |
setSourceFile(File sourceFile) |
static final String ROLE
List<ArchiveContentEntry> list() throws org.codehaus.plexus.archiver.ArchiverException
ArchiverException
File getSourceFile()
void setSourceFile(File sourceFile)
void setFileSelectors(org.codehaus.plexus.components.io.fileselectors.FileSelector[] selectors)
FileSelector
instances, which may be used to select the files to extract from the archive.
If file selectors are present, then a file is only extracted, if it is confirmed by all file selectors.org.codehaus.plexus.components.io.fileselectors.FileSelector[] getFileSelectors()
FileSelector
instances, which may be used to select the files to extract from the
archive. If file selectors are present, then a file is only extracted, if it is confirmed by all file selectors.Copyright © 2010–2017 Neticoa SAS. All rights reserved.