public class TreeConfigFile extends Object implements Comparable
Modifier and Type | Field and Description |
---|---|
static boolean |
cacheFullConfigFiles |
String |
configFileName |
static Vector |
configFiles |
Constructor and Description |
---|
TreeConfigFile() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object other)
Compare this object with another.
|
boolean |
decodeFrom(InputStream in) |
boolean |
equals(Object other)
Returns if this object is considered equal to the other object.
|
TreeConfigNode |
find(String name) |
TreeConfigFile |
findOrMake(String path)
This is used by ewe.sys.Locale - use getConfigFile() instead.
|
static TreeConfigFile |
getConfigFile(File file) |
static TreeConfigFile |
getConfigFile(InputStream stream,
String uniqueName) |
static TreeConfigFile |
getConfigFile(String path) |
LocalResource |
getLocalResourceObject(Locale forWho,
String moduleName) |
TreeNode |
getRoot() |
public String configFileName
public static boolean cacheFullConfigFiles
public static Vector configFiles
public static TreeConfigFile getConfigFile(InputStream stream, String uniqueName) throws IOException
IOException
public static TreeConfigFile getConfigFile(File file)
public static TreeConfigFile getConfigFile(String path)
public TreeConfigFile findOrMake(String path)
public boolean equals(Object other)
Object
public int compareTo(Object other)
Comparable
compareTo
in interface Comparable
public TreeConfigNode find(String name)
public TreeNode getRoot()
public boolean decodeFrom(InputStream in) throws IOException
IOException
public LocalResource getLocalResourceObject(Locale forWho, String moduleName)