public class HostNode extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HostNode.Profile |
| Constructor and Description |
|---|
HostNode() |
HostNode(String id,
List<String> scope,
HostNode.Profile profile) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
evaluate(String expression) |
String |
getId() |
HostNode.Profile |
getProfile() |
List<String> |
getScopes() |
void |
setId(String id) |
void |
setProfile(HostNode.Profile profile) |
void |
setScopes(List<String> scopes) |
public HostNode()
public HostNode(String id, List<String> scope, HostNode.Profile profile)
id - scope - profile - ParserConfigurationExceptionJAXBExceptionpublic String getId()
public void setId(String id)
id - the id to setpublic void setProfile(HostNode.Profile profile)
public HostNode.Profile getProfile()
Copyright © 2014. All Rights Reserved.