Package org.codehaus.plexus.archiver
Interface ArchivedFileSet
-
- All Superinterfaces:
BaseFileSet
- All Known Implementing Classes:
DefaultArchivedFileSet
public interface ArchivedFileSet extends BaseFileSet
A file set, which consists of the files and directories in an archive.- Since:
- 1.0-alpha-9
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description File
getArchive()
Returns the archive file.-
Methods inherited from interface org.codehaus.plexus.archiver.BaseFileSet
getExcludes, getFileMappers, getFileSelectors, getIncludes, getPrefix, getStreamTransformer, isCaseSensitive, isIncludingEmptyDirectories, isUsingDefaultExcludes
-
-
-
-
Method Detail
-
getArchive
@CheckForNull File getArchive()
Returns the archive file.
-
-