public interface Template<T>
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
TemplateParameter |
getParameter(String name) |
int |
getParameterCount() |
T |
newInstance(Scope scope,
String namespace) |
String getName()
@Nullable TemplateParameter getParameter(@NotNull String name)
int getParameterCount()
T newInstance(Scope scope, String namespace) throws ResolutionException
ResolutionExceptionCopyright © 2017. All rights reserved.