Uses of Class
org.codehaus.janino.util.StringPattern

Packages that use StringPattern
org.codehaus.janino The classes in this package pose the core of the Janino JavaTM compiler. 
org.codehaus.janino.tools Auxiliary command line tools related to JANINO. 
org.codehaus.janino.util Application-independent helper classes. 
 

Uses of StringPattern in org.codehaus.janino
 

Fields in org.codehaus.janino declared as StringPattern
static StringPattern[] Compiler.DEFAULT_WARNING_HANDLE_PATTERNS
           
 

Constructors in org.codehaus.janino with parameters of type StringPattern
Compiler(java.io.File[] optionalSourcePath, java.io.File[] classPath, java.io.File[] optionalExtDirs, java.io.File[] optionalBootClassPath, java.io.File destinationDirectory, java.lang.String optionalCharacterEncoding, boolean verbose, boolean debugSource, boolean debugLines, boolean debugVars, StringPattern[] warningHandlePatterns, boolean rebuild)
          Initialize a Java™ compiler with the given parameters.
FilterWarningHandler(StringPattern[] handlePatterns, WarningHandler delegate)
          Popular values for the handlePatterns parameter are PATTERNS_ALL and PATTERNS_NONE.
 

Uses of StringPattern in org.codehaus.janino.tools
 

Methods in org.codehaus.janino.tools with parameters of type StringPattern
 void JGrep.jGrep(java.io.File[] rootDirectories, StringPattern[] directoryNamePatterns, StringPattern[] fileNamePatterns, java.util.List methodInvocationTargets)
           
 void JGrep.jGrep(java.io.File[] rootDirectories, StringPattern[] directoryNamePatterns, StringPattern[] fileNamePatterns, java.util.List methodInvocationTargets)
           
 

Uses of StringPattern in org.codehaus.janino.util
 

Fields in org.codehaus.janino.util declared as StringPattern
static StringPattern[] StringPattern.PATTERNS_ALL
           
static StringPattern[] StringPattern.PATTERNS_NONE
           
 

Methods in org.codehaus.janino.util that return StringPattern
static StringPattern[] StringPattern.parseCombinedPattern(java.lang.String combinedPattern)
          Parse a "combined pattern" into an array of StringPatterns.
 

Methods in org.codehaus.janino.util with parameters of type StringPattern
static boolean StringPattern.matches(StringPattern[] patterns, java.lang.String text)
          Match a given text against an array of StringPatterns (which was typically created by parseCombinedPattern(String).
 



Copyright © 2001-2012. All Rights Reserved.