| Package | Description |
|---|---|
| org.apache.sling.scripting.sightly.compiler |
The
org.apache.sling.scripting.sightly.compiler package defines the API exposed by the
SightlyCompiler. |
| org.apache.sling.scripting.sightly.impl.compiler |
| Modifier and Type | Method and Description |
|---|---|
List<CompilerMessage> |
CompilationResult.getErrors()
Provides the list of errors recorded during the compilation.
|
List<CompilerMessage> |
CompilationResult.getWarnings()
Provides the list of warnings recorded during the compilation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompilerMessageImpl |
| Modifier and Type | Method and Description |
|---|---|
List<CompilerMessage> |
CompilationResultImpl.getErrors() |
List<CompilerMessage> |
CompilationResultImpl.getWarnings() |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.