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
 java.io.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

public java.io.File getArchive()
Returns the archive file.



Copyright © 2001-2008 Codehaus. All Rights Reserved.