org.cyberneko.dtd
Class SecuritySupport12
java.lang.Object
org.cyberneko.dtd.SecuritySupport
org.cyberneko.dtd.SecuritySupport12
class SecuritySupport12
- extends SecuritySupport
This class is duplicated for each JAXP subpackage so keep it in sync.
It is package private and therefore is not exposed as part of the JAXP
API.
Security related methods that only work on J2SE 1.2 and newer.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecuritySupport12
SecuritySupport12()
getContextClassLoader
java.lang.ClassLoader getContextClassLoader()
- Overrides:
getContextClassLoader in class SecuritySupport
getSystemClassLoader
java.lang.ClassLoader getSystemClassLoader()
- Overrides:
getSystemClassLoader in class SecuritySupport
getParentClassLoader
java.lang.ClassLoader getParentClassLoader(java.lang.ClassLoader cl)
- Overrides:
getParentClassLoader in class SecuritySupport
getSystemProperty
java.lang.String getSystemProperty(java.lang.String propName)
- Overrides:
getSystemProperty in class SecuritySupport
getFileInputStream
java.io.FileInputStream getFileInputStream(java.io.File file)
throws java.io.FileNotFoundException
- Overrides:
getFileInputStream in class SecuritySupport
- Throws:
java.io.FileNotFoundException
getResourceAsStream
java.io.InputStream getResourceAsStream(java.lang.ClassLoader cl,
java.lang.String name)
- Overrides:
getResourceAsStream in class SecuritySupport
getFileExists
boolean getFileExists(java.io.File f)
- Overrides:
getFileExists in class SecuritySupport
getLastModified
long getLastModified(java.io.File f)
- Overrides:
getLastModified in class SecuritySupport
Copyright 2006 null. All Rights Reserved.