Modifier and Type | Method and Description |
---|---|
Map.Entry<String,Resource> |
Run.export(String type,
Map<String,String> options) |
Modifier and Type | Class and Description |
---|---|
class |
TagResource |
Modifier and Type | Method and Description |
---|---|
Map.Entry<String,Resource> |
SubsystemExporter.export(String type,
Project project,
Map<String,String> options) |
Modifier and Type | Method and Description |
---|---|
JUnitFramework.BundleBuilder |
JUnitFramework.BundleBuilder.addResource(String path,
Resource resource) |
Modifier and Type | Method and Description |
---|---|
Map.Entry<String,Resource> |
SubsystemExporter.export(String type,
Project project,
Map<String,String> options) |
Modifier and Type | Method and Description |
---|---|
Resource |
MakeBnd.make(Builder builder,
String destination,
Map<String,String> argumentsOnMake) |
Resource |
MakeCopy.make(Builder builder,
String destination,
Map<String,String> argumentsOnMake) |
Resource |
Make.process(String source) |
Modifier and Type | Class and Description |
---|---|
class |
CalltreeResource
Create an XML call tree of a set of classes.
|
Modifier and Type | Class and Description |
---|---|
class |
CoverageResource
Creates an XML Coverage report.
|
Modifier and Type | Class and Description |
---|---|
class |
MetaTypeReader |
Modifier and Type | Class and Description |
---|---|
class |
PomFromManifest |
class |
PomPropertiesResource |
class |
PomResource |
Modifier and Type | Class and Description |
---|---|
class |
AbstractResource |
class |
CombinedResource |
class |
CommandResource |
class |
EmbeddedResource |
class |
FileResource |
class |
JarResource |
class |
PreprocessResource |
class |
URLResource |
class |
WriteResource |
class |
ZipResource |
Modifier and Type | Method and Description |
---|---|
Resource |
Analyzer.findResource(String path)
Locate a resource on the class path.
|
Resource |
Jar.getResource(String path) |
Resource |
Jar.remove(String path) |
Modifier and Type | Method and Description |
---|---|
Map<String,Map<String,Resource>> |
Jar.getDirectories() |
Map<String,Resource> |
Jar.getResources() |
Modifier and Type | Method and Description |
---|---|
void |
CombinedResource.addResource(Resource r) |
static Jar |
Jar.fromResource(String name,
Resource resource) |
boolean |
Jar.putResource(String path,
Resource resource) |
boolean |
Jar.putResource(String path,
Resource resource,
boolean overwrite) |
Modifier and Type | Method and Description |
---|---|
boolean |
Jar.addDirectory(Map<String,Resource> directory,
boolean overwrite) |
Constructor and Description |
---|
Clazz(Analyzer analyzer,
String path,
Resource resource) |
FileResource(Resource r)
Turn a resource into a file so that anything in the conversion is
properly caught
|
PreprocessResource(Processor processor,
Resource r) |
Modifier and Type | Method and Description |
---|---|
Resource |
MakePlugin.make(Builder builder,
String source,
Map<String,String> arguments)
This plugin is called when Include-Resource detects a reference to a
resource that it can not find in the file system.
|
Modifier and Type | Method and Description |
---|---|
Map.Entry<String,Resource> |
Exporter.export(String type,
Project project,
Map<String,String> options) |
Copyright © 2021 aQute SARL. All rights reserved.