public class MetadataRegistryBigImpl extends MetadataRegistryImpl
MetadataRegistryImpl.Context, MetadataRegistryImpl.DTDSkippingResolver, MetadataRegistryImpl.IterateNodeListAttributes
MetadataRegistry.PathVisitor, MetadataRegistry.PathVisitor2
docCache, logger
ADFMXML_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, visitRegistryPaths
newInstance
protected java.io.InputStream openStream(java.net.URL url) throws java.io.IOException
openStream
in class MetadataRegistryImpl
java.io.IOException
protected java.io.OutputStream getOutputStream(MetadataRegistryImpl.Context ctx) throws java.io.IOException
getOutputStream
in class MetadataRegistryImpl
java.io.IOException
protected void getDocumentForWriting(MetadataRegistryImpl.Context ctx) throws java.io.IOException, org.xml.sax.SAXException, javax.xml.parsers.ParserConfigurationException
getDocumentForWriting
in class MetadataRegistryImpl
java.io.IOException
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
public java.net.URL[] listFiles(java.net.URL url)
listFiles
in class MetadataRegistryImpl
url
- 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.