Uses of Interface
aQute.bnd.osgi.Resource
-
Packages that use Resource Package Description aQute.bnd.aspectj.plugin aQute.bnd.build aQute.bnd.component OSGi Declarative Services Annotation processing.aQute.bnd.exporter.executable aQute.bnd.exporter.runbundles aQute.bnd.junit aQute.bnd.make aQute.bnd.make.calltree aQute.bnd.make.coverage aQute.bnd.make.metatype aQute.bnd.maven aQute.bnd.osgi aQute.bnd.service aQute.bnd.service.export aQute.bnd.service.reporter This package defines the two servicesReportGeneratorService
andReportExporterService
-
-
Uses of Resource in aQute.bnd.aspectj.plugin
Methods in aQute.bnd.aspectj.plugin that return types with arguments of type Resource Modifier and Type Method Description java.util.Map.Entry<java.lang.String,Resource>
AspectJ. export(java.lang.String type, Project project, java.util.Map<java.lang.String,java.lang.String> options)
-
Uses of Resource in aQute.bnd.build
Methods in aQute.bnd.build that return types with arguments of type Resource Modifier and Type Method Description java.util.Map.Entry<java.lang.String,Resource>
Project. export(java.lang.String type, java.util.Map<java.lang.String,java.lang.String> options)
Export this project via the exporters. -
Uses of Resource in aQute.bnd.component
Classes in aQute.bnd.component that implement Resource Modifier and Type Class Description class
TagResource
-
Uses of Resource in aQute.bnd.exporter.executable
Methods in aQute.bnd.exporter.executable that return types with arguments of type Resource Modifier and Type Method Description java.util.Map.Entry<java.lang.String,Resource>
ExecutableJarExporter. export(java.lang.String type, Project project, java.util.Map<java.lang.String,java.lang.String> options)
-
Uses of Resource in aQute.bnd.exporter.runbundles
Methods in aQute.bnd.exporter.runbundles that return types with arguments of type Resource Modifier and Type Method Description java.util.Map.Entry<java.lang.String,Resource>
RunbundlesExporter. export(java.lang.String type, Project project, java.util.Map<java.lang.String,java.lang.String> options)
-
Uses of Resource in aQute.bnd.junit
Methods in aQute.bnd.junit with parameters of type Resource Modifier and Type Method Description JUnitFramework.BundleBuilder
JUnitFramework.BundleBuilder. addResource(java.lang.String path, Resource resource)
-
Uses of Resource in aQute.bnd.make
Methods in aQute.bnd.make that return Resource Modifier and Type Method Description Resource
MakeBnd. make(Builder builder, java.lang.String destination, java.util.Map<java.lang.String,java.lang.String> argumentsOnMake)
Resource
MakeCopy. make(Builder builder, java.lang.String destination, java.util.Map<java.lang.String,java.lang.String> argumentsOnMake)
Resource
Make. process(java.lang.String source)
-
Uses of Resource in aQute.bnd.make.calltree
Classes in aQute.bnd.make.calltree that implement Resource Modifier and Type Class Description class
CalltreeResource
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 Modifier and Type Class Description class
CoverageResource
Creates an XML Coverage report. -
Uses of Resource in aQute.bnd.make.metatype
Classes in aQute.bnd.make.metatype that implement Resource Modifier and Type Class Description class
MetaTypeReader
-
Uses of Resource in aQute.bnd.maven
Classes in aQute.bnd.maven that implement Resource Modifier and Type Class Description class
PomFromManifest
class
PomPropertiesResource
class
PomResource
-
Uses of Resource in aQute.bnd.osgi
Classes in aQute.bnd.osgi that implement Resource Modifier and Type Class Description class
AbstractResource
class
CombinedResource
class
CommandResource
class
EmbeddedResource
class
FileResource
Resource for a file.class
JarResource
class
ManifestResource
Bnd Resource for Manifest with correct support for writing the manifest to an output stream.class
PreprocessResource
class
PropertiesResource
class
WriteResource
class
ZipResource
Methods in aQute.bnd.osgi that return Resource Modifier and Type Method Description Resource
Analyzer. findResource(java.lang.String path)
Locate a resource on the class path.static Resource
Resource. fromURL(java.net.URL url)
static Resource
Resource. fromURL(java.net.URL url, HttpClient client)
Resource
Clazz. getResource()
Resource
Jar. getResource(java.lang.String path)
Resource
Jar. remove(java.lang.String path)
Methods in aQute.bnd.osgi that return types with arguments of type Resource Modifier and Type Method Description java.util.stream.Stream<Resource>
Analyzer. findResources(java.util.function.Predicate<java.lang.String> matches)
java.util.Map<java.lang.String,java.util.Map<java.lang.String,Resource>>
Jar. getDirectories()
java.util.Map<java.lang.String,Resource>
Jar. getDirectory(java.lang.String path)
java.util.stream.Stream<Resource>
Jar. getPomXmlResources()
java.util.Map<java.lang.String,Resource>
Jar. getResources()
static java.util.stream.Stream<Resource>
Jar. getResources(Resource jarResource, java.util.function.Predicate<java.lang.String> filter)
java.util.stream.Stream<Resource>
Jar. getResources(java.util.function.Predicate<java.lang.String> matches)
Methods in aQute.bnd.osgi with parameters of type Resource Modifier and Type Method Description void
CombinedResource. addResource(Resource r)
static Jar
Jar. fromResource(java.lang.String name, Resource resource)
static java.util.stream.Stream<Resource>
Jar. getResources(Resource jarResource, java.util.function.Predicate<java.lang.String> filter)
boolean
Jar. putResource(java.lang.String path, Resource resource)
boolean
Jar. putResource(java.lang.String path, Resource resource, boolean overwrite)
Method parameters in aQute.bnd.osgi with type arguments of type Resource Modifier and Type Method Description boolean
Jar. addDirectory(java.util.Map<java.lang.String,Resource> directory, boolean overwrite)
Constructors in aQute.bnd.osgi with parameters of type Resource Constructor Description Clazz(Analyzer analyzer, java.lang.String path, Resource resource)
FileResource(Resource r)
Turn 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 Modifier and Type Method Description Resource
MakePlugin. make(Builder builder, java.lang.String source, java.util.Map<java.lang.String,java.lang.String> arguments)
This plugin is called when Include-Resource detects a reference to a resource that it can not find in the file system. -
Uses of Resource in aQute.bnd.service.export
Methods in aQute.bnd.service.export that return types with arguments of type Resource Modifier and Type Method Description java.util.Map.Entry<java.lang.String,Resource>
Exporter. export(java.lang.String type, Project project, java.util.Map<java.lang.String,java.lang.String> options)
-
Uses of Resource in aQute.bnd.service.reporter
Methods in aQute.bnd.service.reporter that return types with arguments of type Resource Modifier and Type Method Description java.util.Map<java.lang.String,Resource>
ReportExporterService. exportReportsOf(java.lang.Object source)
Export the reports of the specified source object.
-