Interface FeatureGeneratorResourceProvider


@Internal public interface FeatureGeneratorResourceProvider
The FeatureGeneratorResourceProvider provides access to the resources available in the model. Inside the model resources are identified by a name.
  • Method Summary

    Modifier and Type
    Method
    Description
    getResource(String resourceIdentifier)
     
  • Method Details

    • getResource

      Object getResource(String resourceIdentifier)
      Parameters:
      resourceIdentifier - The identifier which names the resource.
      Returns:
      Retrieves the resource object for the given resourceIdentifier.