|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.intarsys.tools.installresource.Install
de.intarsys.tools.installresource.InstallFile
public class InstallFile
An abstraction to access a file to be deployed along with the application via the class loader.
The file is searched in the class loader with getResourceAsStream(x) where x is one of
Field Summary |
---|
Fields inherited from class de.intarsys.tools.installresource.Install |
---|
classLoader, files, name, path |
Constructor Summary | |
---|---|
InstallFile(java.lang.String path,
java.lang.String name,
boolean platformDependent)
|
Method Summary | |
---|---|
protected java.io.File |
loadURL(java.net.URL url)
|
Methods inherited from class de.intarsys.tools.installresource.Install |
---|
copy, createPlatformFallbackId, createPlatformId, delete, deleteOnExit, find, getClassLoader, getFile, getFiles, getName, getPath, getPlatformDefaultId, getPlatformFallbackId, getPlatformId, getResourceNameDefault, getResourceNameFallback, getResourceNameFull, getResourceNamePlain, isPlatformDependent, load, loadAll, open, prefix, setClassLoader, setPlatformFallbackId, setPlatformId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InstallFile(java.lang.String path, java.lang.String name, boolean platformDependent)
Method Detail |
---|
protected java.io.File loadURL(java.net.URL url) throws java.io.IOException
loadURL
in class Install
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |