| Modifier and Type | Method and Description |
|---|---|
void |
ValidatorConfig.load(BoostInfoTree configSection,
String inputName)
Load the configuration from the given configSection.
|
| Modifier and Type | Method and Description |
|---|---|
abstract BoostInfoTree |
ConfigPolicyManager.FriendAccess.findMatchingRule(ConfigPolicyManager policyManager,
Name objName,
String matchType) |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
ConfigPolicyManager.FriendAccess.checkSignatureMatch(ConfigPolicyManager policyManager,
Name signatureName,
Name objectName,
BoostInfoTree rule,
String[] failureReason) |
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationPolicyConfig.load(BoostInfoTree configSection,
String inputName)
Load the configuration from the given configSection.
|
| Modifier and Type | Method and Description |
|---|---|
static ConfigFilter |
ConfigFilter.create(BoostInfoTree configSection)
Create a filter from the configuration section.
|
static ConfigRule |
ConfigRule.create(BoostInfoTree configSection)
Create a rule from configuration section.
|
static ConfigChecker |
ConfigChecker.create(BoostInfoTree configSection)
Create a checker from the configuration section.
|
| Modifier and Type | Method and Description |
|---|---|
BoostInfoTree |
BoostInfoTree.createSubtree(String treeName)
Create a new BoostInfoTree with where the value is an empty string,
and insert it as a sub-tree with the given name.
|
BoostInfoTree |
BoostInfoTree.createSubtree(String treeName,
String value)
Create a new BoostInfoTree and insert it as a sub-tree with the given name.
|
BoostInfoTree |
BoostInfoTree.getLastChild() |
BoostInfoTree |
BoostInfoTree.getParent() |
BoostInfoTree |
BoostInfoParser.getRoot()
Get the root tree of this parser.
|
BoostInfoTree |
BoostInfoParser.read(String fileName)
Add the contents of the file to the root BoostInfoTree.
|
BoostInfoTree |
BoostInfoParser.read(String input,
String inputName)
Add the contents of the input string to the root BoostInfoTree.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<BoostInfoTree> |
BoostInfoTree.get(String key)
Look up using the key and return a list of the subtrees.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BoostInfoTree.addSubtree(String treeName,
BoostInfoTree newTree)
Insert a BoostInfoTree as a sub-tree with the given name.
|
| Constructor and Description |
|---|
BoostInfoTree(String value,
BoostInfoTree parent) |
Copyright © 2019. All rights reserved.