Package | Description |
---|---|
com.asakusafw.testdriver.compiler |
Asakusa DSL TestKit Compiler API.
|
com.asakusafw.testdriver.compiler.basic |
Basic implementations of Asakusa DSL TestKit Compiler.
|
Modifier and Type | Method and Description |
---|---|
CompilerConfiguration |
CompilerToolkit.newConfiguration()
Creates a new configurations.
|
CompilerConfiguration |
CompilerConfiguration.withClassLoader(ClassLoader newValue)
Sets the base class loader.
|
CompilerConfiguration |
CompilerConfiguration.withClasspathEntry(File classpathEntry)
Adds an additional classpath entry.
|
CompilerConfiguration |
CompilerConfiguration.withDebugLevel(CompilerConfiguration.DebugLevel newValue)
Sets the debug level.
|
<T> CompilerConfiguration |
CompilerConfiguration.withExtension(Class<T> type,
T value)
Adds a compiler extension.
|
CompilerConfiguration |
CompilerConfiguration.withOptimizeLevel(CompilerConfiguration.OptimizeLevel newValue)
Sets the optimization level.
|
CompilerConfiguration |
CompilerConfiguration.withOption(String key,
String value)
Sets a compiler specific option.
|
CompilerConfiguration |
CompilerConfiguration.withOptions(Map<String,String> newValue)
Sets compiler specific options.
|
CompilerConfiguration |
CompilerConfiguration.withWorkingDirectory(File newValue)
Sets the compiler working directory.
|
Modifier and Type | Method and Description |
---|---|
CompilerSession |
CompilerToolkit.newSession(CompilerConfiguration configuration)
Creates a new compiling session.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicCompilerConfiguration
A basic implementation of
CompilerConfiguration . |
Modifier and Type | Method and Description |
---|---|
CompilerConfiguration |
BasicCompilerConfiguration.withClassLoader(ClassLoader newValue) |
CompilerConfiguration |
BasicCompilerConfiguration.withClasspathEntry(File classpathEntry) |
CompilerConfiguration |
BasicCompilerConfiguration.withDebugLevel(CompilerConfiguration.DebugLevel newValue) |
<T> CompilerConfiguration |
BasicCompilerConfiguration.withExtension(Class<T> type,
T value) |
CompilerConfiguration |
BasicCompilerConfiguration.withOptimizeLevel(CompilerConfiguration.OptimizeLevel newValue) |
CompilerConfiguration |
BasicCompilerConfiguration.withOption(String key,
String value) |
CompilerConfiguration |
BasicCompilerConfiguration.withOptions(Map<String,String> newValue) |
CompilerConfiguration |
BasicCompilerConfiguration.withWorkingDirectory(File newValue) |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.