A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

AbstractAsakusaToolTask - Class in com.asakusafw.gradle.tasks.internal
Abstract implementation of Gradle Task for Asakusa tools.
AbstractOrganizer - Class in com.asakusafw.gradle.plugins.internal
An abstract implementation of processing AsakusafwOrganizerProfile.
AbstractOrganizer(Project, AsakusafwOrganizerProfile) - Constructor in AbstractOrganizer
Creates a new instance.
AbstractTestToolTask - Class in com.asakusafw.gradle.tasks.internal
An abstract implementation of Asakusa test tool tasks.
afterEvaluate(Project, Closure<?>) - Method in PluginUtils
Executes a closure after the project was evaluated only if evaluation was not failed.
afterPluginEnabled(Project, String, Closure<?>) - Method in PluginUtils
Calls a closure after the target plug-in is enabled.
afterTaskEnabled(Project, String, Closure<?>) - Method in PluginUtils
Calls a closure after the target task is enabled.
apply(Project) - Method in AsakusafwBasePlugin
apply(Project) - Method in AsakusafwOrganizerPlugin
apply(Project) - Method in AsakusafwPlugin
apply(Project) - Method in AsakusafwSdkPlugin
apply(Project) - Method in AsakusaSdk
apply(Project) - Method in AsakusaSdkPlugin
apply(Project) - Method in AsakusaTestkit
Applies this testkit into the given project.
apply(Project) - Method in EclipsePluginEnhancement
apply(Project) - Method in IdeaPluginEnhancement
applyParticipants(Project, Class<? extends PluginParticipant>) - Method in PluginUtils
Finds for services.
AsakusaCompileTask - Class in com.asakusafw.gradle.tasks
Gradle Task for Asakusa DSL compiler framework.
ASAKUSAFW_BUILD_GROUP - Field in AsakusaSdkPlugin
The build group name.
ASAKUSAFW_ORGANIZER_GROUP - Field in AsakusafwOrganizerPlugin
The task group name.
AsakusafwAssembly - Class in com.asakusafw.gradle.assembly
Assembly definitions for organizing Asakusa Framework distribution packages.
AsakusafwAssembly(String) - Constructor in AsakusafwAssembly
Creates a new instance.
AsakusafwBaseExtension - Class in com.asakusafw.gradle.plugins
An extension object for the Asakusa features.
AsakusafwBasePlugin - Class in com.asakusafw.gradle.plugins
Base class of Asakusa Framework Gradle Plugin.
AsakusafwCompilerExtension - Class in com.asakusafw.gradle.plugins
An extension object for Asakusa DSL compiler framework.
AsakusafwOrganizer - Class in com.asakusafw.gradle.plugins.internal
AsakusafwOrganizer(Project, AsakusafwOrganizerProfile) - Constructor in AsakusafwOrganizer
Creates a new instance.
AsakusafwOrganizerPlugin - Class in com.asakusafw.gradle.plugins
Gradle plugin for assembling and Installing Asakusa Framework.
AsakusafwOrganizerPluginConvention - Class in com.asakusafw.gradle.plugins
Convention class for AsakusafwOrganizerPlugin.
AsakusafwOrganizerPluginConvention.BatchappsConfiguration - Class in com.asakusafw.gradle.plugins
Batch application settings for the Asakusa Framework organizer.
AsakusafwOrganizerPluginConvention.CoreConfiguration - Class in com.asakusafw.gradle.plugins
Asakusa Framework organizer core settings.
AsakusafwOrganizerPluginConvention.DirectIoConfiguration - Class in com.asakusafw.gradle.plugins
Direct I/O settings for the Asakusa Framework organizer.
AsakusafwOrganizerPluginConvention.ExtensionConfiguration - Class in com.asakusafw.gradle.plugins
Asakusa Framework extension settings for the Asakusa Framework organizer.
AsakusafwOrganizerPluginConvention.HadoopConfiguration - Class in com.asakusafw.gradle.plugins
Hadoop settings for the Asakusa Framework organizer.
AsakusafwOrganizerPluginConvention.HiveConfiguration - Class in com.asakusafw.gradle.plugins
Direct I/O Hive settings for the Asakusa Framework organizer.
AsakusafwOrganizerPluginConvention.TestingConfiguration - Class in com.asakusafw.gradle.plugins
Test driver settings for the Asakusa Framework organizer.
AsakusafwOrganizerPluginConvention.WindGateConfiguration - Class in com.asakusafw.gradle.plugins
WindGate settings for the Asakusa Framework organizer.
AsakusafwOrganizerPluginConvention.YaessConfiguration - Class in com.asakusafw.gradle.plugins
YAESS settings for the Asakusa Framework organizer.
AsakusafwOrganizerProfile - Class in com.asakusafw.gradle.plugins
Represents an Asakusa Framework organization profile.
AsakusafwOrganizerProfile(String) - Constructor in AsakusafwOrganizerProfile
Creates a new instance.
AsakusafwPlugin - Class in com.asakusafw.gradle.plugins
Gradle plugin for building application component blocks.
AsakusafwPluginConvention - Class in com.asakusafw.gradle.plugins
Convention class for AsakusafwPlugin.
AsakusafwPluginConvention.CompilerConfiguration - Class in com.asakusafw.gradle.plugins
DSL compiler settings for building Asakusa batch applications.
AsakusafwPluginConvention.CoreConfiguration - Class in com.asakusafw.gradle.plugins
Asakusa SDK core settings.
AsakusafwPluginConvention.DmdlConfiguration - Class in com.asakusafw.gradle.plugins
DMDL settings for building Asakusa batch applications.
AsakusafwPluginConvention.JavacConfiguration - Class in com.asakusafw.gradle.plugins
Java compiler settings for building Asakusa batch applications.
AsakusafwPluginConvention.ModelgenConfiguration - Class in com.asakusafw.gradle.plugins
Model Generator settings for building Asakusa batch applications.
AsakusafwPluginConvention.TestToolsConfiguration - Class in com.asakusafw.gradle.plugins
Test tools settings for building Asakusa batch applications.
AsakusafwPluginParticipant - Interface in com.asakusafw.gradle.plugins
A specialized interface of PluginParticipant for AsakusafwPlugin.
AsakusafwSdkExtension - Class in com.asakusafw.gradle.plugins
An extension object for Asakusa SDK.
AsakusafwSdkPlugin - Class in com.asakusafw.gradle.plugins
A Gradle plug-in for application development project using Asakusa SDK.
AsakusafwSdkPluginParticipant - Interface in com.asakusafw.gradle.plugins
A specialized interface of PluginParticipant for AsakusafwSdkPlugin.
AsakusaSdk - Class in com.asakusafw.gradle.plugins.internal
An internal plug-in for providing Asakusa SDK common operations.
AsakusaSdkPlugin - Class in com.asakusafw.gradle.plugins.internal
A Gradle plug-in for application development project using Asakusa SDK.
AsakusaTestkit - Interface in com.asakusafw.gradle.plugins
An abstract implementation of Asakusa Testkit.
AssemblyHandler - Class in com.asakusafw.gradle.assembly
Handles assembly definitions.
AssemblyHandler(Object) - Constructor in AssemblyHandler
Creates a new instance.

