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.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 TypeClassDescriptionclassclassclassclassResource for a directory.classclassResource 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) JPMSModule.getResource(int release, String path) Get a resource from a Jar that is in the versioned area.Methods in aQute.bnd.osgi that return types with arguments of type ResourceModifier and TypeMethodDescriptionJPMSModule.findResource(String path, int release) Find a resource from a Jar.Analyzer.findResources(Predicate<String> matches) Jar.getDirectories()Jar.getDirectory(String path) Jar.getPomXmlResources()Jar.getResources()Jar.getResources(Resource resource, 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 resource, Predicate<String> filter) static aQute.bnd.classfile.ClassFileConvenience method to parse a class file from a ResourcebooleanJar.putResource(String path, Resource resource) booleanJar.putResource(String path, Resource resource, boolean overwrite) booleanJPMSModule.putResource(int release, String path, Resource resource) Put a resource in a Jar in the META-INF/versions/ subtree for Multi Release Jars.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.osgi.metainf
Methods in aQute.bnd.osgi.metainf that return types with arguments of type ResourceModifier and TypeMethodDescriptionMethods in aQute.bnd.osgi.metainf with parameters of type ResourceModifier and TypeMethodDescriptionConstructors in aQute.bnd.osgi.metainf with parameters of type ResourceModifierConstructorDescriptionMetaInfService(String serviceName, Resource resource) Create a MetaInfService from a resource -
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.merge
Methods in aQute.bnd.service.merge that return types with arguments of type ResourceModifier and TypeMethodDescriptionMethods in aQute.bnd.service.merge with parameters 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.wstemplates
Methods in aQute.bnd.wstemplates that return ResourceModifier and TypeMethodDescriptionFragmentTemplateEngine.Update.from()Returns the value of thefromrecord component.Constructors in aQute.bnd.wstemplates with parameters of type ResourceModifierConstructorDescriptionUpdate(FragmentTemplateEngine.UpdateStatus status, File to, Resource from, Set<FragmentTemplateEngine.Action> actions, FragmentTemplateEngine.TemplateInfo info) Creates an instance of aUpdaterecord class.