Package org.wildfly.glow
Class DeploymentFileRuleInspector.ParsedRule
java.lang.Object
org.wildfly.glow.DeploymentFileRuleInspector.ParsedRule
- Enclosing class:
DeploymentFileRuleInspector
-
Constructor Summary
ConstructorsConstructorDescriptionParsedRule(List<DeploymentFileRuleInspector.PatternOrValue> fileParts, List<DeploymentFileRuleInspector.PatternOrValue> valueParts, List<Path> matchedPaths) -
Method Summary
Modifier and TypeMethodDescriptionvoid
-
Constructor Details
-
ParsedRule
public ParsedRule(List<DeploymentFileRuleInspector.PatternOrValue> fileParts, List<DeploymentFileRuleInspector.PatternOrValue> valueParts, List<Path> matchedPaths)
-
-
Method Details
-
getMatchedPaths
-
getValueParts
-
iterateMatchedPaths
public void iterateMatchedPaths(DeploymentFileRuleInspector.MatchedPathConsumer consumer) throws Exception - Throws:
Exception
-