Interface IQuerySpecificationProvider

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getFullyQualifiedName()
      Note that the provider will usually not load the query specification class to return the FQN.
      java.lang.String getSourceProjectName()
      Returns the name of project providing the specification (or null if not calculable)
      • Methods inherited from interface java.util.function.Supplier

        get
    • Method Detail

      • getFullyQualifiedName

        java.lang.String getFullyQualifiedName()
        Note that the provider will usually not load the query specification class to return the FQN.
        Returns:
        the fully qualified name of the provided query specification
      • getSourceProjectName

        java.lang.String getSourceProjectName()
        Returns the name of project providing the specification (or null if not calculable)