com.ikokoon.serenity
Interface IConstants

All Known Implementing Classes:
Aggregator, Cleaner, Collector, Pruner, Transformer

public interface IConstants

This is a constants class for database names and system property names.

Since:
19.07.09
Version:
01.00
Author:
Michael Couck

Field Summary
static java.lang.String CLEAN_CLASSES
          Whether to delete the old class files before writing the new enhanced class files, 'clean.classes'.
static java.lang.String COMPLEXITY
           
static java.lang.String COVERAGE
           
static java.lang.String DATABASE_FILE_JPA
           
static java.lang.String DATABASE_FILE_ODB
           
static java.lang.String DATABASE_FILE_RAM
          The database file, 'serenity.ram', 'serenity.odb', 'serenity.jpa'.
static java.lang.String DEPENDENCY
           
static java.lang.String EXCLUDED_PACKAGES_PROPERTY
          The system property to exclude patterns from the data collection, 'excluded.packages'.
static java.lang.String INCLUDED_ADAPTERS_PROPERTY
          The system property key for the class adapter classes to exclude, 'included.adapters'.
static java.lang.String INCLUDED_JARS_PROPERTY
          The included jars property, 'included.jars'.
static java.lang.String INCLUDED_PACKAGES_PROPERTY
          The system property key for the packages to enhance, 'included.packages'.
static java.lang.String JAVA_CLASS_PATH
          The system property for the Java class path, 'java.class.path'.
static java.lang.String LOG_4_J_PROPERTIES
          The logging configuration file, '/META-INF/log4j.properties'.
static java.lang.String PROFILING
           
static java.lang.String SEPARATOR
          The file separator.
static java.lang.String SERENITY_DIRECTORY
          The Serenity directory for work and output data, i.e. the database. '.
static java.lang.String SERENITY_PERSISTENCE_UNIT
          The JPA persistence unit name, 'SerenityPersistenceUnit'.
static java.lang.String SERENITY_SOURCE
          The Serenity directory for the source to HTML.
static java.lang.String SUREFIRE_TEST_CLASS_PATH
          The Surefire classpath, 'surefire.test.class.path'
static java.lang.String WRITE_CLASSES
          Whether to write the enhanced classes to the .
 

Field Detail

SEPARATOR

static final java.lang.String SEPARATOR
The file separator.

See Also:
Constant Field Values

SERENITY_DIRECTORY

static final java.lang.String SERENITY_DIRECTORY
The Serenity directory for work and output data, i.e. the database. './serenity'.

See Also:
Constant Field Values

SERENITY_SOURCE

static final java.lang.String SERENITY_SOURCE
The Serenity directory for the source to HTML.

See Also:
Constant Field Values

DATABASE_FILE_RAM

static final java.lang.String DATABASE_FILE_RAM
The database file, 'serenity.ram', 'serenity.odb', 'serenity.jpa'.

See Also:
Constant Field Values

DATABASE_FILE_ODB

static final java.lang.String DATABASE_FILE_ODB
See Also:
Constant Field Values

DATABASE_FILE_JPA

static final java.lang.String DATABASE_FILE_JPA
See Also:
Constant Field Values

SERENITY_PERSISTENCE_UNIT

static final java.lang.String SERENITY_PERSISTENCE_UNIT
The JPA persistence unit name, 'SerenityPersistenceUnit'.

See Also:
Constant Field Values

LOG_4_J_PROPERTIES

static final java.lang.String LOG_4_J_PROPERTIES
The logging configuration file, '/META-INF/log4j.properties'.

See Also:
Constant Field Values

INCLUDED_PACKAGES_PROPERTY

static final java.lang.String INCLUDED_PACKAGES_PROPERTY
The system property key for the packages to enhance, 'included.packages'.

See Also:
Constant Field Values

EXCLUDED_PACKAGES_PROPERTY

static final java.lang.String EXCLUDED_PACKAGES_PROPERTY
The system property to exclude patterns from the data collection, 'excluded.packages'.

See Also:
Constant Field Values

INCLUDED_JARS_PROPERTY

static final java.lang.String INCLUDED_JARS_PROPERTY
The included jars property, 'included.jars'.

See Also:
Constant Field Values

INCLUDED_ADAPTERS_PROPERTY

static final java.lang.String INCLUDED_ADAPTERS_PROPERTY
The system property key for the class adapter classes to exclude, 'included.adapters'.

See Also:
Constant Field Values

JAVA_CLASS_PATH

static final java.lang.String JAVA_CLASS_PATH
The system property for the Java class path, 'java.class.path'.

See Also:
Constant Field Values

SUREFIRE_TEST_CLASS_PATH

static final java.lang.String SUREFIRE_TEST_CLASS_PATH
The Surefire classpath, 'surefire.test.class.path'

See Also:
Constant Field Values

WRITE_CLASSES

static final java.lang.String WRITE_CLASSES
Whether to write the enhanced classes to the ./serenity directory for visual checking, 'write.classes'.

See Also:
Constant Field Values

CLEAN_CLASSES

static final java.lang.String CLEAN_CLASSES
Whether to delete the old class files before writing the new enhanced class files, 'clean.classes'.

See Also:
Constant Field Values

COVERAGE

static final java.lang.String COVERAGE
See Also:
Constant Field Values

COMPLEXITY

static final java.lang.String COMPLEXITY
See Also:
Constant Field Values

DEPENDENCY

static final java.lang.String DEPENDENCY
See Also:
Constant Field Values

PROFILING

static final java.lang.String PROFILING
See Also:
Constant Field Values


Copyright © 2010. All Rights Reserved.