| Package | Description |
|---|---|
| org.kefirsf.bb.conf |
| Modifier and Type | Method and Description |
|---|---|
Pattern |
Code.getPattern()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<Pattern> |
Code.getPatterns()
A code contains collection of patterns for parsing.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Code.addPattern(Pattern pattern)
Add a pattern to the list of patterns.
|
void |
Code.setPattern(Pattern pattern)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Code.setPatterns(List<Pattern> patterns)
Set the patterns list.
|
| Constructor and Description |
|---|
Code(Pattern pattern,
Template template,
String name,
int priority)
Create code definition.
|
Copyright © 2016. All rights reserved.