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