Uses of Class
aQute.bnd.osgi.repository.XMLResourceGenerator
Packages that use XMLResourceGenerator
-
Uses of XMLResourceGenerator in aQute.bnd.osgi.repository
Methods in aQute.bnd.osgi.repository that return XMLResourceGeneratorModifier and TypeMethodDescriptionXMLResourceGenerator.compress()Enables compression for the generated XML document.XMLResourceGenerator.increment(long increment) Note that callingXMLResourceGenerator.name(String)sets increment toSystem.currentTimeMillis().XMLResourceGenerator.indent(int n) Sets the indentation level for the generated XML document.Note that callingXMLResourceGenerator.name(String)sets increment toSystem.currentTimeMillis().Adds a referral to this generator.XMLResourceGenerator.repository(org.osgi.service.repository.Repository repository) Adds all the resources in the specified repository to this generator.XMLResourceGenerator.resource(org.osgi.resource.Resource resource) Adds the specified resource to this generator.XMLResourceGenerator.resources(Collection<? extends org.osgi.resource.Resource> resources) Adds all the resources in the specified collection to this generator.