Package org.apache.uima.pear.insd.edit
Interface InsdConstants
- All Known Implementing Classes:
EditInstallationDescriptorWizard
,GeneratePearWizard
,INSDComponentPage
,INSDEnvironmentPage
,PearFileResourceExportPage
public interface InsdConstants
this interface defines common constants used in classes related to handling PEAR Installation
Descriptor.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The cas consumer descriptor path.static final String
The cas initializer descriptor path.static final String
The collection iterator descriptor path.static final String
The comp descriptor path.static final String
The comp id.static final String
The comp name.static final String
The comp type analysis engine.static final String
The comp type cas consumer.static final String
The comp type cas initializer.static final String
The comp type collection reader.static final String
The comp type cpe.
-
Field Details
-
COMP_ID
The comp id.- See Also:
-
COMP_DESCRIPTOR_PATH
The comp descriptor path.- See Also:
-
COMP_NAME
The comp name.- See Also:
-
COLLECTION_ITERATOR_DESCRIPTOR_PATH
The collection iterator descriptor path.- See Also:
-
CAS_INITIALIZER_DESCRIPTOR_PATH
The cas initializer descriptor path.- See Also:
-
CAS_CONSUMER_DESCRIPTOR_PATH
The cas consumer descriptor path.- See Also:
-
COMP_TYPE_ANALYSIS_ENGINE
The comp type analysis engine.- See Also:
-
COMP_TYPE_CAS_CONSUMER
The comp type cas consumer.- See Also:
-
COMP_TYPE_CAS_INITIALIZER
The comp type cas initializer.- See Also:
-
COMP_TYPE_COLLECTION_READER
The comp type collection reader.- See Also:
-
COMP_TYPE_CPE
The comp type cpe.- See Also:
-