public class ServiceInfo extends Object
| Constructor and Description |
|---|
ServiceInfo(String name,
String displayName,
String description,
String binaryPath,
String[] dependencies) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Two
ServiceInfo objects are equal if their names are the same. |
String |
getBinaryPath() |
String[] |
getDependencies() |
String |
getDescription() |
String |
getDisplayName() |
String |
getName() |
int |
hashCode()
A service's name makes it unique.
|
String |
toString() |
public String getName()
public String getDisplayName()
public String getDescription()
public String getBinaryPath()
public String[] getDependencies()
public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
ServiceInfo objects are equal if their names are the same.equals in class ObjectObject.equals(java.lang.Object)Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.