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 TemplatePluginTemplatePlugin. getInstance(File templatePluginFolder)TemplatePluginTemplatePluginFactory. getTemplatePlugin(String id)TemplatePluginTemplatePluginFactory. 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 intTemplatePlugin.TemplatePluginIdComparator. compare(TemplatePlugin o1, TemplatePlugin o2)
-