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