public class UnixOperations
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
private |
UnixOperations()
Avoid initialization of utility class.
|
| Modifier and Type | Method and Description |
|---|---|
static java.io.File |
resolveSymbolicLink(java.io.File file)
Detect symbolic links and to resolve the original file, recursively.
|
public static java.io.File resolveSymbolicLink(java.io.File file)
throws java.io.IOException
file - A file or folder which may be a symbolic link.java.io.IOException - If an I/O error occurs, e.g. this command was executed on WindowsCopyright © 2009 - 2018 SSE. All Rights Reserved.