Class Installed
- java.lang.Object
-
- de.codecentric.reedelk.platform.module.state.Installed
-
-
Constructor Summary
Constructors Constructor Description Installed()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<Exception>errors()Collection<Flow>flows()Collection<String>resolvedComponents()ModuleStatestate()Collection<String>unresolvedComponents()
-
-
-
Method Detail
-
state
public ModuleState state()
-
flows
public Collection<Flow> flows()
-
errors
public Collection<Exception> errors()
-
resolvedComponents
public Collection<String> resolvedComponents()
- Specified by:
resolvedComponentsin interfaceState
-
unresolvedComponents
public Collection<String> unresolvedComponents()
- Specified by:
unresolvedComponentsin interfaceState
-
-