Class ComponentRegistry
- java.lang.Object
-
- de.codecentric.reedelk.platform.component.ComponentRegistry
-
public class ComponentRegistry extends Object
-
-
Constructor Summary
Constructors Constructor Description ComponentRegistry(Collection<String> predefinedComponents)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidregisterComponent(String componentName)voidunregisterComponent(String componentName)Collection<String>unregisteredComponentsOf(Collection<String> components)
-
-
-
Constructor Detail
-
ComponentRegistry
public ComponentRegistry(Collection<String> predefinedComponents)
-
-
Method Detail
-
registerComponent
public void registerComponent(String componentName)
-
unregisterComponent
public void unregisterComponent(String componentName)
-
unregisteredComponentsOf
public Collection<String> unregisteredComponentsOf(Collection<String> components)
-
-