Package | Description |
---|---|
com.asakusafw.utils.gradle |
Asakusa Framework integration utilities.
|
Modifier and Type | Method and Description |
---|---|
static ContentsConfigurator |
ContentsConfigurator.copy(Path source)
Returns a configuration which copies contents onto the contents root.
|
static ContentsConfigurator |
ContentsConfigurator.copy(Path source,
String onto)
Returns a configuration which copies contents onto the given destination path.
|
static ContentsConfigurator |
ContentsConfigurator.copy(String source)
Returns a configuration which copies contents onto the contents root.
|
static ContentsConfigurator |
ContentsConfigurator.copy(String source,
String onto)
Returns a configuration which copies contents onto the given destination path.
|
static ContentsConfigurator |
ContentsConfigurator.extract(Path source)
Returns a configuration which extracts archive file onto the contents root.
|
static ContentsConfigurator |
ContentsConfigurator.extract(Path source,
String onto)
Returns a configuration which extracts archive file onto the given destination path.
|
static ContentsConfigurator |
ContentsConfigurator.extract(String source)
Returns a configuration which extracts archive file onto the contents root.
|
static ContentsConfigurator |
ContentsConfigurator.extract(String source,
String onto)
Returns a configuration which extracts archive file onto the given destination path.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.