Class TemplateContribution
- java.lang.Object
-
- org.nuxeo.runtime.deployment.preprocessor.template.TemplateContribution
-
public class TemplateContribution extends Object
- Author:
- Bogdan Stefanescu
-
-
Constructor Summary
Constructors Constructor Description TemplateContribution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContent()
String
getMarker()
String
getMode()
String
getTemplate()
boolean
isAppending()
boolean
isPrepending()
boolean
isReplacing()
void
setTarget(String target)
-
-
-
Method Detail
-
setTarget
public void setTarget(String target)
-
getContent
public String getContent()
-
getTemplate
public String getTemplate()
-
getMarker
public String getMarker()
-
getMode
public String getMode()
-
isAppending
public boolean isAppending()
-
isPrepending
public boolean isPrepending()
-
isReplacing
public boolean isReplacing()
-
-