Uses of Interface
org.apache.sling.scripting.sightly.compiler.CompilerMessage
-
Packages that use CompilerMessage Package Description org.apache.sling.scripting.sightly.compiler Theorg.apache.sling.scripting.sightly.compilerpackage defines the API exposed by theSightlyCompiler. -
-
Uses of CompilerMessage in org.apache.sling.scripting.sightly.compiler
Methods in org.apache.sling.scripting.sightly.compiler that return types with arguments of type CompilerMessage Modifier and Type Method Description java.util.List<CompilerMessage>CompilationResult. getErrors()Provides the list of errors recorded during the compilation.java.util.List<CompilerMessage>CompilationResult. getWarnings()Provides the list of warnings recorded during the compilation.
-