|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ikasan.common.ResourceLoader
org.ikasan.framework.ResourceLoader
public class ResourceLoader
Singleton for loading framework environment resources
| Field Summary | |
|---|---|
protected static String |
FLOW_IMPL_CLASS
Flow implementation class |
protected String |
flowImplClass
concrete class names |
| Method Summary | |
|---|---|
static ResourceLoader |
getInstance()
Singleton constructor |
void |
loadAllResources(Properties props)
Convenience method to load all resources from a given properties. |
FrameworkEnvironment |
newEnvironment()
Get a new instance of the FrameworkEnvironment |
void |
setFlowImplClass(String flowImplClass)
Set the flow implementation class |
String |
toString()
String presentation of the properties settings TODO Needs implementation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected static String FLOW_IMPL_CLASS
protected String flowImplClass
| Method Detail |
|---|
public static ResourceLoader getInstance()
public void loadAllResources(Properties props)
loadAllResources in class ResourceLoaderprops - Properties of this resourcepublic String toString()
toString in class ResourceLoaderpublic void setFlowImplClass(String flowImplClass)
flowImplClass - the flowImplClass to setpublic FrameworkEnvironment newEnvironment()
newEnvironment in class ResourceLoader
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||