Package com.jalios.jcms.readiness
Class ReadinessProbeManager
- java.lang.Object
-
- com.jalios.jcms.readiness.ReadinessProbeManager
-
public class ReadinessProbeManager extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReadinessProbeManagergetInstance()protected static java.lang.StringgetProperty(java.lang.String propertyName, java.lang.String defaultValue)java.lang.StringgetWebappPath()java.lang.StringgetWebAppPath()voidremoveReadinessProbe()voidsetErrorProbe(java.lang.String message)voidsetReadinessProbe()voidsetWebappPath(java.lang.String webappPath)
-
-
-
Method Detail
-
getInstance
public static ReadinessProbeManager getInstance()
-
getProperty
protected static java.lang.String getProperty(java.lang.String propertyName, java.lang.String defaultValue)
-
removeReadinessProbe
public void removeReadinessProbe() throws java.lang.Exception- Throws:
java.lang.Exception
-
setErrorProbe
public void setErrorProbe(java.lang.String message) throws java.lang.Exception- Throws:
java.lang.Exception
-
setReadinessProbe
public void setReadinessProbe() throws java.lang.Exception- Throws:
java.lang.Exception
-
getWebappPath
public java.lang.String getWebappPath()
-
setWebappPath
public void setWebappPath(java.lang.String webappPath)
-
getWebAppPath
public java.lang.String getWebAppPath()
-
-