public static class InstallationDescriptor.ServiceInfo extends Object
ServiceInfo
class defines attributes of a 'service' component.Modifier and Type | Field and Description |
---|---|
String |
command |
String |
workingDirPath |
Constructor and Description |
---|
ServiceInfo() |
Modifier and Type | Method and Description |
---|---|
void |
addArg(InstallationDescriptor.ArgInfo arg) |
Collection<InstallationDescriptor.ArgInfo> |
getArgs() |
public void addArg(InstallationDescriptor.ArgInfo arg)
public Collection<InstallationDescriptor.ArgInfo> getArgs()
Collection
of ArgInfo objects.Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.