Package | Description |
---|---|
com.asakusafw.utils.gradle |
Asakusa Framework integration utilities.
|
Modifier and Type | Method and Description |
---|---|
protected <T> TSelf |
BaseProject.configure(T object,
TryConsumer<? super T,IOException> configurator)
Configures the given object.
|
Bundle |
Bundle.find(String path,
TryConsumer<? super Path,IOException> configurator)
Returns a file on this bundle.
|
Bundle |
Bundle.get(String path,
TryConsumer<? super Path,IOException> configurator)
Process a file on the bundle.
|
TSelf |
BaseProject.gradle(TryConsumer<? super GradleAdapter,IOException> configurator)
Proceeds Gradle actions on this project.
|
Bundle |
Bundle.put(String path,
TryConsumer<? super Path,IOException> configurator)
Creates a file.
|
TSelf |
BaseProject.withContents(TryConsumer<? super Bundle,IOException> configurator)
Returns the project bundle.
|
Constructor and Description |
---|
ContentsConfigurator(TryConsumer<? super Bundle,IOException> action)
Creates a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.