| java.lang.Object com.sun.tools.jxc.gen.config.NGCCRuntime com.sun.tools.jxc.NGCCRuntimeEx
NGCCRuntimeEx | final public class NGCCRuntimeEx extends NGCCRuntime (Code) | | Controls the validating and converting of values obtained
from the config file.
author: Bhakti Mehta (bhakti.mehta@sun.com) |
getBaseDir | public File getBaseDir(String baseDir) throws SAXException(Code) | | This will check if the baseDir provided by the user
in the config file exists. If not it throws an error
Parameters: baseDir - The baseDir attribute passed by the user in the xml config file as a pathThe file representation of the path name |
getExcludePatterns | public List getExcludePatterns(List excludeContent)(Code) | | This takes the exclude list provided by the user in the config file
It converts the user values to
Pattern Parameters: excludeContent - The exclude list specified by the userA list of regular expression patterns Pattern |
getIncludePatterns | public List<Pattern> getIncludePatterns(List includeContent)(Code) | | This takes the include list provided by the user in the config file
It converts the user values to
Pattern Parameters: includeContent - The include list specified by the userA list of regular expression patterns Pattern |
Methods inherited from com.sun.tools.jxc.gen.config.NGCCRuntime | public void characters(char[] ch, int start, int length) throws SAXException(Code)(Java Doc) public void consumeAttribute(int index) throws SAXException(Code)(Java Doc) public void endDocument() throws SAXException(Code)(Java Doc) public void endElement(String uri, String localname, String qname) throws SAXException(Code)(Java Doc) public void endPrefixMapping(String prefix) throws SAXException(Code)(Java Doc) public int getAttributeIndex(String uri, String localname)(Code)(Java Doc) public Attributes getCurrentAttributes()(Code)(Java Doc) public Locator getLocator()(Code)(Java Doc) public void ignorableWhitespace(char[] ch, int start, int length) throws SAXException(Code)(Java Doc) public void onEnterElementConsumed(String uri, String localName, String qname, Attributes atts) throws SAXException(Code)(Java Doc) public void onLeaveElementConsumed(String uri, String localName, String qname) throws SAXException(Code)(Java Doc) public void processList(String str) throws SAXException(Code)(Java Doc) public void processingInstruction(String target, String data) throws SAXException(Code)(Java Doc) public void redirectSubtree(ContentHandler child, String uri, String local, String qname) throws SAXException(Code)(Java Doc) public int replace(NGCCEventReceiver o, NGCCEventReceiver n)(Code)(Java Doc) public void reset()(Code)(Java Doc) public String resolveNamespacePrefix(String prefix)(Code)(Java Doc) public void sendEnterAttribute(int threadId, String uri, String local, String qname) throws SAXException(Code)(Java Doc) public void sendEnterElement(int threadId, String uri, String local, String qname, Attributes atts) throws SAXException(Code)(Java Doc) public void sendLeaveAttribute(int threadId, String uri, String local, String qname) throws SAXException(Code)(Java Doc) public void sendLeaveElement(int threadId, String uri, String local, String qname) throws SAXException(Code)(Java Doc) public void sendText(int threadId, String value) throws SAXException(Code)(Java Doc) public void setDocumentLocator(Locator _loc)(Code)(Java Doc) public void setRootHandler(NGCCHandler rootHandler)(Code)(Java Doc) public void skippedEntity(String name) throws SAXException(Code)(Java Doc) public void startDocument() throws SAXException(Code)(Java Doc) public void startElement(String uri, String localname, String qname, Attributes atts) throws SAXException(Code)(Java Doc) public void startPrefixMapping(String prefix, String uri) throws SAXException(Code)(Java Doc) public void trace(String s)(Code)(Java Doc) public void traceln(String s)(Code)(Java Doc) protected void unexpectedX(String token) throws SAXException(Code)(Java Doc)
|
|
|