public class ClassTemplateProcessor extends TemplateProcessor<Class<?>>
configuration| Constructor and Description |
|---|
ClassTemplateProcessor(OpenShiftAdapter openShiftAdapter,
CubeOpenShiftConfiguration configuration,
org.jboss.arquillian.test.spi.TestClass testClass) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
asynchronousDelayErrorMessage() |
List<Template> |
getTemplates() |
protected Class<?> |
getType() |
protected void |
handleExceptionForCreatingResource() |
protected Logger |
logger() |
protected String |
noTemplateMessage() |
protected Map<String,String> |
scopeLabels() |
protected String |
templateKeyPrefix() |
processTemplateResourcespublic ClassTemplateProcessor(OpenShiftAdapter openShiftAdapter, CubeOpenShiftConfiguration configuration, org.jboss.arquillian.test.spi.TestClass testClass)
public List<Template> getTemplates()
getTemplates in class TemplateProcessor<Class<?>>protected String templateKeyPrefix()
templateKeyPrefix in class TemplateProcessor<Class<?>>protected String asynchronousDelayErrorMessage()
asynchronousDelayErrorMessage in class TemplateProcessor<Class<?>>protected String noTemplateMessage()
noTemplateMessage in class TemplateProcessor<Class<?>>protected Class<?> getType()
getType in class TemplateProcessor<Class<?>>protected Map<String,String> scopeLabels()
scopeLabels in class TemplateProcessor<Class<?>>protected void handleExceptionForCreatingResource()
throws Exception
handleExceptionForCreatingResource in class TemplateProcessor<Class<?>>Exceptionprotected Logger logger()
logger in class TemplateProcessor<Class<?>>Copyright © 2018 JBoss by Red Hat. All rights reserved.