|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.install.Config
public abstract class Config
Configuration Setup and Test
| Field Summary | |
|---|---|
protected CLogger |
log
Logger |
protected ConfigurationData |
p_data
Configuration Data |
| Constructor Summary | |
|---|---|
Config(ConfigurationData data)
Configuration |
|
| Method Summary | |
|---|---|
String[] |
discoverDatabases(String selected)
Discover Databases. |
protected ConfigurationPanel |
getPanel()
Get Panel |
protected String |
getProperty(String key)
Get Configuration Property |
protected String |
getWebStores(Connection con)
Get Web Store Context Names separated by , |
protected void |
setProperty(String key,
String value)
Set Configuration Property |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ConfigurationData p_data
protected CLogger log
| Constructor Detail |
|---|
public Config(ConfigurationData data)
data - configuration| Method Detail |
|---|
public String[] discoverDatabases(String selected)
selected - selected database
protected ConfigurationPanel getPanel()
protected void setProperty(String key,
String value)
key - keyvalue - valueprotected String getProperty(String key)
key - key
protected String getWebStores(Connection con)
con - connection
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||