Package org.kie.server.api
Class KieServerEnvironment
- java.lang.Object
-
- org.kie.server.api.KieServerEnvironment
-
public class KieServerEnvironment extends Object
-
-
Constructor Summary
Constructors Constructor Description KieServerEnvironment()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetContextRoot()static StringgetServerId()static StringgetServerName()static VersiongetVersion()static voidsetContextRoot(String contextRootIn)static voidsetServerId(String serverIdIn)static voidsetServerName(String nameIn)
-
-
-
Method Detail
-
getVersion
public static Version getVersion()
-
getServerId
public static String getServerId()
-
setServerId
public static void setServerId(String serverIdIn)
-
getServerName
public static String getServerName()
-
setServerName
public static void setServerName(String nameIn)
-
getContextRoot
public static String getContextRoot()
-
setContextRoot
public static void setContextRoot(String contextRootIn)
-
-