|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbirchconfig.BirchProperties
public class BirchProperties
Title: BIRCH Properties
The file $BIRCH/local/admin/BIRCH.properties is created during a new BIRCH install. It is read when updating to a new BIRCH version.
Fields:
Constructor Summary | |
---|---|
BirchProperties()
|
Method Summary | |
---|---|
void |
GuessProps()
Guess values for install parameters in BirchProps, using System.getProperty, or reading values from text files. |
void |
loadProps(java.lang.String FN)
load Properties from a properties file |
void |
writeProps(java.lang.String FN)
write Properties to a properties file |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BirchProperties()
Method Detail |
---|
public void GuessProps()
public void loadProps(java.lang.String FN)
FN
- - filename for BIRCH.propertiespublic void writeProps(java.lang.String FN)
FN
- - filename for BIRCH.properties
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |