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 aResource. 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 HTLResource-based Java Use-API Object.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFullyQualifiedClassName()StringgetPackageName()StringgetSimpleClassName()
-
-
-
Method Detail
-
getSimpleClassName
public String getSimpleClassName()
- Specified by:
getSimpleClassNamein interfaceorg.apache.sling.scripting.sightly.java.compiler.ClassInfo
-
getPackageName
public String getPackageName()
- Specified by:
getPackageNamein interfaceorg.apache.sling.scripting.sightly.java.compiler.ClassInfo
-
getFullyQualifiedClassName
public String getFullyQualifiedClassName()
- Specified by:
getFullyQualifiedClassNamein interfaceorg.apache.sling.scripting.sightly.java.compiler.ClassInfo
-
-