public class TemplateManager extends Object implements TemplateManagerMXBean
| Modifier and Type | Field and Description |
|---|---|
static ObjectName |
GIT_FACADE_OBJECT_NAME |
static ObjectName |
OBJECT_NAME |
| Constructor and Description |
|---|
TemplateManager() |
| Modifier and Type | Method and Description |
|---|---|
String |
createApp(CreateAppDTO dto) |
String |
createAppByJson(String json) |
void |
destroy() |
MBeanServer |
getMBeanServer() |
void |
init() |
void |
setMBeanServer(MBeanServer mbeanServer) |
public static ObjectName OBJECT_NAME
public static ObjectName GIT_FACADE_OBJECT_NAME
public void init()
public void destroy()
public String createAppByJson(String json) throws Exception
createAppByJson in interface TemplateManagerMXBeanExceptionpublic String createApp(CreateAppDTO dto) throws IOException, URISyntaxException, InstanceNotFoundException, ReflectionException, MBeanException
public MBeanServer getMBeanServer()
public void setMBeanServer(MBeanServer mbeanServer)
Copyright © 2011–2014 Red Hat. All rights reserved.