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.cdi
Methods in aQute.bnd.cdi with parameters of type ResourceModifier and TypeMethodDescriptionprivate Discover
CDIAnnotations.findDiscoveryMode
(Resource beansResource) private Document
CDIAnnotations.readXMLResource
(Resource 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.exporter.subsystem
Methods in aQute.bnd.exporter.subsystem that return types with arguments of type Resource -
Uses of Resource in aQute.bnd.junit
Fields in aQute.bnd.junit with type parameters of type ResourceMethods in aQute.bnd.junit with parameters of type ResourceModifier and TypeMethodDescriptionJUnitFramework.BundleBuilder.addResource
(String path, Resource resource) -
Uses of Resource in aQute.bnd.main
Methods in aQute.bnd.main with parameters of type 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.component
Methods in aQute.bnd.make.component that return Resource -
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
Methods in aQute.bnd.maven with parameters of type Resource -
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
(package private) class
class
class
Fields in aQute.bnd.osgi declared as ResourceModifier and TypeFieldDescription(package private) final Resource
Clazz.resource
private final Resource
PreprocessResource.resource
Fields in aQute.bnd.osgi with type parameters of type ResourceModifier and TypeFieldDescriptionprivate final NavigableMap<String,
Map<String, Resource>> Jar.directories
CombinedResource.resources
private final NavigableMap<String,
Resource> Jar.resources
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) private Jar
Jar.buildFromResource
(Resource resource) private void
private void
Jar.copyResource
(File dir, String path, Resource resource) static Jar
Jar.fromResource
(String name, Resource resource) Jar.getResources
(Resource jarResource, Predicate<String> filter) (package private) Attrs
Analyzer.parsePackageinfo
(Descriptors.PackageRef packageRef, Resource r) private Attrs
Analyzer.parsePackageInfoClass
(Resource r) private void
Jar.putEntry
(ZipOutputStream jout, ZipEntry entry, Resource r) boolean
Jar.putResource
(String path, Resource resource) boolean
Jar.putResource
(String path, Resource resource, boolean overwrite) private void
Jar.writeResource
(ZipOutputStream jout, Set<String> directories, String path, Resource resource) 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. -
Uses of Resource in aQute.bnd.signing
Methods in aQute.bnd.signing with parameters of type ResourceModifier and TypeMethodDescriptionprivate void
Signer.digest
(MessageDigest[] algorithms, Resource r) -
Uses of Resource in aQute.lib.spring
Methods in aQute.lib.spring with parameters of type Resource