Uses of Interface
org.apache.sling.commons.compiler.CompilationUnit

Packages that use CompilationUnit
org.apache.sling.commons.compiler   
org.apache.sling.commons.compiler.impl   
 

Uses of CompilationUnit in org.apache.sling.commons.compiler
 

Subinterfaces of CompilationUnit in org.apache.sling.commons.compiler
 interface CompilationUnitWithSource
          Extension of the CompilationUnit interface which allows for the explicit declaration of the source file name.
 

Methods in org.apache.sling.commons.compiler with parameters of type CompilationUnit
 CompilationResult JavaCompiler.compile(CompilationUnit[] units, Options options)
          Compile the compilation units.
 

Uses of CompilationUnit in org.apache.sling.commons.compiler.impl
 

Methods in org.apache.sling.commons.compiler.impl with parameters of type CompilationUnit
 CompilationResult EclipseJavaCompiler.compile(CompilationUnit[] units, Options compileOptions)
           
 



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