Uses of Enum Class
aQute.bnd.wstemplates.FragmentTemplateEngine.Action
Packages that use FragmentTemplateEngine.Action
-
Uses of FragmentTemplateEngine.Action in aQute.bnd.wstemplates
Subclasses with type arguments of type FragmentTemplateEngine.Action in aQute.bnd.wstemplatesMethods in aQute.bnd.wstemplates that return FragmentTemplateEngine.ActionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static FragmentTemplateEngine.Action[]FragmentTemplateEngine.Action.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in aQute.bnd.wstemplates that return types with arguments of type FragmentTemplateEngine.ActionModifier and TypeMethodDescriptionFragmentTemplateEngine.Update.actions()Returns the value of theactionsrecord component.Constructor parameters in aQute.bnd.wstemplates with type arguments of type FragmentTemplateEngine.ActionModifierConstructorDescriptionUpdate(FragmentTemplateEngine.UpdateStatus status, File to, Resource from, Set<FragmentTemplateEngine.Action> actions, FragmentTemplateEngine.TemplateInfo info) Creates an instance of aUpdaterecord class.