|
Kieker 1.12 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkieker.common.util.filesystem.FSUtil
public final class FSUtil
| Field Summary | |
|---|---|
static java.lang.String |
ENCODING
The encoding usually used within Kieker. |
static java.lang.String |
FILE_PREFIX
The prefix of Kieker's record files. |
static java.lang.String |
LEGACY_FILE_PREFIX
The old prefix of Kieker's record files. |
static java.lang.String |
LEGACY_MAP_FILENAME
The old name of Kieker's map files. |
static java.lang.String |
MAP_FILENAME
The name of Kieker's map files. |
static java.lang.String |
NORMAL_FILE_EXTENSION
The usual extension of Kieker's record files. |
static java.lang.String |
ZIP_FILE_EXTENSION
The extension of Kieker's zipped record files. |
| Method Summary | |
|---|---|
static java.lang.String |
decodeNewline(java.lang.String str)
Decodes the given line (replaces \\\\ with \\, \\r with \r and \\n with \n). |
static java.lang.String |
encodeNewline(java.lang.String str)
Encodes the given line (replaces \\ with \\\\, \r with \\r and \n with \\n). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String FILE_PREFIX
public static final java.lang.String MAP_FILENAME
public static final java.lang.String LEGACY_FILE_PREFIX
public static final java.lang.String LEGACY_MAP_FILENAME
public static final java.lang.String NORMAL_FILE_EXTENSION
public static final java.lang.String ZIP_FILE_EXTENSION
public static final java.lang.String ENCODING
| Method Detail |
|---|
public static final java.lang.String encodeNewline(java.lang.String str)
\\ with \\\\, \r with \\r and \n with \\n).
str - The string to encode.
public static final java.lang.String decodeNewline(java.lang.String str)
\\\\ with \\, \\r with \r and \\n with \n).
str - The string to decode.
|
Kieker 1.12 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||