A Resource that is a file on the local machine in
a specified directory. The directory is represented by a
ClassPathEntry, and the filename is specified by a String.
author: Kristen Pol, Lutris Technologies version: $Revision : 1.1 $ See Also:com.lutris.classloader.ClassPathEntry See Also:com.lutris.classloader.Resource See Also:java.io.File
Constructs local directory resource with specified name and location.
Parameters: name - The file name of the resource. Parameters: location - The location of the resource. Parameters: loadLogChannel - The log channel for logging. exception: FileNotFoundException - thrown if the desired file does not exist, does not haveread permission or if the desired file exists above therelative root of the LocalDirResource. See Also:Resource See Also:ClassPathEntry
Get current last-modification time of resource. This is the
time on the disk file the resource is associated with.
the last-modified time of the permanent copy of the resourcein milliseconds.
Gets input stream representing resource.
the input stream that represents the resource. exception: IOException - if the input stream can not be constructed. See Also:InputStream
Fields inherited from com.lutris.classloader.Resource