|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjodd.JoddDefault
public class JoddDefault
Jodd library global defaults. They are used in more then one place (class, package).
| Field Summary | |
|---|---|
static java.lang.String |
encoding
Default file encoding (UTF8). |
static int |
ioBufferSize
Default IO buffer size (16 KB). |
static java.lang.String |
JODD_PACKAGE_NAME
Jodd root package. |
static java.lang.String |
JODD_VERSION
Jodd version. |
static java.lang.String |
tempFilePrefix
Default temp file prefix. |
| Constructor Summary | |
|---|---|
JoddDefault()
|
|
| Method Summary |
|---|
| 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 JODD_VERSION
public static final java.lang.String JODD_PACKAGE_NAME
public static java.lang.String tempFilePrefix
public static java.lang.String encoding
public static int ioBufferSize
| Constructor Detail |
|---|
public JoddDefault()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||