|
Cryptix V3.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--cryptix.util.core.FileUtil
Static methods for processing File utilitarian tasks.
Copyright © 1997, 1998
Systemics Ltd on behalf of the
Cryptix Development Team.
All rights reserved.
$Revision: 1.1 $
Constructor Summary | |
FileUtil()
|
Method Summary | |
static boolean |
loadProperties(java.util.Properties properties,
java.lang.String name)
Load a Properties object from a file given its name. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public FileUtil()
Method Detail |
public static boolean loadProperties(java.util.Properties properties, java.lang.String name)
properties
- The java.util.Properties object to load.name
- The name of the properties file. If it does not
end with the suffix ".properties" one will be
added.
|
Cryptix V3.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |