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