@Deprecated
public class ServiceConfig
extends java.lang.Object
| Constructor and Description |
|---|
ServiceConfig()
Deprecated.
Default constructor.
|
ServiceConfig(java.lang.String serviceName)
Deprecated.
Constructor for ServiceConfig.
|
ServiceConfig(java.lang.String name,
java.lang.String image)
Deprecated.
Object constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
contextPath()
Deprecated.
contextPath.
|
java.lang.Class<?> |
getAnnotationClass()
Deprecated.
Getter for the field
annotationClass. |
java.lang.String |
getAppConfigPath()
Deprecated.
Getter for the field
appConfigPath. |
ContainerConfig |
getContainerConfig()
Deprecated.
Getter for the field
containerConfig. |
java.lang.String |
getContextPath()
Deprecated.
Getter for the field
contextPath. |
ExecutionMode |
getExecutionMode()
Deprecated.
Getter for the field
executionMode. |
java.lang.String |
getImage()
Deprecated.
Getter for the field
image. |
ModuleConfig |
getModuleConfig()
Deprecated.
Getter for the field
moduleConfig. |
java.lang.String |
getServiceName()
Deprecated.
Getter for the field
serviceName. |
java.lang.String |
getServiceUrl()
Deprecated.
Getter for the field
serviceUrl. |
java.io.File |
getWebappDirectory()
Deprecated.
Getter for the field
webappDirectory. |
int |
port()
Deprecated.
port.
|
protected java.net.URL |
qualifiedUrl()
Deprecated.
Validates and returns qualified service url.
|
void |
setAnnotationClass(java.lang.Class<?> annotationClass)
Deprecated.
Setter for the field
annotationClass. |
void |
setAppConfigPath(java.lang.String appConfigPath)
Deprecated.
Setter for the field
appConfigPath. |
void |
setContainerConfig(ContainerConfig containerConfig)
Deprecated.
Setter for the field
containerConfig. |
void |
setContextPath(java.lang.String contextPath)
Deprecated.
Setter for the field
contextPath. |
void |
setExecutionMode(ExecutionMode executionMode)
Deprecated.
Setter for the field
executionMode. |
void |
setImage(java.lang.String image)
Deprecated.
Setter for the field
image. |
void |
setModuleConfig(ModuleConfig moduleConfig)
Deprecated.
Setter for the field
moduleConfig. |
void |
setServiceName(java.lang.String serviceName)
Deprecated.
Setter for the field
serviceName. |
void |
setServiceUrl(java.lang.String serviceUrl)
Deprecated.
Setter for the field
serviceUrl. |
void |
setWebappDirectory(java.io.File webappDirectory)
Deprecated.
Setter for the field
webappDirectory. |
public ServiceConfig()
public ServiceConfig(java.lang.String serviceName)
Constructor for ServiceConfig.
serviceName - a String object.public ServiceConfig(java.lang.String name,
java.lang.String image)
name - Service name.image - Service image path.public java.lang.String contextPath()
contextPath.
String object.public int port()
port.
protected java.net.URL qualifiedUrl()
public java.lang.String getServiceUrl()
Getter for the field serviceUrl.
String object.public void setServiceUrl(java.lang.String serviceUrl)
Setter for the field serviceUrl.
serviceUrl - a String object.public java.io.File getWebappDirectory()
Getter for the field webappDirectory.
File object.public void setWebappDirectory(java.io.File webappDirectory)
Setter for the field webappDirectory.
webappDirectory - a File object.public java.lang.String getImage()
Getter for the field image.
String object.public void setImage(java.lang.String image)
Setter for the field image.
image - a String object.public java.lang.Class<?> getAnnotationClass()
Getter for the field annotationClass.
Class object.public void setAnnotationClass(java.lang.Class<?> annotationClass)
Setter for the field annotationClass.
annotationClass - a Class object.public ExecutionMode getExecutionMode()
Getter for the field executionMode.
ExecutionMode object.public void setExecutionMode(ExecutionMode executionMode)
Setter for the field executionMode.
executionMode - a ExecutionMode object.public java.lang.String getServiceName()
Getter for the field serviceName.
String object.public void setServiceName(java.lang.String serviceName)
Setter for the field serviceName.
serviceName - a String object.public ModuleConfig getModuleConfig()
Getter for the field moduleConfig.
ModuleConfig object.public void setModuleConfig(ModuleConfig moduleConfig)
Setter for the field moduleConfig.
moduleConfig - a ModuleConfig object.public ContainerConfig getContainerConfig()
Getter for the field containerConfig.
ContainerConfig object.public void setContainerConfig(ContainerConfig containerConfig)
Setter for the field containerConfig.
containerConfig - a ContainerConfig object.public java.lang.String getContextPath()
Getter for the field contextPath.
String object.public void setContextPath(java.lang.String contextPath)
Setter for the field contextPath.
contextPath - a String object.public java.lang.String getAppConfigPath()
Getter for the field appConfigPath.
String object.public void setAppConfigPath(java.lang.String appConfigPath)
Setter for the field appConfigPath.
appConfigPath - a String object.Copyright © 2021. All rights reserved.