Package sonia.scm.template
Class TemplateType
java.lang.Object
sonia.scm.Type
sonia.scm.template.TemplateType
- All Implemented Interfaces:
Serializable
Represents the type of a
TemplateType
.- Since:
- 1.19
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTemplateType
(String name, String displayName, String extension, String... extensions) TemplateType
(String name, String displayName, Collection<String> extensions) -
Method Summary
Modifier and TypeMethodDescriptionReturns all extensions associated with this template engine.Methods inherited from class sonia.scm.Type
equals, getDisplayName, getName, hashCode, setDisplayName, setName, toString
-
Constructor Details
-
TemplateType
-
TemplateType
-
-
Method Details
-
getExtensions
Returns all extensions associated with this template engine.- Returns:
- all extensions
-