Class SourceIdentifier

  • All Implemented Interfaces:
    org.apache.sling.scripting.sightly.java.compiler.ClassInfo

    public class SourceIdentifier
    extends Object
    implements org.apache.sling.scripting.sightly.java.compiler.ClassInfo
    Identifies a Java source file based on a Resource. Depending on the used constructor this class might provide the abstraction for either a Java source file generated for a HTL script or for a HTL Resource-based Java Use-API Object.
    • Method Detail

      • getSimpleClassName

        public String getSimpleClassName()
        Specified by:
        getSimpleClassName in interface org.apache.sling.scripting.sightly.java.compiler.ClassInfo
      • getPackageName

        public String getPackageName()
        Specified by:
        getPackageName in interface org.apache.sling.scripting.sightly.java.compiler.ClassInfo
      • getFullyQualifiedClassName

        public String getFullyQualifiedClassName()
        Specified by:
        getFullyQualifiedClassName in interface org.apache.sling.scripting.sightly.java.compiler.ClassInfo