|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectraccoon.api.PsfRaccoonServices
public abstract class PsfRaccoonServices
Contains the logical names of the public services contained in the Raccoon Framework.
This interface is useful in the sense that it usually indicates the name of the accessor Each implementation should extends this interface in order to specify the available services.
Field Summary | |
---|---|
static java.lang.String |
FACTORY
The factory service: Factory . |
static java.lang.String |
NUCLEUS
The nucleus service: Nucleus . |
static java.lang.String |
RACCOON_NAME
The name of Raccoon. |
static java.lang.String |
RACCOON_SYS_PROPS
The system property that defines the configuration file that will use. |
static java.lang.String |
RACCOON_VERSION
The version of Raccoon. |
static java.lang.String |
RACCOON_VERSION_ID
The version id of Raccoon. |
static int |
RACCOON_VERSION_MAJOR
|
static int |
RACCOON_VERSION_MINOR
|
static java.lang.String |
REPO_GENERATOR
The repository generator service: RepoGenerator . |
static java.lang.String |
SERVICE_BEAN_ANALYZER
The name of the bean analyzer service: BeanAnalyzer . |
static java.lang.String |
SERVICE_BRIDGE_NAME
Constant used to invoke the bridge base service. |
static java.lang.String |
SERVICE_CONFIG
The name of the configuration service: config . |
static java.lang.String |
SERVICE_JAVA_PARSER
The Java Parser service: JavaParser . |
static java.lang.String |
SERVICE_LOGGER
The name of the logging service: log . |
static java.lang.String |
SERVICE_MANAGER
The name of the Service Manager service. |
static java.lang.String |
SERVICE_NUCLEUS_NAME
Constant used to invoke the default nucleus service. |
static java.lang.String |
SERVICE_XML_PARSER
The name of the XML to IMessage parser: XmlParser . |
static java.lang.String |
UNIT_TESTER
The name of the Unit Tester service. |
static java.lang.String |
UTILS
The utility service: Utils . |
Constructor Summary | |
---|---|
PsfRaccoonServices()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String SERVICE_BRIDGE_NAME
public static final java.lang.String SERVICE_NUCLEUS_NAME
public static final java.lang.String SERVICE_LOGGER
log
.
public static final java.lang.String SERVICE_CONFIG
config
.
public static final java.lang.String SERVICE_BEAN_ANALYZER
BeanAnalyzer
.
public static final java.lang.String SERVICE_XML_PARSER
XmlParser
.
IXmlToMessage
public static final java.lang.String SERVICE_JAVA_PARSER
JavaParser
.
public static final java.lang.String NUCLEUS
Nucleus
.
public static final java.lang.String FACTORY
Factory
.
public static final java.lang.String REPO_GENERATOR
RepoGenerator
.
public static final java.lang.String UTILS
Utils
.
IUtils
public static final java.lang.String UNIT_TESTER
public static final java.lang.String SERVICE_MANAGER
IServiceManager
public static final java.lang.String RACCOON_NAME
public static final java.lang.String RACCOON_VERSION_ID
public static final java.lang.String RACCOON_VERSION
public static final java.lang.String RACCOON_SYS_PROPS
public static final int RACCOON_VERSION_MAJOR
public static final int RACCOON_VERSION_MINOR
Constructor Detail |
---|
public PsfRaccoonServices()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |