public final class OpenGrid
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static org.slf4j.Logger |
logger |
static java.lang.String |
VERSION
The current version of this package.
|
Constructor and Description |
---|
OpenGrid() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
checkValidFilename(java.lang.String filename)
Checks that a value is allowed as a file/directory name.
|
static void |
close(java.io.Closeable closeable)
Exception-safe method for closing closeable object.
|
private static final org.slf4j.Logger logger
public static final java.lang.String VERSION
public static void close(java.io.Closeable closeable)
public static java.lang.String checkValidFilename(java.lang.String filename)
java.lang.IllegalArgumentException
- If the filename is not valid