org.chorem.vradi
Class VradiServiceConfiguration

java.lang.Object
  extended by org.chorem.vradi.VradiServiceConfiguration

public class VradiServiceConfiguration
extends Object

Configuration.

Since:
26 mars 2010 21:18:08
Version:
$Revision: 21 $ $Date: 2011-05-09 18:43:58 +0200 (lun., 09 mai 2011) $
Author:
schorlet

Nested Class Summary
static class VradiServiceConfiguration.VradiServiceActionDef
          Actions can be called in command line
static class VradiServiceConfiguration.VradiServiceOption
          Vradi option definition.
 
Field Summary
static String ATTACHEMENTS_DEFAULT_DIR_NAME
           
protected static org.nuiton.util.ApplicationConfig config
          Singleton instance.
static String DATA_DEFAULT_DIR
           
static String EMBEDDED_DEFAULT_DIR_NAME
           
static String EXPORT_CSV_DEFAULT_DIR_NAME
           
static String IMPORT_CSV_DEFAULT_DIR_NAME
           
static String PDF_DEFAULT_DIR_NAME
           
static String QUERY_HISTORY_DEFAULT_DIR_NAME
           
static String SESSION_ATTACHEMENTS_DEFAULT_DIR_NAME
           
static int STEP_AFTER_INIT
          After init step.
static String TEMP_DEFAULT_DIR_NAME
           
static String TEMPLATE_DEFAULT_DIR_NAME
           
static String WEB_HARVERT_SCRIPT_DEFAULT_DIR_NAME
           
static String WEB_HARVERT_SCRIPT_PREVIEW_DEFAULT_DIR_NAME
           
 
Method Summary
static org.nuiton.util.ApplicationConfig getConfig(Properties defaults, String... args)
           
static org.nuiton.util.ApplicationConfig getConfig(String... args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STEP_AFTER_INIT

public static final int STEP_AFTER_INIT
After init step.

See Also:
Constant Field Values

config

protected static org.nuiton.util.ApplicationConfig config
Singleton instance.


DATA_DEFAULT_DIR

public static final String DATA_DEFAULT_DIR

ATTACHEMENTS_DEFAULT_DIR_NAME

public static final String ATTACHEMENTS_DEFAULT_DIR_NAME
See Also:
Constant Field Values

SESSION_ATTACHEMENTS_DEFAULT_DIR_NAME

public static final String SESSION_ATTACHEMENTS_DEFAULT_DIR_NAME
See Also:
Constant Field Values

EMBEDDED_DEFAULT_DIR_NAME

public static final String EMBEDDED_DEFAULT_DIR_NAME
See Also:
Constant Field Values

QUERY_HISTORY_DEFAULT_DIR_NAME

public static final String QUERY_HISTORY_DEFAULT_DIR_NAME
See Also:
Constant Field Values

TEMPLATE_DEFAULT_DIR_NAME

public static final String TEMPLATE_DEFAULT_DIR_NAME
See Also:
Constant Field Values

PDF_DEFAULT_DIR_NAME

public static final String PDF_DEFAULT_DIR_NAME
See Also:
Constant Field Values

TEMP_DEFAULT_DIR_NAME

public static final String TEMP_DEFAULT_DIR_NAME
See Also:
Constant Field Values

EXPORT_CSV_DEFAULT_DIR_NAME

public static final String EXPORT_CSV_DEFAULT_DIR_NAME
See Also:
Constant Field Values

IMPORT_CSV_DEFAULT_DIR_NAME

public static final String IMPORT_CSV_DEFAULT_DIR_NAME
See Also:
Constant Field Values

WEB_HARVERT_SCRIPT_DEFAULT_DIR_NAME

public static final String WEB_HARVERT_SCRIPT_DEFAULT_DIR_NAME
See Also:
Constant Field Values

WEB_HARVERT_SCRIPT_PREVIEW_DEFAULT_DIR_NAME

public static final String WEB_HARVERT_SCRIPT_PREVIEW_DEFAULT_DIR_NAME
See Also:
Constant Field Values
Method Detail

getConfig

public static org.nuiton.util.ApplicationConfig getConfig(String... args)

getConfig

public static org.nuiton.util.ApplicationConfig getConfig(Properties defaults,
                                                          String... args)


Copyright © 2009-2011 CodeLutin. All Rights Reserved.