|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServerSpec
Output specification for a simple service.
| Field Summary | |
|---|---|
static char |
PATH_SEPARATOR
The path separator of feature paths: /. |
| Method Summary | |
|---|---|
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. |
| Field Detail |
|---|
static final char PATH_SEPARATOR
| Method Detail |
|---|
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.
SimpleServerExceptions.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||