B

C

checkFrameworkInstalled(Project) - Method in AsakusaSdk
clean(Map<String, String>) - Method in TestToolTask
Adds prepare operation to this task.
compareGradleVersion(String) - Method in PluginUtils
Compares the target Gradle version with the current Gradle version.
compileDmdl() - Method in CompileDmdlTask
Task Action of this task.
CompileDmdlTask - Class in com.asakusafw.gradle.tasks
Gradle Task for DMDL Compile.
compilerOptions(List<String>) - Method in AsakusafwPluginConvention.CompilerConfiguration
Sets the DSL Compiler options.
compilerProperties(Map<?, ?>) - Method in AsakusafwCompilerExtension
Adds compiler properties.
compilerProperty(Object, Object) - Method in AsakusafwCompilerExtension
Adds a compiler property.
configuration(String) - Method in AbstractOrganizer
Returns the configuration for the profile.
configure(Closure<?>) - Method in AssemblyHandler
Configures this assembly definition.
configureProfile() - Method in AbstractOrganizer
Configures the target profile.
configureProfile() - Method in AsakusafwOrganizer
Configures the target profile.
createAttachComponentTasks(String, Map<String, Closure<?>>) - Method in AbstractOrganizer
Adds a new task for attaching components into the assembly for the profile.
createConfiguration(String, Closure<?>) - Method in AbstractOrganizer
Adds a new configuration for the profile.
createConfigurations(String, Map<String, String>) - Method in AbstractOrganizer
Adds new configurations into the current project for the profile.
createDependencies(String, Map<String, Object>) - Method in AbstractOrganizer
Adds dependencies into the current project for the profile.
createDependency(String, Object) - Method in AbstractOrganizer
Adds a new dependency for the profile.
createLaunchFile(Task, FileCollection, String, List<String>) - Method in ToolLauncherUtils
createSourceDirectorySet(Project, SourceSet, String, String) - Method in AsakusaSdk
createTask(String, Closure<?>) - Method in AbstractOrganizer
Creates a new task for the profile.

