|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.upc.dama.dex.core.DEX.Config
public static class DEX.Config
DEX core configuration parameters.
A Config instance is loaded by default with values from a
a DEX properties file (DEXConfig).
DEXConfig| Constructor Summary | |
|---|---|
DEX.Config()
Stores DEX configuration parameters. |
|
| Method Summary | |
|---|---|
int |
getCacheMaxSize()
Gets the maximum cache size. |
java.lang.String |
getLicense()
Gets the license code. |
java.lang.String |
getLog()
Gets the log trace configuration. |
void |
setCacheMaxSize(int value)
Sets the maximum cache size. |
void |
setLicense(java.lang.String value)
Sets the license code. |
void |
setLog(java.lang.String value)
Sets the log trace configuration. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DEX.Config()
DEXConfig.
| Method Detail |
|---|
public void setCacheMaxSize(int value)
value - Cache size in MB.public int getCacheMaxSize()
public void setLicense(java.lang.String value)
value - License code.public java.lang.String getLicense()
public void setLog(java.lang.String value)
value - Log trace configuration.public java.lang.String getLog()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||