|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Formatter | |
|---|---|
| net.sf.jmatchparser.template | This package contains the public interface of the jMatchParser template parser. |
| Uses of Formatter in net.sf.jmatchparser.template |
|---|
| Classes in net.sf.jmatchparser.template that implement Formatter | |
|---|---|
class |
ChainedFormatter
A formatter that calls multiple formatters in sequence. |
| Constructors in net.sf.jmatchparser.template with parameters of type Formatter | |
|---|---|
ChainedFormatter(String name,
Formatter... formatters)
Create a new chained formatter. |
|
MatchTemplate(Class<?> clazz,
String resourceName,
String encoding,
Formatter... formatters)
Load a match template from a resource (a "file" on the class path). |
|
MatchTemplate(File file,
String encoding,
Formatter... formatters)
Load a match template from a file. |
|
MatchTemplate(MatchTemplate.MatchTemplateResolver resolver,
String templateName,
BufferedReader br,
Formatter... formatters)
Load a match template from a custom reader. |
|
MatchTemplate(String matchLanguage,
MatchTemplate.MatchTemplateResolver resolver,
String templateName,
BufferedReader br,
Formatter... formatters)
Load a match template from a custom reader using a custom match language. |
|
MatchTemplate(String filename,
String encoding,
Formatter... formatters)
Load a match template from a file. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||