public interface Deployment
extends com.oracle.bedrock.Option
Option to define the files an Application requires for
remote deployment.
Copyright (c) 2014. All Rights Reserved. Oracle Corporation.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
| Modifier and Type | Method and Description |
|---|---|
List<DeploymentArtifact> |
getDeploymentArtifacts(Platform platform,
com.oracle.bedrock.OptionsByType optionsByType)
Obtain the
DeploymentArtifacts to deploy. |
List<DeploymentArtifact> getDeploymentArtifacts(Platform platform, com.oracle.bedrock.OptionsByType optionsByType) throws IOException
DeploymentArtifacts to deploy.platform - the Platform on which the Application will be deployedoptionsByType - the OptionsByType for realizing the ApplicationList of DeploymentArtifactsFileNotFoundException - when a DeploymentArtifact cannot be foundIOException - when a DeploymentArtifact fail to be created/accessedCopyright © 2017. All rights reserved.