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
FieldsModifier and TypeFieldDescriptionstatic final StringThe cas consumer descriptor path.static final StringThe cas initializer descriptor path.static final StringThe collection iterator descriptor path.static final StringThe comp descriptor path.static final StringThe comp id.static final StringThe comp name.static final StringThe comp type analysis engine.static final StringThe comp type cas consumer.static final StringThe comp type cas initializer.static final StringThe comp type collection reader.static final StringThe 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:
-