org.codehaus.plexus.components.io.resources
Class AbstractPlexusIoResourceWithAttributes
java.lang.Object
org.codehaus.plexus.components.io.resources.AbstractPlexusIoResource
org.codehaus.plexus.components.io.resources.AbstractPlexusIoResourceWithAttributes
- All Implemented Interfaces:
- FileInfo, PlexusIoResource, PlexusIoResourceWithAttributes
- Direct Known Subclasses:
- PlexusIoFileResource, PlexusIoProxyResourceWithAttributes
public abstract class AbstractPlexusIoResourceWithAttributes
- extends AbstractPlexusIoResource
- implements PlexusIoResourceWithAttributes
Methods inherited from class org.codehaus.plexus.components.io.resources.AbstractPlexusIoResource |
getLastModified, getName, getSize, isDirectory, isExisting, isFile, setDirectory, setExisting, setFile, setLastModified, setName, setSize |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractPlexusIoResourceWithAttributes
public AbstractPlexusIoResourceWithAttributes()
getAttributes
public PlexusIoResourceAttributes getAttributes()
- Specified by:
getAttributes
in interface PlexusIoResourceWithAttributes
setAttributes
public void setAttributes(PlexusIoResourceAttributes attributes)
- Specified by:
setAttributes
in interface PlexusIoResourceWithAttributes
Copyright © 2001-2012 Codehaus. All Rights Reserved.