org.apache.uima.pear.tools
public static class InstallationDescriptor.ServiceInfo extends java.lang.Object
ServiceInfo
class defines attributes of a 'service' component.Modifier and Type | Field and Description |
---|---|
java.lang.String |
command |
java.lang.String |
workingDirPath |
Constructor and Description |
---|
InstallationDescriptor.ServiceInfo() |
Modifier and Type | Method and Description |
---|---|
void |
addArg(InstallationDescriptor.ArgInfo arg) |
java.util.Collection<InstallationDescriptor.ArgInfo> |
getArgs() |
public java.lang.String command
public java.lang.String workingDirPath
public void addArg(InstallationDescriptor.ArgInfo arg)
public java.util.Collection<InstallationDescriptor.ArgInfo> getArgs()
Collection
of ArgInfo objects.Copyright © 2014. All Rights Reserved.