@Deprecated
public class DeploymentConfig
extends java.lang.Object
| Constructor and Description |
|---|
DeploymentConfig()
Deprecated.
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addService(ServiceConfig config)
Deprecated.
addService.
|
void |
addService(java.lang.String name,
java.lang.String image)
Deprecated.
addService.
|
ServiceConfig |
entryPointServiceConfig()
Deprecated.
Provides entry point service configuration.
|
java.io.File |
getConfigDir()
Deprecated.
Getter for the field
configDir. |
java.lang.String |
getCurrentProfile()
Deprecated.
Getter for the field
currentProfile. |
java.lang.String |
getEntryPoint()
Deprecated.
Getter for the field
entryPoint. |
DeploymentMode |
getMode()
Deprecated.
Getter for the field
mode. |
ServiceConfigMap |
getServices()
Deprecated.
Getter for the field
services. |
java.lang.String |
getUrl()
Deprecated.
Getter for the field
url. |
DeploymentConfig |
lightweightCopy()
Deprecated.
Creates lightweight copy of deployment configuration.
|
void |
setConfigDir(java.io.File configDir)
Deprecated.
Setter for the field
configDir. |
void |
setCurrentProfile(java.lang.String currentProfile)
Deprecated.
Setter for the field
currentProfile. |
void |
setEntryPoint(java.lang.String entryPoint)
Deprecated.
Setter for the field
entryPoint. |
void |
setMode(DeploymentMode mode)
Deprecated.
Setter for the field
mode. |
void |
setServices(ServiceConfigMap services)
Deprecated.
Setter for the field
services. |
void |
setUrl(java.lang.String url)
Deprecated.
Setter for the field
url. |
public void addService(java.lang.String name,
java.lang.String image)
addService.
name - a String object.image - a String object.public void addService(ServiceConfig config)
addService.
config - a ServiceConfig object.public DeploymentMode getMode()
Getter for the field mode.
DeploymentMode object.public void setMode(DeploymentMode mode)
Setter for the field mode.
mode - a DeploymentMode object.public java.lang.String getUrl()
Getter for the field url.
String object.public void setUrl(java.lang.String url)
Setter for the field url.
url - a String object.public java.io.File getConfigDir()
Getter for the field configDir.
File object.public void setConfigDir(java.io.File configDir)
Setter for the field configDir.
configDir - a File object.public java.lang.String getCurrentProfile()
Getter for the field currentProfile.
String object.public void setCurrentProfile(java.lang.String currentProfile)
Setter for the field currentProfile.
currentProfile - a String object.public ServiceConfigMap getServices()
Getter for the field services.
ServiceConfigMap object.public void setServices(ServiceConfigMap services)
Setter for the field services.
services - a ServiceConfigMap object.public java.lang.String getEntryPoint()
Getter for the field entryPoint.
String object.public void setEntryPoint(java.lang.String entryPoint)
Setter for the field entryPoint.
entryPoint - a String object.public DeploymentConfig lightweightCopy()
public ServiceConfig entryPointServiceConfig()
Copyright © 2022. All rights reserved.