|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AppConfig
This interface defines the contract of a configuration set used for initializing the duracloud applications: duradmin, durastore, duraservice.
Field Summary | |
---|---|
static String |
INIT_RESOURCE
|
Method Summary | |
---|---|
String |
asXml()
This method returns an XML serialization of the configuration. |
String |
getInitResource()
This method returns the URL path element of the application's initialization resource. |
void |
load(Map<String,String> props)
This method loads this classes configuration elements from the provided properties. |
Field Detail |
---|
static final String INIT_RESOURCE
Method Detail |
---|
void load(Map<String,String> props)
props
- String asXml()
String getInitResource()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |