public class VariablesExtractor extends Object
| Constructor and Description |
|---|
VariablesExtractor() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
extract(String content,
VariablePattern variablePattern)
Main method responsible for extract all variables which satisfy given variable pattern.
|
public List<String> extract(String content, VariablePattern variablePattern)
content - variablePattern - Copyright © 2016 jsolve. All rights reserved.