Class FeatureProviderReference

All Implemented Interfaces:
Provider<Feature<FeatureInput>>

public class FeatureProviderReference extends FeatureProvider<FeatureInput>
Provides an existing Feature identified by its name and optionally a feature-list in which is resides.
Author:
Owen Feehan
  • Constructor Details

    • FeatureProviderReference

      public FeatureProviderReference()
  • Method Details

    • get

      Description copied from interface: Provider
      Gets or creates an object of type T.
      Returns:
      the object returned by the provider.
      Throws:
      ProvisionFailedException - if the object cannot be returned.
    • getId

      public String getId()
      The name of the feature to reference.
    • setId

      public void setId(String id)
      The name of the feature to reference.
    • getReferencesList

      public String getReferencesList()
      The name of the list in which the feature referenced by id resides.
    • setReferencesList

      public void setReferencesList(String referencesList)
      The name of the list in which the feature referenced by id resides.