public class MetadataRegistryBigImpl extends MetadataRegistryImpl
MetadataRegistryImpl.Context, MetadataRegistryImpl.DTDSkippingResolver, MetadataRegistryImpl.IterateNodeListAttributesMetadataRegistry.PathVisitor, MetadataRegistry.PathVisitor2docCache, loggerADFMXML_SIG, ADFMXML_SIG_LEN, BC4JCONFIGNS, BC4JNS, CPXREGISTRY, DCXREGISTRY, JPXREGISTRY, PATH_ATTR, WILDARD, XCFGREGISTRY, XMLNS_METAINF, XMLNS_SCHEMA| Constructor and Description |
|---|
MetadataRegistryBigImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
getDocumentForWriting(MetadataRegistryImpl.Context ctx) |
protected java.io.OutputStream |
getOutputStream(MetadataRegistryImpl.Context ctx) |
java.net.URL[] |
listFiles(java.net.URL url) |
protected java.io.InputStream |
openStream(java.net.URL url) |
getAttributeIterator, getAttributeMaps, getDomDocument, getRegistryPaths, getRegistryPaths, getSubtreeList, newDomDocument, preprocessURL, resetCacheStats, saveDocumentTo, saveDomDocument, setBaseURL, setPreserveWhitespace, setValidationMode, updateElementsInMetadataRegistry, updateElementsInMetadataRegistryEx, updateRegistryElement, visitRegistryPaths, visitRegistryPathsnewInstance
protected java.io.InputStream openStream(java.net.URL url)
throws java.io.IOException
openStream in class MetadataRegistryImpljava.io.IOExceptionprotected java.io.OutputStream getOutputStream(MetadataRegistryImpl.Context ctx) throws java.io.IOException
getOutputStream in class MetadataRegistryImpljava.io.IOExceptionprotected void getDocumentForWriting(MetadataRegistryImpl.Context ctx) throws java.io.IOException, org.xml.sax.SAXException, javax.xml.parsers.ParserConfigurationException
getDocumentForWriting in class MetadataRegistryImpljava.io.IOExceptionorg.xml.sax.SAXExceptionjavax.xml.parsers.ParserConfigurationExceptionpublic java.net.URL[] listFiles(java.net.URL url)
listFiles in class MetadataRegistryImplurl - The directory, jar, etc to use to get the return values. Note: implementations exist for file: and jar: unless you use the javatools-nodeps.jar in your classpath (default within ide).null if the URL does not represent a directory or if an I/O error occurs.