Class StackProviderWithLabel
Object
Combines a
Provider<Stack> with a label.- Author:
- Owen Feehan
-
Constructor Summary
ConstructorsConstructorDescriptionStackProviderWithLabel(Stack stack, String label) Create for a particularStackand label. -
Method Summary
Methods inherited from class org.anchoranalysis.bean.NullParametersBean
initializeRecursive, onInitialization, onInitializationMethods inherited from class org.anchoranalysis.bean.initializable.InitializableBean
getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitializedMethods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
StackProviderWithLabel
-
StackProviderWithLabel
public StackProviderWithLabel()
-
-
Method Details
-
getStack
-
setStack
-
getLabel
The label associated withstack. -
setLabel
The label associated withstack.
-