public abstract class DefaultTemplate extends java.lang.Object implements Template
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
module |
protected java.lang.String |
path |
protected boolean |
useModule |
DEFAULT_MODULE, ROOT
Modifier | Constructor and Description |
---|---|
protected |
DefaultTemplate(java.lang.String module,
java.lang.String path) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getModule() |
java.lang.String |
getPath() |
void |
setUseModule(boolean useModule) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isBinary, isExecutable
protected final java.lang.String path
protected final java.lang.String module
protected boolean useModule
protected DefaultTemplate(@NonNull java.lang.String module, @NonNull java.lang.String path)
public void setUseModule(boolean useModule)
setUseModule
in interface Template