|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.uima.pear.tools.InstallationDescriptor.ServiceInfo
public static class InstallationDescriptor.ServiceInfo
The ServiceInfo
class defines attributes of a 'service' component.
Field Summary | |
---|---|
java.lang.String |
command
|
java.lang.String |
workingDirPath
|
Constructor Summary | |
---|---|
InstallationDescriptor.ServiceInfo()
|
Method Summary | |
---|---|
void |
addArg(InstallationDescriptor.ArgInfo arg)
|
java.util.Collection<InstallationDescriptor.ArgInfo> |
getArgs()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String command
public java.lang.String workingDirPath
Constructor Detail |
---|
public InstallationDescriptor.ServiceInfo()
Method Detail |
---|
public void addArg(InstallationDescriptor.ArgInfo arg)
public java.util.Collection<InstallationDescriptor.ArgInfo> getArgs()
Collection
of ArgInfo objects.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |