Uses of Interface
aQute.bnd.osgi.Resource
-
-
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 (package private) java.util.Map<java.io.File,Resource>ProjectBuilder. doExports(java.util.Map<java.io.File,java.util.List<Attrs>> entries)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.cdi
Methods in aQute.bnd.cdi with parameters of type Resource Modifier and Type Method Description private DiscoverCDIAnnotations. findDiscoveryMode(Resource beansResource)private org.w3c.dom.DocumentCDIAnnotations. readXMLResource(Resource resource) -
Uses of Resource in aQute.bnd.component
Classes in aQute.bnd.component that implement Resource Modifier and Type Class Description classTagResource -
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.exporter.subsystem
Methods in aQute.bnd.exporter.subsystem that return types with arguments of type Resource Modifier and Type Method Description java.util.Map.Entry<java.lang.String,Resource>SubsystemExporter. export(java.lang.String type, Project project, java.util.Map<java.lang.String,java.lang.String> options) -
Uses of Resource in aQute.bnd.junit
Fields in aQute.bnd.junit with type parameters of type Resource Modifier and Type Field Description (package private) java.util.Map<java.lang.String,Resource>JUnitFramework.BundleBuilder. additionalResourcesMethods in aQute.bnd.junit with parameters of type Resource Modifier and Type Method Description JUnitFramework.BundleBuilderJUnitFramework.BundleBuilder. addResource(java.lang.String path, Resource resource) -
Uses of Resource in aQute.bnd.main
Methods in aQute.bnd.main with parameters of type Resource Modifier and Type Method Description private booleanPatchCommand. isEqual(Resource ar, Resource br) -
Uses of Resource in aQute.bnd.make
Methods in aQute.bnd.make that return Resource Modifier and Type Method Description ResourceMakeBnd. make(Builder builder, java.lang.String destination, java.util.Map<java.lang.String,java.lang.String> argumentsOnMake)ResourceMakeCopy. make(Builder builder, java.lang.String destination, java.util.Map<java.lang.String,java.lang.String> argumentsOnMake)ResourceMake. 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 classCalltreeResourceCreate 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 Modifier and Type Method Description (package private) ResourceServiceComponent.ComponentMaker. createComponentResource(java.lang.String name, java.lang.String impl, java.util.Map<java.lang.String,java.lang.String> info)Create the resource for a DS component. -
Uses of Resource in aQute.bnd.make.coverage
Classes in aQute.bnd.make.coverage that implement Resource Modifier and Type Class Description classCoverageResourceCreates 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 classMetaTypeReader -
Uses of Resource in aQute.bnd.maven
Classes in aQute.bnd.maven that implement Resource Modifier and Type Class Description classPomFromManifestclassPomPropertiesResourceclassPomResourceMethods in aQute.bnd.maven with parameters of type Resource Modifier and Type Method Description private java.io.FileMavenDeploy. write(java.io.File base, Resource r, java.lang.String fileName)private java.io.FileMavenDeployCmd. write(java.io.File base, Resource r, java.lang.String fileName) -
Uses of Resource in aQute.bnd.osgi
Classes in aQute.bnd.osgi that implement Resource Modifier and Type Class Description classAbstractResourceclassCombinedResourceclassCommandResourceclassEmbeddedResourceclassFileResourceResource for a file.classJarResourceclassPreprocessResource(package private) classURLResourceclassWriteResourceclassZipResourceFields in aQute.bnd.osgi declared as Resource Modifier and Type Field Description (package private) ResourceClazz. resourceprivate ResourcePreprocessResource. resourceFields in aQute.bnd.osgi with type parameters of type Resource Modifier and Type Field Description private java.util.NavigableMap<java.lang.String,java.util.Map<java.lang.String,Resource>>Jar. directories(package private) java.util.List<Resource>CombinedResource. resourcesprivate java.util.NavigableMap<java.lang.String,Resource>Jar. resourcesMethods in aQute.bnd.osgi that return Resource Modifier and Type Method Description ResourceAnalyzer. findResource(java.lang.String path)Locate a resource on the class path.static ResourceResource. fromURL(java.net.URL url)static ResourceResource. fromURL(java.net.URL url, HttpClient client)ResourceClazz. getResource()ResourceJar. getResource(java.lang.String path)ResourceJar. 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 voidCombinedResource. addResource(Resource r)private JarJar. buildFromResource(Resource resource)private voidBuilder. copy(Jar jar, java.lang.String path, Resource resource, java.util.Map<java.lang.String,java.lang.String> extra)private voidJar. copyResource(java.io.File dir, java.lang.String path, Resource resource)static JarJar. 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)(package private) AttrsAnalyzer. parsePackageinfo(Descriptors.PackageRef packageRef, Resource r)private AttrsAnalyzer. parsePackageInfoClass(Resource r)private voidJar. putEntry(java.util.zip.ZipOutputStream jout, java.util.zip.ZipEntry entry, Resource r)booleanJar. putResource(java.lang.String path, Resource resource)booleanJar. putResource(java.lang.String path, Resource resource, boolean overwrite)private voidJar. writeResource(java.util.zip.ZipOutputStream jout, java.util.Set<java.lang.String> directories, java.lang.String path, Resource resource)Method parameters in aQute.bnd.osgi with type arguments of type Resource Modifier and Type Method Description booleanJar. 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 ResourceMakePlugin. 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. -
Uses of Resource in aQute.bnd.signing
Methods in aQute.bnd.signing with parameters of type Resource Modifier and Type Method Description private voidSigner. digest(java.security.MessageDigest[] algorithms, Resource r) -
Uses of Resource in aQute.lib.spring
Methods in aQute.lib.spring with parameters of type Resource Modifier and Type Method Description private voidXMLType. process(Analyzer analyzer, java.lang.String path, Resource resource)
-