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(File serviceSpecFile) |
void |
Service.configureAnalysisEngine(File descriptorFile,
File resultSpecXMLFile)
Configure service with a UIMA descriptor.
|
void |
Service.configurePear(File pearFile,
File pearInstallationDir,
File serviceSpecFile)
Configure service with a UIMA PEAR file.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
List<SimpleServerException> |
ServerSpecImpl.validate(org.apache.uima.cas.TypeSystem typeSystem) |
Modifier and Type | Method and Description |
---|---|
static ServerSpec |
XmlConfigReader.readServerSpec(File file)
Read a config file.
|
static ServerSpec |
XmlConfigReader.readServerSpec(InputStream is)
Read a config XML stream.
|
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.