Class StackProviderWithLabel


public class StackProviderWithLabel extends NullParametersBean<StackProviderWithLabel>
Combines a Provider<Stack> with a label.
Author:
Owen Feehan
  • Constructor Details

    • StackProviderWithLabel

      public StackProviderWithLabel(Stack stack, String label)
      Create for a particular Stack and label.
      Parameters:
      stack - the stack.
      label - the label.
    • StackProviderWithLabel

      public StackProviderWithLabel()
  • Method Details

    • getStack

      public Provider<Stack> getStack()
      Provides the stack.
    • setStack

      public void setStack(Provider<Stack> stack)
      Provides the stack.
    • getLabel

      public String getLabel()
      The label associated with stack.
    • setLabel

      public void setLabel(String label)
      The label associated with stack.