D

deprecateAsakusafwVersion(Project, String, T) - Method in PluginUtils
Make modifying asakusafwVersion deprecated.
dump(Map<String, String>) - Method in TestToolTask
Adds dump operation to this task.

E

EclipsePluginEnhancement - Class in com.asakusafw.gradle.plugins
Gradle Eclipse plugin enhancements for Asakusa Framework.
enhanceNamedDomainObjectContainer(NamedDomainObjectContainer<T>) - Method in PluginUtils
Enhances NamedDomainObjectContainer for enabling property accesses.
ENV_HOME - Field in AsakusaSdk
The environment variable of Asakusa framework installation path.
execute(String, List<String>) - Method in AbstractTestToolTask
Executes the tool with generic tool arguments.
extract(Object) - Method in AssemblyHandler
Adds source archive files (in ZIP) into this assembly definition.

F

FeatureVersionExtension - Class in com.asakusafw.gradle.plugins.internal
An extension to provide a lazy version property.
FeatureVersionExtension(Object) - Constructor in FeatureVersionExtension
from(Object) - Method in AssemblyHandler
Adds source files or directories into this assembly definition.

G

GatherAssemblyTask - Class in com.asakusafw.gradle.tasks
Gathers AsakusafwAssembly contents into a directory.
GenerateHiveDdlTask - Class in com.asakusafw.gradle.tasks
Gradle Task for generating Hive DDL files.
generateTestbook() - Method in GenerateTestbookTask
Task Action of this task.
GenerateTestbookTask - Class in com.asakusafw.gradle.tasks
Gradle Task for Generating test data template of TestDriver.
get(Project) - Method in AsakusafwBasePlugin
Applies this plug-in and returns the extension object for the project.
get(Project) - Method in AsakusaSdkPlugin
Applies this plug-in and returns the extension object for the project.
getAssemblyInputs() - Method in GatherAssemblyTask
Returns the input files for this task.
getAttachFiles() - Method in AsakusaCompileTask
Returns each file of attach.
getBuildDependencies() - Method in AsakusafwAssembly
getBuildDependencies() - Method in AssemblyHandler
getClassesDirs(Project, SourceSetOutput) - Method in PluginUtils
Returns a set of class files output directories.
getConventionProperties() - Method in AsakusafwPluginConvention
getDescriptor() - Method in PluginParticipant
Returns a descriptor of the target participant.
getEmbedFiles() - Method in AsakusaCompileTask
Returns each file of embed.
getExploreFiles() - Method in AsakusaCompileTask
Returns each file of explore.
getExtension() - Method in AsakusafwBasePlugin
Returns the extension.
getExternalFiles() - Method in AsakusaCompileTask
Returns each file of external.
getFrameworkFile(Project, String) - Method in AsakusaSdk
getFrameworkInstallationPath(Project, boolean) - Method in AsakusaSdk
getInputDigest() - Method in GatherAssemblyTask
Returns the digest information for this assembly.
getLauncherClasspathFiles() - Method in AsakusaCompileTask
Returns each file of launcherClasspath.
getLibraries() - Method in AsakusafwOrganizerPluginConvention.ExtensionConfiguration
Returns libraries for Asakusa Framework extensions.
getLibraries() - Method in AsakusafwOrganizerPluginConvention.HiveConfiguration
Returns libraries for Direct I/O Hive runtime.
getName() - Method in AbstractOrganizer
Returns the profile name.
getName() - Method in AsakusaTestkit
Returns the testkit name.
getName() - Method in PluginParticipant
Returns the name of this participant.
getOptions() - Method in AsakusafwCompilerExtension
Returns the compiler properties.
getPluginClasspathCollection() - Method in AbstractAsakusaToolTask
Returns the plug-in class path.
getPriority() - Method in AsakusaTestkit
Returns the testkit priority.
getResolvedCompilerProperties() - Method in AsakusaCompileTask
Returns the actual values of compilerProperties.
getResolvedCustomBatchProcessors() - Method in AsakusaCompileTask
Returns the actual values of customBatchProcessors.
getResolvedCustomDataModelProcessors() - Method in AsakusaCompileTask
Returns the actual values of customDataModelProcessors.
getResolvedCustomExternalPortProcessors() - Method in AsakusaCompileTask
Returns the actual values of customExternalPortProcessors.
getResolvedCustomJobflowProcessors() - Method in AsakusaCompileTask
Returns the actual values of customJobflowProcessors.
getResolvedCustomParticipants() - Method in AsakusaCompileTask
Returns the actual values of customParticipants.
getResolvedExclude() - Method in AsakusaCompileTask
Returns the actual values of exclude.
getResolvedInclude() - Method in AsakusaCompileTask
Returns the actual values of include.
getResolvedJvmArgs() - Method in AsakusaCompileTask
Returns the actual values of jvmArgs.
getResolvedSystemProperties() - Method in AsakusaCompileTask
Returns the actual values of system properties.
getSourceFiles() - Method in AbstractAsakusaToolTask
Returns the source files.
getSourceFiles() - Method in GenerateHiveDdlTask
Returns the source files.
getSourcepathCollection() - Method in AbstractAsakusaToolTask
Returns the source path.
getToolClasspathCollection() - Method in AbstractAsakusaToolTask
Returns the tool class path.
getToolClasspathFiles() - Method in AsakusaCompileTask
Returns each file of toolClasspath.
getVersion() - Method in FeatureVersionExtension
Returns the version string.

