org.apache.sling.commons.compiler
Interface CompilationUnitWithSource

All Superinterfaces:
CompilationUnit

public interface CompilationUnitWithSource
extends CompilationUnit

Extension of the CompilationUnit interface which allows for the explicit declaration of the source file name.

Since:
2.1

Method Summary
 java.lang.String getFileName()
           
 
Methods inherited from interface org.apache.sling.commons.compiler.CompilationUnit
getLastModified, getMainClassName, getSource
 

Method Detail

getFileName

java.lang.String getFileName()


Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.