public class SymlinkUtils extends Object
Constructor and Description |
---|
SymlinkUtils() |
Modifier and Type | Method and Description |
---|---|
static File |
createSymbolicLink(File symlink,
File target) |
static File |
readSymbolicLink(File symlink)
Reads the target of the symbolic link
|
public static File readSymbolicLink(File symlink) throws IOException
symlink
- A file that is a symlinkIOException
public static File createSymbolicLink(File symlink, File target) throws IOException
IOException
Copyright © 2001-2014 Codehaus. All Rights Reserved.