public interface MutableComponentMetadata extends ComponentMetadata
ComponentMetadata that allows modifications.ACTIVATION_EAGER, ACTIVATION_LAZY| Modifier and Type | Method and Description |
|---|---|
void |
addDependsOn(String dependency) |
void |
removeDependsOn(String dependency) |
void |
setActivation(int activation) |
void |
setDependsOn(List<String> dependsOn) |
void |
setId(String id) |
getActivation, getDependsOn, getIdCopyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.