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