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

All Superinterfaces:
FileInfo, PlexusIoResource
All Known Implementing Classes:
AbstractPlexusIoResourceWithAttributes, PlexusIoFileResource, PlexusIoProxyResourceWithAttributes

public interface PlexusIoResourceWithAttributes
extends PlexusIoResource


Field Summary
 
Fields inherited from interface org.codehaus.plexus.components.io.resources.PlexusIoResource
UNKNOWN_MODIFICATION_DATE, UNKNOWN_RESOURCE_SIZE
 
Method Summary
 PlexusIoResourceAttributes getAttributes()
           
 void setAttributes(PlexusIoResourceAttributes attributes)
           
 
Methods inherited from interface org.codehaus.plexus.components.io.resources.PlexusIoResource
getLastModified, getSize, getURL, isExisting
 
Methods inherited from interface org.codehaus.plexus.components.io.fileselectors.FileInfo
getContents, getName, isDirectory, isFile
 

Method Detail

getAttributes

PlexusIoResourceAttributes getAttributes()

setAttributes

void setAttributes(PlexusIoResourceAttributes attributes)


Copyright © 2001-2011 Codehaus. All Rights Reserved.