Class DeSerializedModule
- java.lang.Object
-
- de.codecentric.reedelk.platform.module.DeSerializedModule
-
public class DeSerializedModule extends Object
-
-
Constructor Summary
Constructors Constructor Description DeSerializedModule(Set<org.json.JSONObject> flows, Set<org.json.JSONObject> subflows, Collection<org.json.JSONObject> configurations, Collection<ResourceLoader> scripts, Collection<ResourceLoader> resources)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<org.json.JSONObject>getConfigurations()Set<org.json.JSONObject>getFlows()Collection<ResourceLoader>getResources()Collection<ResourceLoader>getScripts()Set<org.json.JSONObject>getSubflows()
-
-
-
Constructor Detail
-
DeSerializedModule
public DeSerializedModule(Set<org.json.JSONObject> flows, Set<org.json.JSONObject> subflows, Collection<org.json.JSONObject> configurations, Collection<ResourceLoader> scripts, Collection<ResourceLoader> resources)
-
-
Method Detail
-
getFlows
public Set<org.json.JSONObject> getFlows()
-
getSubflows
public Set<org.json.JSONObject> getSubflows()
-
getConfigurations
public Collection<org.json.JSONObject> getConfigurations()
-
getScripts
public Collection<ResourceLoader> getScripts()
-
getResources
public Collection<ResourceLoader> getResources()
-
-