|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--uk.ac.ebi.intact.util.Utilities
Various IntAct related utilities. If a pice of code is used more than once, but does not really belong to a specific class, it should become part of this class.
| Constructor Summary | |
Utilities()
|
|
| Method Summary | |
static boolean |
equals(java.lang.Object o,
java.lang.Object p)
compares two objects. |
static java.util.Properties |
getProperties(java.lang.String aParameterName)
Initialise parameters from the properties file. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Utilities()
| Method Detail |
public static java.util.Properties getProperties(java.lang.String aParameterName)
throws java.io.IOException
aParameterName - The file name of the properties file
from which to read.
This parameter must be given on the command line as
for example -Dconfig=pathname
java.io.IOException
public static boolean equals(java.lang.Object o,
java.lang.Object p)
o - p -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||