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, install
protected void installContents(Path targetAbsolutePath) throws IOException
File
Implementations 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 File
targetAbsolutePath
- absolute path to the target fileIOException
Copyright © 2012-2017 Red Hat, Inc.. All Rights Reserved.