|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.uima.resourceSpecifier.factory.impl.UimaASDeploymentDescriptorImpl
public class UimaASDeploymentDescriptorImpl
The Class UimaASDeploymentDescriptorImpl.
Nested Class Summary | |
---|---|
protected static class |
UimaASDeploymentDescriptorImpl.DeploymentContext
The Class DeploymentContext. |
Field Summary | |
---|---|
protected org.apache.uima.resourceSpecifier.AnalysisEngineDeploymentDescriptionDocument |
dd
The dd. |
protected Deployment |
deployment
The deployment. |
protected org.apache.uima.resourceSpecifier.AnalysisEngineDeploymentDescriptionType |
dt
The dt. |
Fields inherited from interface org.apache.uima.resourceSpecifier.factory.UimaASDeploymentDescriptor |
---|
AGGREGATE, BROKERURL, CASPOOL_CAS_COUNT, CASPOOL_INITIAL_FD_HEAP_SIZE, DEFAULT_BROKER_URL, DESCRIPTION, ENDPOINT, ERROR_CPC_ADDITIONAL_ERROR_ACTION, ERROR_PROCESS_CAS_THRESHOLDACTION, ERROR_PROCESS_CAS_THRESHOLDCOUNT, ERROR_PROCESS_CAS_THRESHOLDWINDOW, INPUTQSCALEOUT, NAME, PREFETCH, PROCESS_PARENT_LAST, PROTOCOL, PROVIDER, TOP_CAS_MULTIPLIER |
Constructor Summary | |
---|---|
UimaASDeploymentDescriptorImpl(org.apache.uima.resourceSpecifier.AnalysisEngineDeploymentDescriptionDocument dd,
ServiceContext context,
DelegateConfiguration... delegateConfigurations)
Instantiates a new uima as deployment descriptor impl. |
Method Summary | |
---|---|
Deployment |
getDeployment()
Gets the deployment. |
String |
getDescription()
Gets the description. |
String |
getName()
Gets the name. |
void |
save(File file)
Save. |
void |
setDescription(String description)
Sets the description. |
void |
setName(String name)
Sets the name. |
String |
toXML()
To xml. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected org.apache.uima.resourceSpecifier.AnalysisEngineDeploymentDescriptionDocument dd
protected org.apache.uima.resourceSpecifier.AnalysisEngineDeploymentDescriptionType dt
protected Deployment deployment
Constructor Detail |
---|
public UimaASDeploymentDescriptorImpl(org.apache.uima.resourceSpecifier.AnalysisEngineDeploymentDescriptionDocument dd, ServiceContext context, DelegateConfiguration... delegateConfigurations)
dd
- the ddcontext
- the contextdelegateConfigurations
- the delegate configurationsMethod Detail |
---|
public void setName(String name)
UimaASDeploymentDescriptor
setName
in interface UimaASDeploymentDescriptor
name
- the new namepublic String getName()
UimaASDeploymentDescriptor
getName
in interface UimaASDeploymentDescriptor
public void setDescription(String description)
UimaASDeploymentDescriptor
setDescription
in interface UimaASDeploymentDescriptor
description
- the new descriptionpublic String getDescription()
UimaASDeploymentDescriptor
getDescription
in interface UimaASDeploymentDescriptor
public Deployment getDeployment()
UimaASDeploymentDescriptor
getDeployment
in interface UimaASDeploymentDescriptor
public void save(File file) throws Exception
UimaASDeploymentDescriptor
save
in interface UimaASDeploymentDescriptor
file
- the file
Exception
- the exceptionpublic String toXML()
UimaASDeploymentDescriptor
toXML
in interface UimaASDeploymentDescriptor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |