com.sun.enterprise.tools.classmodel
Class Constants

java.lang.Object
  extended by com.sun.enterprise.tools.classmodel.Constants
Direct Known Subclasses:
InhabitantsFilter, InhabitantsGenerator, InhabitantsSorter

public class Constants
extends Object


Field Summary
static String PARAM_INHABITANT_SOURCE_FILE
          This is the source inhabitants file read.
static String PARAM_INHABITANT_TARGET_FILE
          This is the target inhabitants file built.
static String PARAM_INHABITANTS_CLASSPATH
          This is the working classpath the introspection machinery will use to resolve referenced contracts and annotations.
static String PARAM_INHABITANTS_CLASSPATH_ADVISOR
          This is the optionally provided Advisor for pruning and/or caching the PARAM_INHABITANTS_CLASSPATH.
static String PARAM_INHABITANTS_SORTED
          Set to true if the inhabitants should be sorted
static String PARAM_INHABITANTS_SOURCE_FILES
          This is the source files (jars | directories) to introspect and build a habitat for.
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARAM_INHABITANT_TARGET_FILE

public static final String PARAM_INHABITANT_TARGET_FILE
This is the target inhabitants file built.

Passed as a system property.

See Also:
Constant Field Values

PARAM_INHABITANT_SOURCE_FILE

public static final String PARAM_INHABITANT_SOURCE_FILE
This is the source inhabitants file read.

Passed as a system property.

See Also:
Constant Field Values

PARAM_INHABITANTS_SOURCE_FILES

public static final String PARAM_INHABITANTS_SOURCE_FILES
This is the source files (jars | directories) to introspect and build a habitat for.

Passed as a system property.

See Also:
Constant Field Values

PARAM_INHABITANTS_CLASSPATH

public static final String PARAM_INHABITANTS_CLASSPATH
This is the working classpath the introspection machinery will use to resolve referenced contracts and annotations. Without this you may see a bogus inhabitants file being generated. The indicator for this is a habitat with only class names and missing indicies.

Passed as a system property.

See Also:
Constant Field Values

PARAM_INHABITANTS_SORTED

public static final String PARAM_INHABITANTS_SORTED
Set to true if the inhabitants should be sorted

Passed as a system property.

See Also:
Constant Field Values

PARAM_INHABITANTS_CLASSPATH_ADVISOR

public static final String PARAM_INHABITANTS_CLASSPATH_ADVISOR
This is the optionally provided Advisor for pruning and/or caching the PARAM_INHABITANTS_CLASSPATH.

Passed as a system property.

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()


Copyright © 2013 Oracle Corporation. All Rights Reserved.