H

I

ID - Field in AsakusaSdkPlugin
The plug-in ID.
IdeaPluginEnhancement - Class in com.asakusafw.gradle.plugins
Gradle IntelliJ IDEA plugin enhancements for Asakusa Framework.
injectVersionProperty(ExtensionAware, Object) - Method in PluginUtils
Injects the version property into the given container.
into(Object, Closure<?>) - Method in AsakusafwAssembly
Adds an assembly definition and configures it.
isFrameworkInstalled(Project) - Method in AsakusaSdk
isProfileTask(Task) - Method in AbstractOrganizer
Returns whether the target task is for the profile or not.

J

K

L

M

MAIN_CLASS - Field in ToolLauncherUtils

N

O

option(Object, Object) - Method in AsakusafwCompilerExtension
Adds a compiler property.
options(Map<?, ?>) - Method in AsakusafwCompilerExtension
Adds compiler properties.

P

perform() - Method in AsakusaCompileTask
Task Action of this task.
perform() - Method in GatherAssemblyTask
Performs this task.
perform() - Method in GenerateHiveDdlTask
Performs this task.
perform() - Method in RunBatchappTask
Performs actions of this task.
PluginParticipant - Interface in com.asakusafw.gradle.plugins
An abstract super interface of Gradle plug-in participants.
PluginUtils - Class in com.asakusafw.gradle.plugins.internal
Basic utilities for Gradle plug-ins.
prepare(Map<String, String>) - Method in TestToolTask
Adds prepare operation to this task.
process(Closure<?>) - Method in AsakusafwAssembly
Adds extra operations for all assembly definitions.
process(Closure<?>) - Method in AssemblyHandler
Adds extra operations for this assembly definition.
processorOption(Object, Object) - Method in AsakusafwPluginConvention.JavacConfiguration
Adds an annotation processor option pair.
processorOptions(Map<?, ?>) - Method in AsakusafwPluginConvention.JavacConfiguration
Adds a set of annotation processor option pairs.
PROFILE_NAME_DEVELOPMENT - Field in AsakusafwOrganizerPlugin
The development profile name.
PROFILE_NAME_PRODUCTION - Field in AsakusafwOrganizerPlugin
The production profile name.
PROPERTY_VERSION - Field in PluginUtils
The property name of module versions.
put(Object) - Method in AssemblyHandler
Adds source files or directories into this assembly definition.

