Uses of Interface
aQute.bnd.osgi.Resource
Packages that use Resource
Package
Description
OSGi Declarative Services Annotation processing.
This package defines the two services
ReportGeneratorService and
ReportExporterService-
Uses of Resource in aQute.bnd.aspectj.plugin
Methods in aQute.bnd.aspectj.plugin that return types with arguments of type Resource -
Uses of Resource in aQute.bnd.build
Methods in aQute.bnd.build that return types with arguments of type Resource -
Uses of Resource in aQute.bnd.component
Classes in aQute.bnd.component that implement Resource -
Uses of Resource in aQute.bnd.exporter.executable
Methods in aQute.bnd.exporter.executable that return types with arguments of type Resource -
Uses of Resource in aQute.bnd.exporter.runbundles
Methods in aQute.bnd.exporter.runbundles that return types with arguments of type Resource -
Uses of Resource in aQute.bnd.junit
Methods in aQute.bnd.junit with parameters of type ResourceModifier and TypeMethodDescriptionJUnitFramework.BundleBuilder.addResource(String path, Resource resource) -
Uses of Resource in aQute.bnd.make
Methods in aQute.bnd.make that return Resource -
Uses of Resource in aQute.bnd.make.calltree
Classes in aQute.bnd.make.calltree that implement ResourceModifier and TypeClassDescriptionclassCreate an XML call tree of a set of classes. -
Uses of Resource in aQute.bnd.make.coverage
Classes in aQute.bnd.make.coverage that implement Resource -
Uses of Resource in aQute.bnd.make.metatype
Classes in aQute.bnd.make.metatype that implement Resource -
Uses of Resource in aQute.bnd.maven
Classes in aQute.bnd.maven that implement ResourceModifier and TypeClassDescriptionclassclassclass -
Uses of Resource in aQute.bnd.osgi
Classes in aQute.bnd.osgi that implement ResourceModifier and TypeClassDescriptionclassclassclassclassclassResource for a file.classclassBnd Resource for Manifest with correct support for writing the manifest to an output stream.classclassclassclassMethods in aQute.bnd.osgi that return ResourceModifier and TypeMethodDescriptionAnalyzer.findResource(String path) Locate a resource on the class path.static Resourcestatic ResourceResource.fromURL(URL url, HttpClient client) Clazz.getResource()Jar.getResource(String path) Methods in aQute.bnd.osgi that return types with arguments of type ResourceModifier and TypeMethodDescriptionAnalyzer.findResources(Predicate<String> matches) Jar.getDirectories()Jar.getDirectory(String path) Jar.getPomXmlResources()Jar.getResources()Jar.getResources(Resource jarResource, Predicate<String> filter) Jar.getResources(Predicate<String> matches) Methods in aQute.bnd.osgi with parameters of type ResourceModifier and TypeMethodDescriptionvoidCombinedResource.addResource(Resource r) static JarJar.fromResource(String name, Resource resource) Jar.getResources(Resource jarResource, Predicate<String> filter) booleanJar.putResource(String path, Resource resource) booleanJar.putResource(String path, Resource resource, boolean overwrite) Method parameters in aQute.bnd.osgi with type arguments of type ResourceModifier and TypeMethodDescriptionbooleanJar.addDirectory(Map<String, Resource> directory, boolean overwrite) Constructors in aQute.bnd.osgi with parameters of type ResourceModifierConstructorDescriptionTurn a resource into a file so that anything in the conversion is properly caughtPreprocessResource(Processor processor, Resource r) -
Uses of Resource in aQute.bnd.service
Methods in aQute.bnd.service that return Resource -
Uses of Resource in aQute.bnd.service.export
Methods in aQute.bnd.service.export that return types with arguments of type Resource -
Uses of Resource in aQute.bnd.service.reporter
Methods in aQute.bnd.service.reporter that return types with arguments of type ResourceModifier and TypeMethodDescriptionReportExporterService.exportReportsOf(Object source) Export the reports of the specified source object.