Class FragmentTemplateEngine.TemplateUpdater

java.lang.Object
aQute.bnd.wstemplates.FragmentTemplateEngine.TemplateUpdater
All Implemented Interfaces:
AutoCloseable
Enclosing class:
FragmentTemplateEngine

public class FragmentTemplateEngine.TemplateUpdater extends Object implements AutoCloseable
Used to edit the updates. A TemplateUpdater maintains a list of Update objects indexed by file they affect. The intention that this structure is used to resolve any conflicts. Calling commit() will then execute the updates.

An instance must be closed when no longer used to release the JARs.