| Interface | Description |
|---|---|
| ArtifactFilter |
Interface used by the
ZipToSrampArchive class when discovering artifacts in the
source archive that should be included in the target S-RAMP archive. |
| MetaDataFactory |
Factory responsible for creating artifact meta data.
|
| MetaDataProvider |
Provides additional meta-data.
|
| Class | Description |
|---|---|
| CandidateArtifact |
An artifact that *may* get included in the S-RAMP archive being created from a
source JAR archive.
|
| DefaultArtifactFilter |
A default implementation of an
ArtifactFilter that includes only those files
that are likely to be understood by the S-RAMP server (XML, Schema, WSDL, etc). |
| DefaultMetaDataFactory |
Default implementation of a meta-data factory, providing a reasonable starting point
for custom extensions (though it can also be used as-is to provide a very S-RAMP strict
impl).
|
| DiscoveredArtifact |
An artifact that will be incuded in the final S-RAMP archive.
|
| DiscoveredArtifacts |
The collection of artifacts found during the discovery process.
|
| ZipToSrampArchive |
Class that converts a JAR into an S-RAMP archive.
|
| ZipToSrampArchiveContext |
A context available to the artifact filter and meta-data factory
classes during creation of the s-ramp archive.
|
| Exception | Description |
|---|---|
| ZipToSrampArchiveException |
Exception thrown when a problem with the
ZipToSrampArchive class encounters an
error. |
Copyright © 2011-2014 JBoss, a division of Red Hat. All Rights Reserved.