Package | Description |
---|---|
com.asakusafw.testdriver.compiler.util |
Utilities for Asakusa DSL TestKit Compiler.
|
Modifier and Type | Method and Description |
---|---|
static DeploymentUtil.DeployOption |
DeploymentUtil.DeployOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeploymentUtil.DeployOption[] |
DeploymentUtil.DeployOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
DeploymentUtil.deploy(File source,
File destination,
DeploymentUtil.DeployOption... options)
Deploys an artifact onto the directory.
|
static void |
DeploymentUtil.deployToDirectory(File source,
File destination,
DeploymentUtil.DeployOption... options)
Deploys an artifact onto the directory.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.