Package org.apache.sling.commons.compiler


@Version("2.1.1") package org.apache.sling.commons.compiler
  • Class
    Description
    The compilation result allows clients of the java compiler to check for error messages, warnings (if not disabled by the options) and allows to access the compiled classes.
    This interface describes a compilation unit - usually a java class.
    Extension of the CompilationUnit interface which allows for the explicit declaration of the source file name.
    This class encapsulates a message produced the compiler.
    The JavaCompiler provides platform independant Java compilation support.
    Options for the compilation process.