public class Site extends Object implements Comparable<Site>
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Site o) |
String |
dump() |
protected String |
dump(String indentString) |
boolean |
equals(Object obj) |
Map<String,Site> |
getChildren() |
String |
getName() |
List<String> |
getRoles() |
void |
setRoles(List<String> roles) |
Copyright © 2022. All Rights Reserved.