Schnittstelle FeatureGeneratorResourceProvider


public interface FeatureGeneratorResourceProvider
The FeatureGeneratorResourceProvider provides access to the resources available in the model. Inside the model resources are identified by a name.

Note:
This class is not be intended to be implemented by users.
All implementing classes must be thread safe.

  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    getResource(String resourceIdentifier)
     
  • Methodendetails

    • getResource

      Object getResource(String resourceIdentifier)
      Parameter:
      resourceIdentifier - The identifier which names the resource.
      Gibt zurück:
      Retrieves the resource object for the given resourceIdentifier.