public interface Template
Modifier and Type | Method and Description |
---|---|
void |
associateWith(TemplateEngine engine) |
Template |
copy() |
String |
getContents() |
String |
getName() |
File |
getPath() |
TemplateType |
getType() |
boolean |
isInMemory() |
void |
save() |
void |
setContents(String text,
boolean shouldParse) |
void |
setName(String value) |
void |
setType(TemplateType value) |
String getName()
void setName(String value)
void associateWith(TemplateEngine engine) throws TemplateException
TemplateException
String getContents() throws IOException
IOException
void setContents(String text, boolean shouldParse) throws TemplateException
TemplateException
TemplateType getType()
void setType(TemplateType value)
boolean isInMemory()
Template copy() throws IOException
IOException
void save() throws IOException
IOException
File getPath()
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.