| Package | Description |
|---|---|
| com.oracle.bedrock.runtime.remote.java.options |
| Modifier and Type | Method and Description |
|---|---|
static JavaDeployment |
JavaDeployment.automatic()
Constructs a
JavaDeployment configured for auto-deployment. |
static JavaDeployment |
JavaDeployment.empty()
Constructs a
JavaDeployment without any files to deploy. |
JavaDeployment |
JavaDeployment.exclude(String fileName)
Exclude the specified filename from being deployed.
|
JavaDeployment |
JavaDeployment.include(String path)
Include the specified path (folder or filename) as an artifact to be deployed.
|
Copyright © 2017. All rights reserved.