Uses of Class
org.javlo.template.TemplatePlugin
-
Packages that use TemplatePlugin Package Description org.javlo.template -
-
Uses of TemplatePlugin in org.javlo.template
Methods in org.javlo.template that return TemplatePlugin Modifier and Type Method Description static TemplatePlugin
TemplatePlugin. getInstance(File templatePluginFolder)
TemplatePlugin
TemplatePluginFactory. getTemplatePlugin(String id)
TemplatePlugin
TemplatePluginFactory. getTemplatePlugin(String name, String version)
Methods in org.javlo.template that return types with arguments of type TemplatePlugin Modifier and Type Method Description List<TemplatePlugin>
TemplatePluginFactory. getAllTemplatePlugin()
List<TemplatePlugin>
TemplatePluginFactory. getAllTemplatePlugin(Collection<String> ids)
Methods in org.javlo.template with parameters of type TemplatePlugin Modifier and Type Method Description int
TemplatePlugin.TemplatePluginIdComparator. compare(TemplatePlugin o1, TemplatePlugin o2)
-