Uses of Interface
aQute.bnd.osgi.Resource
Packages that use Resource
Package
Description
This package defines the two services
ReportGeneratorService
and
ReportExporterService
-
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 TypeClassDescriptionclass
Create 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 TypeClassDescriptionclass
class
class
-
Uses of Resource in aQute.bnd.osgi
Classes in aQute.bnd.osgi that implement ResourceModifier and TypeClassDescriptionclass
class
class
class
class
Resource for a file.class
class
class
class
Methods in aQute.bnd.osgi that return ResourceModifier and TypeMethodDescriptionAnalyzer.findResource
(String path) Locate a resource on the class path.static Resource
static Resource
Resource.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 TypeMethodDescriptionvoid
CombinedResource.addResource
(Resource r) static Jar
Jar.fromResource
(String name, Resource resource) Jar.getResources
(Resource jarResource, Predicate<String> filter) boolean
Jar.putResource
(String path, Resource resource) boolean
Jar.putResource
(String path, Resource resource, boolean overwrite) Method parameters in aQute.bnd.osgi with type arguments of type ResourceModifier and TypeMethodDescriptionboolean
Jar.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.