org.apache.sling.commons.compiler
Interface CompileUnit


public interface CompileUnit


Method Summary
 java.lang.String getMainTypeName()
          Returns the name of the top level public type.
 char[] getSourceFileContents()
           
 java.lang.String getSourceFileName()
           
 

Method Detail

getSourceFileName

java.lang.String getSourceFileName()

getSourceFileContents

char[] getSourceFileContents()

getMainTypeName

java.lang.String getMainTypeName()
Returns the name of the top level public type.

Returns:
the name of the top level public type.


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