public interface ServerSpec
Modifier and Type | Field and Description |
---|---|
static char |
PATH_SEPARATOR
The path separator of feature paths: /.
|
Modifier and Type | Method and Description |
---|---|
void |
addTypeMap(TypeMap typeMap)
Add a type map to an existing spec.
|
java.lang.String |
getLongDescription()
Get the service's long description.
|
boolean |
getOutputAll()
Check setting to output all types.
|
java.lang.String |
getShortDescription()
Get the service's short description.
|
java.util.List<TypeMap> |
getTypeSpecs() |
java.util.List<SimpleServerException> |
validate(org.apache.uima.cas.TypeSystem typeSystem)
Validate a service spec with respect to a type system.
|
static final char PATH_SEPARATOR
boolean getOutputAll()
false
.true
iff output of all types is enabled.java.util.List<TypeMap> getTypeSpecs()
void addTypeMap(TypeMap typeMap)
typeMap
- The input type map to be added.java.lang.String getShortDescription()
java.lang.String getLongDescription()
java.util.List<SimpleServerException> validate(org.apache.uima.cas.TypeSystem typeSystem)
typeSystem
- The type system to validate against.SimpleServerException
s.Copyright © 2013. All Rights Reserved.