| Package | Description |
|---|---|
| org.codehaus.janino |
The core of the Janino JavaTM compiler.
|
| org.codehaus.janino.util |
Application-independent helper classes.
|
| Modifier and Type | Field and Description |
|---|---|
static StringPattern[] |
Compiler.DEFAULT_WARNING_HANDLE_PATTERNS
The default value for the warningHandlerPatterns parameter of
Compiler.Compiler(File[], File[],
File[], File[], File, String, boolean, boolean, boolean, boolean, StringPattern[], boolean). |
| Constructor and Description |
|---|
Compiler(File[] sourcePath,
File[] classPath,
File[] extDirs,
File[] bootClassPath,
File destinationDirectory,
String characterEncoding,
boolean verbose,
boolean debugSource,
boolean debugLines,
boolean debugVars,
StringPattern[] warningHandlePatterns,
boolean rebuild)
Initializes a Java compiler with the given parameters.
|
FilterWarningHandler(StringPattern[] handlePatterns,
WarningHandler delegate)
|
| Modifier and Type | Field and Description |
|---|---|
static StringPattern[] |
StringPattern.PATTERNS_ALL
A
StringPattern that matches any subject. |
static StringPattern[] |
StringPattern.PATTERNS_NONE
A
StringPattern that matches no subject whatsoever. |
| Modifier and Type | Method and Description |
|---|---|
static StringPattern[] |
StringPattern.parseCombinedPattern(String combinedPattern)
Parses a "combined pattern" into an array of
StringPatterns. |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
StringPattern.matches(StringPattern[] patterns,
String text)
Matchs a given
text against an array of StringPatterns (which was typically created by parseCombinedPattern(String). |
Copyright © 2019. All rights reserved.