org.openbp.cockpit
Class CockpitConstants

java.lang.Object
  extended by org.openbp.cockpit.CockpitConstants

public abstract class CockpitConstants
extends java.lang.Object

Cockpit constants.

Author:
Heiko Erhardt

Field Summary
static java.lang.String COCKPIT
          Cockpit directory
static java.lang.String CUSTOM_OBJECT_DESCRIPTOR_SETS
          Custom object descriptor set directory
static java.lang.String DOC_JAVA_API
          Java API reference document
static java.lang.String DOC_MANUAL
          overview document
static java.lang.String GENERATOR
          Generator directory
static java.lang.String PLUGIN
          Plugin directory
static java.lang.String RESOURCE_COCKPIT
          Name of the resource component for general Jaspira resources
static java.lang.String SKIN
          Skin directory
 
Constructor Summary
CockpitConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE_COCKPIT

public static final java.lang.String RESOURCE_COCKPIT
Name of the resource component for general Jaspira resources

See Also:
Constant Field Values

COCKPIT

public static final java.lang.String COCKPIT
Cockpit directory

See Also:
Constant Field Values

PLUGIN

public static final java.lang.String PLUGIN
Plugin directory

See Also:
Constant Field Values

GENERATOR

public static final java.lang.String GENERATOR
Generator directory

See Also:
Constant Field Values

SKIN

public static final java.lang.String SKIN
Skin directory

See Also:
Constant Field Values

CUSTOM_OBJECT_DESCRIPTOR_SETS

public static final java.lang.String CUSTOM_OBJECT_DESCRIPTOR_SETS
Custom object descriptor set directory

See Also:
Constant Field Values

DOC_MANUAL

public static final java.lang.String DOC_MANUAL
overview document

See Also:
Constant Field Values

DOC_JAVA_API

public static final java.lang.String DOC_JAVA_API
Java API reference document

See Also:
Constant Field Values
Constructor Detail

CockpitConstants

public CockpitConstants()


Copyright © 2011. All Rights Reserved.