org.codehaus.plexus.components.io.resources
Interface PlexusIoArchivedResourceCollection

All Superinterfaces:
PlexusIoResourceCollection
All Known Implementing Classes:
AbstractPlexusIoArchiveResourceCollection, PlexusIoCompressedFileResourceCollection, PlexusIoZipFileResourceCollection

public interface PlexusIoArchivedResourceCollection
extends PlexusIoResourceCollection

Extension of PlexusIoResourceCollection for archive files: Zip, tar, gzip, bzip2, etc. files.


Field Summary
 
Fields inherited from interface org.codehaus.plexus.components.io.resources.PlexusIoResourceCollection
DEFAULT_ROLE_HINT, ROLE
 
Method Summary
 java.io.File getFile()
          Returns the archive file
 void setFile(java.io.File file)
          Sets the arcihve file
 
Methods inherited from interface org.codehaus.plexus.components.io.resources.PlexusIoResourceCollection
getLastModified, getName, getResources
 

Method Detail

setFile

void setFile(java.io.File file)
Sets the arcihve file


getFile

java.io.File getFile()
Returns the archive file



Copyright © 2001-2011 Codehaus. All Rights Reserved.