Modifier and Type | Method and Description |
---|---|
java.util.Map.Entry<java.lang.String,Resource> |
Run.export(java.lang.String type,
java.util.Map<java.lang.String,java.lang.String> options) |
Modifier and Type | Class and Description |
---|---|
class |
TagResource |
Modifier and Type | Method and 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) |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Map<java.lang.String,Resource> |
JUnitFramework.BundleBuilder.additionalResources |
Modifier and Type | Method and Description |
---|---|
JUnitFramework.BundleBuilder |
JUnitFramework.BundleBuilder.addResource(java.lang.String path,
Resource resource) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
private boolean |
PatchCommand.isEqual(Resource ar,
Resource br) |
Modifier and Type | Method and 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) |
Modifier and Type | Class and Description |
---|---|
class |
CalltreeResource
Create an XML call tree of a set of classes.
|
Modifier and Type | Method and Description |
---|---|
(package private) Resource |
ServiceComponent.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.
|
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 | Method and Description |
---|---|
private java.io.File |
MavenDeploy.write(java.io.File base,
Resource r,
java.lang.String fileName) |
private java.io.File |
MavenDeployCmd.write(java.io.File base,
Resource r,
java.lang.String fileName) |
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 | Field and Description |
---|---|
(package private) Resource |
Clazz.resource |
private Resource |
PreprocessResource.resource |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.TreeMap<java.lang.String,java.util.Map<java.lang.String,Resource>> |
Jar.directories |
(package private) java.util.List<Resource> |
CombinedResource.resources |
(package private) java.util.TreeMap<java.lang.String,Resource> |
Jar.resources |
Modifier and Type | Method and Description |
---|---|
Resource |
Analyzer.findResource(java.lang.String path)
Locate a resource on the class path.
|
Resource |
Jar.getResource(java.lang.String path) |
Resource |
Jar.remove(java.lang.String path) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.util.Map<java.lang.String,Resource>> |
Jar.getDirectories() |
java.util.Map<java.lang.String,Resource> |
Jar.getResources() |
Modifier and Type | Method and Description |
---|---|
void |
CombinedResource.addResource(Resource r) |
private Jar |
Jar.buildFromResource(Resource resource) |
private void |
Builder.copy(Jar jar,
java.lang.String path,
Resource resource,
java.util.Map<java.lang.String,java.lang.String> extra) |
private void |
Jar.copyResource(java.io.File dir,
java.lang.String path,
Resource resource) |
static Jar |
Jar.fromResource(java.lang.String name,
Resource resource) |
(package private) Attrs |
Analyzer.parsePackageinfo(Descriptors.PackageRef packageRef,
Resource r) |
private Attrs |
Analyzer.parsePackageInfoClass(Resource r) |
boolean |
Jar.putResource(java.lang.String path,
Resource resource) |
boolean |
Jar.putResource(java.lang.String path,
Resource resource,
boolean overwrite) |
private void |
Jar.writeResource(java.util.zip.ZipOutputStream jout,
java.util.Set<java.lang.String> directories,
java.lang.String path,
Resource resource) |
Modifier and Type | Method and Description |
---|---|
boolean |
Jar.addDirectory(java.util.Map<java.lang.String,Resource> directory,
boolean overwrite) |
Constructor and 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 caught
|
PreprocessResource(Processor processor,
Resource r) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
private void |
Signer.digest(java.security.MessageDigest[] algorithms,
Resource r) |
Modifier and Type | Method and Description |
---|---|
private void |
XMLType.process(Analyzer analyzer,
java.lang.String path,
Resource resource) |