public class Util extends Object
| Constructor and Description |
|---|
Util() |
| Modifier and Type | Method and Description |
|---|---|
static Path |
canonicalPath(File file) |
static Path |
canonicalPath(Path path) |
static Path |
canonicalPath(String path) |
static void |
checkLock(Path databaseDirectory) |
static String |
neo4jVersion() |
static void |
wrapIOException(IOException e) |
public static Path canonicalPath(Path path) throws IllegalArgumentException
IllegalArgumentExceptionpublic static Path canonicalPath(String path) throws IllegalArgumentException
IllegalArgumentExceptionpublic static Path canonicalPath(File file) throws IllegalArgumentException
IllegalArgumentExceptionpublic static void checkLock(Path databaseDirectory) throws CommandFailed
CommandFailedpublic static void wrapIOException(IOException e) throws CommandFailed
CommandFailedCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.