com.sun.tools.jxc
public final class NGCCRuntimeEx extends NGCCRuntime
Constructor Summary | |
---|---|
NGCCRuntimeEx(ErrorHandler errorHandler) |
Method Summary | |
---|---|
File | getBaseDir(String baseDir)
This will check if the baseDir provided by the user
in the config file exists. |
List | getExcludePatterns(List excludeContent)
This takes the exclude list provided by the user in the config file
It converts the user values to |
List<Pattern> | getIncludePatterns(List includeContent)
This takes the include list provided by the user in the config file
It converts the user values to |
protected void | unexpectedX(String token) |
Parameters: baseDir The baseDir attribute passed by the user in the xml config file as a path
Returns: The file representation of the path name
Parameters: excludeContent The exclude list specified by the user
Returns: A list of regular expression patterns Pattern
Parameters: includeContent The include list specified by the user
Returns: A list of regular expression patterns Pattern