Operation |
Details |
public static getFilenamesInDirectory( String dir):File |
Sequential Notes: | Gets an array of files containing the files in a given directory. @return Array of files. | |
public static getResourceAsFile( String fileName):File |
Sequential Tags: | throws=FileNotFoundException
| Notes: | Gets a resource as InputStream. @return The resource as InputStream. | |
public static getResourceAsStream( String fileName):InputStream |
Sequential Tags: | throws=FileNotFoundException
| Notes: | Gets a resource as InputStream. @return The resource as InputStream. | |
public static getResourceAsString( String fileName):String |
Sequential Notes: | Gets a resource as String. @return The resource as String. | |
protected ResourceUtil(): |
Sequential Notes: | Hidden constructor. | |