Class SymbolicLink
java.lang.Object
org.fedoraproject.xmvn.tools.install.File
org.fedoraproject.xmvn.tools.install.SymbolicLink
A symbolic link installed in target package.
- Author:
- Mikolaj Izdebski
-
Constructor Summary
ConstructorsConstructorDescriptionSymbolicLink(Path targetPath, Path referencedPath) Create a new symbolic link object. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidinstallContents(Path targetAbsolutePath) Install the file into specified location.Methods inherited from class File
equals, getAccessMode, getDescriptor, getDescriptorExtra, getTargetPath, hashCode, install
-
Constructor Details
-
SymbolicLink
-
-
Method Details
-
installContents
Description copied from class:FileInstall the file into specified location.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.
- Specified by:
installContentsin classFile- Parameters:
targetAbsolutePath- absolute path to the target file- Throws:
IOException
-