public class PlexusIoVirtualSymlinkResource extends PlexusIoVirtualFileResource implements org.codehaus.plexus.components.io.resources.PlexusIoSymlink
Constructor and Description |
---|
PlexusIoVirtualSymlinkResource(File symlinkFile,
String symnlinkDestination) |
PlexusIoVirtualSymlinkResource(File symlinkfile,
String name,
String symnlinkDestination) |
Modifier and Type | Method and Description |
---|---|
String |
getSymlinkDestination() |
boolean |
isSymbolicLink() |
getAttributes, getContents, getFile, getLastModified, getName, getSize, getURL, isDirectory, isExisting, isFile
public PlexusIoVirtualSymlinkResource(File symlinkFile, String symnlinkDestination)
public String getSymlinkDestination() throws IOException
getSymlinkDestination
in interface org.codehaus.plexus.components.io.resources.PlexusIoSymlink
IOException
public boolean isSymbolicLink()
isSymbolicLink
in interface org.codehaus.plexus.components.io.fileselectors.FileInfo
isSymbolicLink
in class PlexusIoVirtualFileResource
Copyright © 2001-2014 Codehaus. All Rights Reserved.