Q

qualify(String) - Method in AbstractOrganizer
Returns the qualified name for the profile.

R

replace(Map<?, ?>, String) - Method in AssemblyHandler
Adds text replacement operation for this assembly definition.
ResolutionUtils - Class in com.asakusafw.gradle.tasks.internal
Utilities for resolving values.
resolveToString(Object) - Method in ResolutionUtils
Resolves a value to a string.
resolveToStringList(Iterable<?>) - Method in ResolutionUtils
Resolves values to a string list.
resolveToStringMap(Map<?, ?>) - Method in ResolutionUtils
Resolves value map into a map which strings maps to strings.
run(Map<String, String>) - Method in TestToolTask
Adds run operation to this task.
RunBatchappTask - Class in com.asakusafw.gradle.tasks
Gradle Task for Running Asakusa batch application.

S

setBatchId(String) - Method in RunBatchappTask
Sets the target batch ID.
setBatchIdPrefixOption(String) - Method in AsakusaCompileTask
Set the batch ID prefix for applications.
setEncodedBatchArguments(String) - Method in AbstractTestToolTask
setEncodedHadoopProperties(String) - Method in AbstractTestToolTask
setExtraCompilerOptionsOption(String) - Method in AsakusaCompileTask
Adds extra compiler properties.
setExtraCompilerPropertiesOption(String) - Method in AsakusaCompileTask
setFailOnErrorOption(String) - Method in AsakusaCompileTask
Set whether fails on compilation errors or not.
setFrameworkInstallationPath(Project, File) - Method in AsakusaSdk
setLibraries(Object) - Method in AsakusafwOrganizerPluginConvention.ExtensionConfiguration
Sets libraries for Asakusa Framework extensions.
setLibraries(Object) - Method in AsakusafwOrganizerPluginConvention.HiveConfiguration
Sets libraries for Direct I/O Hive runtime.
setOptDatabaseName(String) - Method in GenerateHiveDdlTask
Sets the database name for each table.
setOptInclude(String) - Method in GenerateHiveDdlTask
Sets the generation target table name pattern.
setOptions(Map<?, ?>) - Method in AsakusafwCompilerExtension
Sets the compiler properties.
setOptLocation(String) - Method in GenerateHiveDdlTask
Sets the base table space path.
setOptOutput(String) - Method in GenerateHiveDdlTask
Sets the output file path.
setUpdateOption(String) - Method in AsakusaCompileTask
Set the update target batch class name.
sourceCompatibility(Object) - Method in AsakusafwPluginConvention.JavacConfiguration

T

targetCompatibility(Object) - Method in AsakusafwPluginConvention.JavacConfiguration
task(String) - Method in AbstractOrganizer
Returns the task for the profile.
taskName(String) - Method in AbstractOrganizer
Returns the task name for the profile.
TestToolTask - Class in com.asakusafw.gradle.tasks
Gradle Task for using Asakusa testing tools.
ToolLauncherUtils - Class in com.asakusafw.gradle.tasks.internal
Utilities for Asakusa Tool Launchers.
toString() - Method in AsakusafwAssembly
toString() - Method in AsakusafwOrganizerPluginConvention
toString() - Method in AsakusafwOrganizerProfile
toString() - Method in AsakusafwPluginConvention
toStringDelegate() - Method in AsakusafwOrganizerPluginConvention
toStringDelegate() - Method in AsakusafwPluginConvention

U

V

verify(Map<String, String>) - Method in TestToolTask
Adds verify operation to this task.

W

X

Y

yaess(Map<String, String>) - Method in TestToolTask
Adds YAESS operation to this task.

Z

_

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _