org.apache.derby.client.am
Class GetFileInputStreamAction
java.lang.Object
org.apache.derby.client.am.GetFileInputStreamAction
- All Implemented Interfaces:
- java.security.PrivilegedExceptionAction
public class GetFileInputStreamAction
- extends java.lang.Object
- implements java.security.PrivilegedExceptionAction
Java 2 PrivilegedExceptionAction encapsulation of creating a new FileInputStream throws FileNotFoundException
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
filePathName_
private java.lang.String filePathName_
canonicalPath_
private java.lang.String canonicalPath_
GetFileInputStreamAction
public GetFileInputStreamAction(java.lang.String filePathName)
run
public java.lang.Object run()
throws java.io.IOException
- Specified by:
run
in interface java.security.PrivilegedExceptionAction
- Throws:
java.io.IOException
getCanonicalPath
public java.lang.String getCanonicalPath()
Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.