| java.lang.Object de.intarsys.tools.file.Loader
Loader | abstract public class Loader (Code) | | A utility class to simplify the task of loading files and / or directories.
|
Constructor Summary | |
public | Loader() |
Method Summary | |
protected boolean | basicLoad(File file, boolean readOnly, boolean recursive, String path) | protected boolean | basicLoadDirectory(File file, boolean readOnly, boolean recursive, String path) | abstract protected boolean | basicLoadFile(File file, boolean readOnly, String path) | public boolean | load(File file, boolean readOnly, boolean recursive) | public boolean | load(File parent, String filename, boolean readOnly, boolean recursive) | public boolean | loadNLS(File file, boolean readOnly, boolean recursive) | public boolean | loadNLS(File parent, String filename, boolean readOnly, boolean recursive) |
DEFAULT_LANGUAGE | final public static String DEFAULT_LANGUAGE(Code) | | |
PATH_SEPARATOR | final public static String PATH_SEPARATOR(Code) | | |
PROP_USERLANGUAGE | final protected static String PROP_USERLANGUAGE(Code) | | |
basicLoadDirectory | protected boolean basicLoadDirectory(File file, boolean readOnly, boolean recursive, String path) throws IOException(Code) | | |
|
|