jodd
Class JoddDefault

java.lang.Object
  extended by jodd.JoddDefault

public class JoddDefault
extends java.lang.Object

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

JODD_VERSION

public static final java.lang.String JODD_VERSION
Jodd version.


JODD_PACKAGE_NAME

public static final java.lang.String JODD_PACKAGE_NAME
Jodd root package.


tempFilePrefix

public static java.lang.String tempFilePrefix
Default temp file prefix.


encoding

public static java.lang.String encoding
Default file encoding (UTF8).


ioBufferSize

public static int ioBufferSize
Default IO buffer size (16 KB).

Constructor Detail

JoddDefault

public JoddDefault()


Copyright © 2003-2012 Jodd Team