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
 File getArchive()
          Returns the archive file.
 
Methods inherited from interface org.codehaus.plexus.archiver.BaseFileSet
getExcludes, getFileSelectors, getIncludes, getPrefix, isCaseSensitive, isIncludingEmptyDirectories, isUsingDefaultExcludes
 

Method Detail

getArchive

File getArchive()
Returns the archive file.



Copyright © 2008-2012 Sonatype, Inc.. All Rights Reserved.