| Package | Description |
|---|---|
| org.apache.uima.simpleserver | |
| org.apache.uima.simpleserver.config | |
| org.apache.uima.simpleserver.config.impl |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Service.configure(java.io.File serviceSpecFile) |
void |
Service.configureAnalysisEngine(java.io.File descriptorFile,
java.io.File resultSpecXMLFile)
Configure service with a UIMA descriptor.
|
void |
Service.configurePear(java.io.File pearFile,
java.io.File pearInstallationDir,
java.io.File serviceSpecFile)
Configure service with a UIMA PEAR file.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SimpleServerException> |
ServerSpec.validate(org.apache.uima.cas.TypeSystem typeSystem)
Validate a service spec with respect to a type system.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SimpleServerException> |
ServerSpecImpl.validate(org.apache.uima.cas.TypeSystem typeSystem) |
| Modifier and Type | Method and Description |
|---|---|
static ServerSpec |
XmlConfigReader.readServerSpec(java.io.File file)
Read a config file.
|
static ServerSpec |
XmlConfigReader.readServerSpec(java.io.InputStream is)
Read a config XML stream.
|
Copyright © 2013. All Rights Reserved.