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 ResourceModifier and TypeMethodDescriptionMethods in aQute.bnd.aspectj.plugin with parameters of type ResourceModifier and TypeMethodDescriptionprivate WriteResourceAspectJ.propertiesResource(Resource properties, UTF8Properties launchProperties) -
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 DiscoverCDIAnnotations.findDiscoveryMode(Resource beansResource) private DocumentCDIAnnotations.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 TypeClassDescriptionclassCreate 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 TypeClassDescriptionclassclassclassMethods 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 TypeClassDescriptionclassclassclassclassclassResource for a file.classclassBnd Resource for Manifest with correct support for writing the manifest to an output stream.classclass(package private) classclassclassFields in aQute.bnd.osgi declared as ResourceModifier and TypeFieldDescription(package private) final ResourceClazz.resourceprivate final ResourcePreprocessResource.resourceFields in aQute.bnd.osgi with type parameters of type ResourceModifier and TypeFieldDescriptionprivate final NavigableMap<String, Map<String, Resource>> Jar.directoriesCombinedResource.resourcesprivate final NavigableMap<String, Resource> Jar.resourcesMethods 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 TypeMethodDescriptionprivate voidvoidCombinedResource.addResource(Resource r) private JarJar.buildFromResource(Resource resource) private voidprivate voidJar.copyResource(File dir, String path, Resource resource) static JarJar.fromResource(String name, Resource resource) Jar.getResources(Resource jarResource, Predicate<String> filter) (package private) AttrsAnalyzer.parsePackageinfo(Descriptors.PackageRef packageRef, Resource r) private AttrsAnalyzer.parsePackageInfoClass(Resource r) private voidJar.putEntry(ZipOutputStream jout, ZipEntry entry, Resource r) booleanJar.putResource(String path, Resource resource) booleanJar.putResource(String path, Resource resource, boolean overwrite) private voidJar.writeResource(ZipOutputStream jout, Set<String> directories, String path, Resource resource) Method parameters in aQute.bnd.osgi with type arguments of type ResourceModifier and TypeMethodDescriptionbooleanJar.addDirectory(Map<String, Resource> directory, boolean overwrite) voidJar.ZipResourceSpliterator.forEachRemaining(Consumer<? super Resource> action) booleanJar.ZipResourceSpliterator.tryAdvance(Consumer<? super Resource> action) 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) (package private)ZipResourceSpliterator(Resource resource, Predicate<String> filter) -
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 voidSigner.digest(MessageDigest[] algorithms, Resource r) -
Uses of Resource in aQute.lib.spring
Methods in aQute.lib.spring with parameters of type Resource