Class PlexusIoSymlinkResource
- java.lang.Object
-
- org.codehaus.plexus.components.io.resources.AbstractPlexusIoResource
-
- org.codehaus.plexus.components.io.resources.PlexusIoFileResource
-
- org.codehaus.plexus.components.io.resources.PlexusIoSymlinkResource
-
- All Implemented Interfaces:
FileInfo
,ContentSupplier
,FileSupplier
,NameSupplier
,ResourceAttributeSupplier
,SizeSupplier
,SymlinkDestinationSupplier
,PlexusIoResource
public class PlexusIoSymlinkResource extends PlexusIoFileResource implements SymlinkDestinationSupplier
-
-
Field Summary
-
Fields inherited from interface org.codehaus.plexus.components.io.resources.PlexusIoResource
UNKNOWN_MODIFICATION_DATE, UNKNOWN_RESOURCE_SIZE
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getSymlinkDestination()
-
Methods inherited from class org.codehaus.plexus.components.io.resources.PlexusIoFileResource
getAttributes, getContents, getFile, getLastModified, getName, getSize, getURL, isDirectory, isExisting, isFile, isSymbolicLink
-
Methods inherited from class org.codehaus.plexus.components.io.resources.AbstractPlexusIoResource
getName
-
-
-
-
Method Detail
-
getSymlinkDestination
public java.lang.String getSymlinkDestination() throws java.io.IOException
- Specified by:
getSymlinkDestination
in interfaceSymlinkDestinationSupplier
- Throws:
java.io.IOException
-
-