|
|||||||||||
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. |
String |
getLongDescription()
Get the service's long description. |
boolean |
getOutputAll()
Check setting to output all types. |
String |
getShortDescription()
Get the service's short description. |
List<TypeMap> |
getTypeSpecs()
|
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.List<TypeMap> getTypeSpecs()
void addTypeMap(TypeMap typeMap)
typeMap
- The input type map to be added.String getShortDescription()
String getLongDescription()
List<SimpleServerException> validate(org.apache.uima.cas.TypeSystem typeSystem)
typeSystem
- The type system to validate against.
SimpleServerException
s.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |