Class SourceIdentifier
java.lang.Object
org.apache.sling.scripting.sightly.impl.engine.compiled.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 Summary
Modifier and TypeMethodDescription
-
Method Details
-
getSimpleClassName
- Specified by:
getSimpleClassName
in interfaceorg.apache.sling.scripting.sightly.java.compiler.ClassInfo
-
getPackageName
- Specified by:
getPackageName
in interfaceorg.apache.sling.scripting.sightly.java.compiler.ClassInfo
-
getFullyQualifiedClassName
- Specified by:
getFullyQualifiedClassName
in interfaceorg.apache.sling.scripting.sightly.java.compiler.ClassInfo
-