birchconfig
Class 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: - String homedir - BIRCH home directory
- String adminUserid - userid of BIRCH Administrator
- String adminEmail - email address of BIRCH Administrator
- String platform - default platform: os-architecture
- String birchURL - URL of BIRCH web site
- String birchHomeURL - URL of BIRCH home directory
- String [] newstrParam - lines for newstr.param file, used by customdoc.py
- Properties props - data to be written to local/admin/BIRCH.properties
GuessProps
public void GuessProps()
- Guess values for install parameters in BirchProps, using System.getProperty.
readNewstrParam
private void readNewstrParam(java.lang.String FN)
- Read the newstr.param file
- Parameters:
FN - - filename for local/admin/newstr.param file
loadProps
public void loadProps(java.lang.String FN)
- load Properties from a properties file
- Parameters:
FN - - filename for BIRCH.properties
writeProps
public void writeProps(java.lang.String FN)
- write Properties to a properties file
- Parameters:
FN - - filename for BIRCH.properties