Uses of Record Class
aQute.bnd.wstemplates.FragmentTemplateEngine.TemplateInfo
Packages that use FragmentTemplateEngine.TemplateInfo
-
Uses of FragmentTemplateEngine.TemplateInfo in aQute.bnd.wstemplates
Classes in aQute.bnd.wstemplates that implement interfaces with type arguments of type FragmentTemplateEngine.TemplateInfoModifier and TypeClassDescriptionstatic final recordInfo about a template, comes from the index files.Methods in aQute.bnd.wstemplates that return FragmentTemplateEngine.TemplateInfoModifier and TypeMethodDescriptionFragmentTemplateEngine.Update.info()Returns the value of theinforecord component.Methods in aQute.bnd.wstemplates that return types with arguments of type FragmentTemplateEngine.TemplateInfoModifier and TypeMethodDescriptionFragmentTemplateEngine.getAvailableTemplates()Get the list of available templatesFragmentTemplateEngine.read(Parameters ps) Read the templates from a ParametersaQute.bnd.result.Result<List<FragmentTemplateEngine.TemplateInfo>> Parse the file from the source.aQute.bnd.result.Result<List<FragmentTemplateEngine.TemplateInfo>> Read a template index from a URL.FragmentTemplateEngine.resolveRequirements(List<FragmentTemplateEngine.TemplateInfo> templates) Resolve all required templates recursively.Methods in aQute.bnd.wstemplates with parameters of type FragmentTemplateEngine.TemplateInfoModifier and TypeMethodDescriptionvoidFragmentTemplateEngine.add(FragmentTemplateEngine.TemplateInfo info) Convenience method.intFragmentTemplateEngine.TemplateInfo.compareTo(FragmentTemplateEngine.TemplateInfo o) Method parameters in aQute.bnd.wstemplates with type arguments of type FragmentTemplateEngine.TemplateInfoModifier and TypeMethodDescriptionFragmentTemplateEngine.resolveRequirements(List<FragmentTemplateEngine.TemplateInfo> templates) Resolve all required templates recursively.FragmentTemplateEngine.updater(File folder, List<FragmentTemplateEngine.TemplateInfo> templates) Create a TemplateUpdaterConstructors in aQute.bnd.wstemplates with parameters of type FragmentTemplateEngine.TemplateInfoModifierConstructorDescriptionUpdate(FragmentTemplateEngine.UpdateStatus status, File to, Resource from, Set<FragmentTemplateEngine.Action> actions, FragmentTemplateEngine.TemplateInfo info) Creates an instance of aUpdaterecord class.