| Modifier and Type | Field and Description |
|---|---|
static String |
STANDALONE_HOST |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(PatchInfo patchInfo) |
List<PatchInfo> |
asList() |
boolean |
equals(Object o) |
PatchInfo |
find(String patchId) |
String |
getHost() |
PatchInfo |
getLatest() |
int |
hashCode() |
boolean |
isEmpty() |
boolean |
isRestartRequired() |
Iterator<PatchInfo> |
iterator() |
void |
setLatest(String id) |
void |
setRestartRequired(boolean restartRequired) |
public static final String STANDALONE_HOST
public Patches()
public Patches(String host)
public void setLatest(String id)
public String getHost()
public PatchInfo getLatest()
public boolean isEmpty()
public boolean add(PatchInfo patchInfo)
public boolean isRestartRequired()
public void setRestartRequired(boolean restartRequired)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.