org.codehaus.plexus.archiver.util
Class DefaultArchivedFileSet

java.lang.Object
  extended by org.codehaus.plexus.archiver.util.AbstractFileSet
      extended by org.codehaus.plexus.archiver.util.DefaultArchivedFileSet
All Implemented Interfaces:
ArchivedFileSet, BaseFileSet

public class DefaultArchivedFileSet
extends AbstractFileSet
implements ArchivedFileSet

Default implementation of ArchivedFileSet.

Since:
1.0-alpha-9

Constructor Summary
DefaultArchivedFileSet()
           
 
Method Summary
 java.io.File getArchive()
          Returns the archive file.
 void setArchive(java.io.File archive)
          Sets the file sets archive.
 
Methods inherited from class org.codehaus.plexus.archiver.util.AbstractFileSet
getExcludes, getFileSelectors, getIncludes, getPrefix, isCaseSensitive, isIncludingEmptyDirectories, isUsingDefaultExcludes, setCaseSensitive, setExcludes, setFileSelectors, setIncludes, setIncludingEmptyDirectories, setPrefix, setUsingDefaultExcludes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.codehaus.plexus.archiver.BaseFileSet
getExcludes, getFileSelectors, getIncludes, getPrefix, isCaseSensitive, isIncludingEmptyDirectories, isUsingDefaultExcludes
 

Constructor Detail

DefaultArchivedFileSet

public DefaultArchivedFileSet()
Method Detail

setArchive

public void setArchive(java.io.File archive)
Sets the file sets archive.


getArchive

public java.io.File getArchive()
Description copied from interface: ArchivedFileSet
Returns the archive file.

Specified by:
getArchive in interface ArchivedFileSet


Copyright © 2001-2010 Codehaus. All Rights Reserved.