| Package | Description |
|---|---|
| org.quattor.pan |
Contains the high-level classes used to invoke the pan language compiler.
|
| org.quattor.pan.template |
Contains the classes that define the java implementation a pan template
or classes related to them.
|
| Modifier and Type | Field and Description |
|---|---|
CompilerOptions.DeprecationWarnings |
CompilerOptions.deprecationWarnings
Define the deprecation level for compilation: ON, OFF, or FATAL.
|
| Modifier and Type | Method and Description |
|---|---|
static CompilerOptions.DeprecationWarnings |
CompilerOptions.DeprecationWarnings.fromString(String s) |
static CompilerOptions.DeprecationWarnings |
CompilerOptions.getDeprecationWarnings(int deprecationLevel,
boolean failOnWarn) |
static CompilerOptions.DeprecationWarnings |
CompilerOptions.DeprecationWarnings.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompilerOptions.DeprecationWarnings[] |
CompilerOptions.DeprecationWarnings.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static CompilerOptions |
CompilerOptions.createCheckSyntaxOptions(CompilerOptions.DeprecationWarnings deprecationWarnings)
Create a CompilerOptions object that is appropriate for just doing a
syntax check.
|
| Constructor and Description |
|---|
CompilerOptions(Pattern debugNsInclude,
Pattern debugNsExclude,
int maxIteration,
int maxRecursion,
Set<Formatter> formatters,
File outputDirectory,
List<File> includeDirectories,
CompilerOptions.DeprecationWarnings deprecationWarnings,
File annotationDirectory,
File annotationBaseDirectory,
String rootElement,
int nthread)
Construct a CompilerOptions instance to drive a Compiler run.
|
| Modifier and Type | Field and Description |
|---|---|
CompilerOptions.DeprecationWarnings |
CompileTimeContext.deprecationWarnings |
CompilerOptions.DeprecationWarnings |
BuildContext.deprecationWarnings |
| Modifier and Type | Method and Description |
|---|---|
CompilerOptions.DeprecationWarnings |
CompileTimeContext.getDeprecationWarnings() |
CompilerOptions.DeprecationWarnings |
BuildContext.getDeprecationWarnings() |
CompilerOptions.DeprecationWarnings |
Context.getDeprecationWarnings() |
Copyright © 2014 Quattor. All Rights Reserved.