Class DependentConfigOperationCollection<O extends ConfigOperation>
- java.lang.Object
-
- lumis.portal.serialization.operation.DependentConfigOperationCollection<O>
-
public class DependentConfigOperationCollection<O extends ConfigOperation> extends Object
Collection for config operations that depends on other previous operations- Since:
- 4.0.7
- Version:
- $Revision: 5572 $ $Date: 2007-01-11 15:29:02 -0200 (Thu, 11 Jan 2007) $
-
-
Constructor Summary
Constructors Constructor Description DependentConfigOperationCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addDependentConfigOperation(String dependencyKey, O configOperation)
void
addDependentConfigOperation(Collection<String> dependencyKeys, O configOperation)
Collection<String>
getDependentKeys()
boolean
isEmpty()
Set<O>
popDependentConfigOperations(String dependencyKey)
-
-
-
Method Detail
-
addDependentConfigOperation
public void addDependentConfigOperation(String dependencyKey, O configOperation)
-
addDependentConfigOperation
public void addDependentConfigOperation(Collection<String> dependencyKeys, O configOperation)
-
isEmpty
public boolean isEmpty()
-
getDependentKeys
public Collection<String> getDependentKeys()
-
-