Package org.apache.uima.pear.tools
Class InstallationDescriptor.ServiceInfo
- java.lang.Object
-
- org.apache.uima.pear.tools.InstallationDescriptor.ServiceInfo
-
- Enclosing class:
- InstallationDescriptor
public static class InstallationDescriptor.ServiceInfo extends Object
TheServiceInfo
class defines attributes of a 'service' component.
-
-
Field Summary
Fields Modifier and Type Field Description String
command
String
workingDirPath
-
Constructor Summary
Constructors Constructor Description ServiceInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addArg(InstallationDescriptor.ArgInfo arg)
Collection<InstallationDescriptor.ArgInfo>
getArgs()
-
-
-
Method Detail
-
addArg
public void addArg(InstallationDescriptor.ArgInfo arg)
-
getArgs
public Collection<InstallationDescriptor.ArgInfo> getArgs()
- Returns:
Collection
of ArgInfo objects.
-
-