org.enhydra.apache.html.dom
Class SecuritySupport

java.lang.Object
  |
  +--org.enhydra.apache.html.dom.SecuritySupport

final class SecuritySupport
extends Object

This class is duplicated for each subpackage so keep it in sync. It is package private and therefore is not exposed as part of any API.


Method Summary
(package private)  ClassLoader getContextClassLoader()
           
(package private)  boolean getFileExists(File f)
           
(package private)  FileInputStream getFileInputStream(File file)
           
(package private) static SecuritySupport getInstance()
          Return an instance of this class.
(package private)  long getLastModified(File f)
           
(package private)  ClassLoader getParentClassLoader(ClassLoader cl)
           
(package private)  InputStream getResourceAsStream(ClassLoader cl, String name)
           
(package private)  ClassLoader getSystemClassLoader()
           
(package private)  String getSystemProperty(String propName)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

static SecuritySupport getInstance()
Return an instance of this class.

getContextClassLoader

ClassLoader getContextClassLoader()

getSystemClassLoader

ClassLoader getSystemClassLoader()

getParentClassLoader

ClassLoader getParentClassLoader(ClassLoader cl)

getSystemProperty

String getSystemProperty(String propName)

getFileInputStream

FileInputStream getFileInputStream(File file)
                             throws FileNotFoundException

getResourceAsStream

InputStream getResourceAsStream(ClassLoader cl,
                                String name)

getFileExists

boolean getFileExists(File f)

getLastModified

long getLastModified(File f)


Copyright © 1999 The Apache Software Foundation. All Rights reserved.