public class SymbolicLink extends File
| Constructor and Description |
|---|
SymbolicLink(Path targetPath,
Path referencedPath)
Create a new symbolic link object.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
installContents(Path targetAbsolutePath)
Install the file into specified location.
|
equals, getAccessMode, getDescriptor, getDescriptorExtra, getTargetPath, hashCode, installprotected void installContents(Path targetAbsolutePath) throws IOException
FileImplementations of this method can assume that all parent directory of target file already exists. Access mode of target file doesn't have to be set as it will be manipulated with other means.
installContents in class FiletargetAbsolutePath - absolute path to the target fileIOExceptionCopyright © 2012-2015 Red Hat, Inc.. All Rights Reserved.