public abstract class Loader extends Object
| Modifier and Type | Field and Description |
|---|---|
static IPathFilter |
ANY_FILTER |
static String |
DEFAULT_LANGUAGE |
static String |
PATH_SEPARATOR |
| Constructor and Description |
|---|
Loader() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
load(File file,
boolean readOnly,
boolean recursive) |
boolean |
load(File file,
boolean readOnly,
boolean recursive,
IPathFilter filter) |
boolean |
load(File parent,
String filename,
boolean readOnly,
boolean recursive) |
boolean |
load(File parent,
String filename,
boolean readOnly,
boolean recursive,
IPathFilter filter) |
boolean |
loadNLS(File file,
boolean readOnly,
boolean recursive) |
boolean |
loadNLS(File parent,
String filename,
boolean readOnly,
boolean recursive) |
public static final String PATH_SEPARATOR
public static final String DEFAULT_LANGUAGE
public static final IPathFilter ANY_FILTER
public boolean load(File file, boolean readOnly, boolean recursive) throws IOException
IOExceptionpublic boolean load(File file, boolean readOnly, boolean recursive, IPathFilter filter) throws IOException
IOExceptionpublic boolean load(File parent, String filename, boolean readOnly, boolean recursive) throws IOException
IOExceptionpublic boolean load(File parent, String filename, boolean readOnly, boolean recursive, IPathFilter filter) throws IOException
IOExceptionpublic boolean loadNLS(File file, boolean readOnly, boolean recursive) throws IOException
IOExceptionpublic boolean loadNLS(File parent, String filename, boolean readOnly, boolean recursive) throws IOException
IOExceptionCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.