- accept(ArtifactType) - Method in interface org.overlord.sramp.atom.archive.expand.registry.ZipToSrampArchiveProvider
-
Returns true if this provider is capable of providing an expander for the given artifact type.
- accepts(CandidateArtifact) - Method in interface org.overlord.sramp.atom.archive.expand.ArtifactFilter
-
Called to determine if a given artifact from the source archive should be included
in the target S-RAMP archive.
- accepts(CandidateArtifact) - Method in class org.overlord.sramp.atom.archive.expand.DefaultArtifactFilter
-
- add(File) - Method in class org.overlord.sramp.atom.archive.expand.DiscoveredArtifacts
-
Adds a candidate artifact to the set of collected (accepted/discovered) artifacts.
- addEntry(String, BaseArtifactType, InputStream) - Method in class org.overlord.sramp.atom.archive.SrampArchive
-
Adds an entry to the S-RAMP archive.
- addMetaDataProvider(MetaDataProvider) - Method in class org.overlord.sramp.atom.archive.expand.ZipToSrampArchive
-
- addStandardMetaData(DiscoveredArtifact, BaseArtifactType) - Method in class org.overlord.sramp.atom.archive.expand.DefaultMetaDataFactory
-
Adds some standard meta-data properties to the artifact instance.
- APPLICATION_ATOM_XML_ENTRY - Static variable in class org.overlord.sramp.atom.MediaType
-
"application/atom+xml;type=entry"
- APPLICATION_ATOM_XML_ENTRY_TYPE - Static variable in class org.overlord.sramp.atom.MediaType
-
- APPLICATION_ATOM_XML_FEED - Static variable in class org.overlord.sramp.atom.MediaType
-
"application/atom+xml;type=feed"
- APPLICATION_ATOM_XML_FEED_TYPE - Static variable in class org.overlord.sramp.atom.MediaType
-
- APPLICATION_ATOM_XML_UTF8 - Static variable in class org.overlord.sramp.atom.MediaType
-
"application/atom+xml;charset=utf-8"
- APPLICATION_ATOM_XML_UTF8_TYPE - Static variable in class org.overlord.sramp.atom.MediaType
-
- APPLICATION_AUDIT_ENTRY_XML - Static variable in class org.overlord.sramp.atom.MediaType
-
"application/auditEntry+xml"
- APPLICATION_AUDIT_ENTRY_XML_TYPE - Static variable in class org.overlord.sramp.atom.MediaType
-
- APPLICATION_RDF_XML - Static variable in class org.overlord.sramp.atom.MediaType
-
"application/rdf+xml"
- APPLICATION_RDF_XML_TYPE - Static variable in class org.overlord.sramp.atom.MediaType
-
- APPLICATION_SRAMP_ATOM_EXCEPTION - Static variable in class org.overlord.sramp.atom.MediaType
-
"application/sramp-atom-exception"
- APPLICATION_SRAMP_ATOM_EXCEPTION_TYPE - Static variable in class org.overlord.sramp.atom.MediaType
-
- APPLICATION_ZIP - Static variable in class org.overlord.sramp.atom.MediaType
-
"application/zip"
- archived - Variable in class org.overlord.sramp.atom.services.brms.packages.Packages.Package.Metadata
-
- ArchiveInfo - Class in org.overlord.sramp.atom.archive.expand.registry
-
- ArchiveInfo(String, String) - Constructor for class org.overlord.sramp.atom.archive.expand.registry.ArchiveInfo
-
- ArchiveUtils - Class in org.overlord.sramp.atom.archive
-
Some general porpoise utils for working with archives.
- ArchiveUtils() - Constructor for class org.overlord.sramp.atom.archive.ArchiveUtils
-
- ArtifactContentTypeVisitor - Class in org.overlord.sramp.atom.visitors
-
A simple artifact visitor that determines the content type of an S-RAMP
artifact.
- ArtifactContentTypeVisitor() - Constructor for class org.overlord.sramp.atom.visitors.ArtifactContentTypeVisitor
-
Default constructor.
- ArtifactFilter - Interface in org.overlord.sramp.atom.archive.expand
-
Interface used by the
ZipToSrampArchive class when discovering artifacts in the
source archive that should be included in the target S-RAMP archive.
- ArtifactToFullAtomEntryVisitor - Class in org.overlord.sramp.atom.visitors
-
Visitor used to convert an artifact to an Atom entry.
- ArtifactToFullAtomEntryVisitor(String) - Constructor for class org.overlord.sramp.atom.visitors.ArtifactToFullAtomEntryVisitor
-
Constructor.
- ArtifactToSummaryAtomEntryVisitor - Class in org.overlord.sramp.atom.visitors
-
Visitor used to convert an artifact to an Atom entry.
- ArtifactToSummaryAtomEntryVisitor(String) - Constructor for class org.overlord.sramp.atom.visitors.ArtifactToSummaryAtomEntryVisitor
-
Constructor.
- ArtifactToSummaryAtomEntryVisitor(String, Set<String>) - Constructor for class org.overlord.sramp.atom.visitors.ArtifactToSummaryAtomEntryVisitor
-
Constructor.
- asset - Variable in class org.overlord.sramp.atom.services.brms.assets.Assets
-
- ASSET_INFO_XML - Static variable in interface org.overlord.sramp.atom.services.brms.BrmsConstants
-
- Assets - Class in org.overlord.sramp.atom.services.brms.assets
-
Java class for anonymous complex type.
- Assets() - Constructor for class org.overlord.sramp.atom.services.brms.assets.Assets
-
- assets - Variable in class org.overlord.sramp.atom.services.brms.packages.Packages.Package
-
- Assets.Asset - Class in org.overlord.sramp.atom.services.brms.assets
-
Java class for anonymous complex type.
- Assets.Asset() - Constructor for class org.overlord.sramp.atom.services.brms.assets.Assets.Asset
-
- Assets.Asset.Metadata - Class in org.overlord.sramp.atom.services.brms.assets
-
Java class for anonymous complex type.
- Assets.Asset.Metadata() - Constructor for class org.overlord.sramp.atom.services.brms.assets.Assets.Asset.Metadata
-
- atomEntry - Variable in class org.overlord.sramp.atom.visitors.ArtifactToSummaryAtomEntryVisitor
-
- AuditEntryProvider - Class in org.overlord.sramp.atom.providers
-
A RESTEasy provider for reading/writing an S-RAMP ontology.
- AuditEntryProvider() - Constructor for class org.overlord.sramp.atom.providers.AuditEntryProvider
-
Constructor.
- author - Variable in class org.overlord.sramp.atom.services.brms.assets.Assets.Asset
-
- author - Variable in class org.overlord.sramp.atom.services.brms.packages.Packages.Package
-
- CandidateArtifact - Class in org.overlord.sramp.atom.archive.expand
-
An artifact that *may* get included in the S-RAMP archive being created from a
source JAR archive.
- CandidateArtifact(File, File) - Constructor for class org.overlord.sramp.atom.archive.expand.CandidateArtifact
-
Constructor.
- canExpand(ArtifactType) - Static method in class org.overlord.sramp.atom.archive.expand.registry.ZipToSrampArchiveRegistry
-
Returns true if an expander exists for the given type.
- checkInComment - Variable in class org.overlord.sramp.atom.services.brms.assets.Assets.Asset.Metadata
-
- checkinComment - Variable in class org.overlord.sramp.atom.services.brms.packages.Packages.Package.Metadata
-
- ClientRequest - Class in org.overlord.sramp.atom.client
-
Extends the RESTEasy ClientRequest class in order to provide a
ClientExecutor and ResteasyProviderFactory without requiring clients to pass them in.
- ClientRequest(String) - Constructor for class org.overlord.sramp.atom.client.ClientRequest
-
Constructor.
- ClientRequest(String, ClientExecutor) - Constructor for class org.overlord.sramp.atom.client.ClientRequest
-
Constructor.
- close() - Method in class org.overlord.sramp.atom.archive.expand.ZipToSrampArchive
-
This object should be closed once we're done with it.
- close() - Method in class org.overlord.sramp.atom.archive.SrampArchive
-
The S-RAMP archive should always be closed when the client is done with it.
- closeQuietly(ZipToSrampArchive) - Static method in class org.overlord.sramp.atom.archive.expand.ZipToSrampArchive
-
- closeQuietly(SrampArchive) - Static method in class org.overlord.sramp.atom.archive.SrampArchive
-
- compareTo(TypeHintInfo) - Method in class org.overlord.sramp.atom.archive.expand.registry.TypeHintInfo
-
- containsEntry(String) - Method in class org.overlord.sramp.atom.archive.SrampArchive
-
Returns true if the s-ramp archive contains an entry at the given path.
- createArtifact(DiscoveredArtifact) - Method in class org.overlord.sramp.atom.archive.expand.DefaultMetaDataFactory
-
Creates the artifact instance based on the type of the discovered artifact.
- createAssets() - Method in class org.overlord.sramp.atom.services.brms.ObjectFactory
-
- createAssetsAsset() - Method in class org.overlord.sramp.atom.services.brms.ObjectFactory
-
Create an instance of Assets.Asset
- createAssetsAssetMetadata() - Method in class org.overlord.sramp.atom.services.brms.ObjectFactory
-
Create an instance of Assets.Asset.Metadata
- created - Variable in class org.overlord.sramp.atom.services.brms.assets.Assets.Asset.Metadata
-
- created - Variable in class org.overlord.sramp.atom.services.brms.packages.Packages.Package.Metadata
-
- createExpander(ArtifactType, InputStream) - Static method in class org.overlord.sramp.atom.archive.expand.registry.ZipToSrampArchiveRegistry
-
Creates an expander for the given artifact type.
- createExpander(ArtifactType, File) - Static method in class org.overlord.sramp.atom.archive.expand.registry.ZipToSrampArchiveRegistry
-
Creates an expander for the given artifact type.
- createExtractor(ArtifactType, File) - Method in interface org.overlord.sramp.atom.archive.expand.registry.ZipToSrampArchiveProvider
-
- createExtractor(ArtifactType, InputStream) - Method in interface org.overlord.sramp.atom.archive.expand.registry.ZipToSrampArchiveProvider
-
- createFormat() - Method in class org.overlord.sramp.atom.services.brms.ObjectFactory
-
- createIncludedArtifact(BaseArtifactType) - Method in class org.overlord.sramp.atom.visitors.ArtifactToFullAtomEntryVisitor
-
- createIncludedArtifact(BaseArtifactType) - Method in class org.overlord.sramp.atom.visitors.ArtifactToSummaryAtomEntryVisitor
-
Creates the artifact that should be included in the returned Entry.
- createMetaData(DiscoveredArtifact) - Method in class org.overlord.sramp.atom.archive.expand.DefaultMetaDataFactory
-
- createMetaData(DiscoveredArtifact) - Method in interface org.overlord.sramp.atom.archive.expand.MetaDataFactory
-
Creates the meta-data object (S-RAMP specific) for the given artifact that
will be included in the S-RAMP archive being created.
- createPackages() - Method in class org.overlord.sramp.atom.services.brms.ObjectFactory
-
- createPackagesPackage() - Method in class org.overlord.sramp.atom.services.brms.ObjectFactory
-
Create an instance of Packages.Package
- createPackagesPackageMetadata() - Method in class org.overlord.sramp.atom.services.brms.ObjectFactory
-
Create an instance of Packages.Package.Metadata
- createSrampArchive() - Method in class org.overlord.sramp.atom.archive.expand.ZipToSrampArchive
-
Creates an S-RAMP archive from this JAR.
- get(String) - Method in class org.overlord.sramp.atom.archive.expand.ZipToSrampArchiveContext
-
Gets an arbitrary object from the context's state.
- get(Class<T>) - Method in class org.overlord.sramp.atom.client.ClientRequest
-
- get() - Method in class org.overlord.sramp.atom.client.ClientRequest
-
- getArchived() - Method in class org.overlord.sramp.atom.services.brms.packages.Packages.Package.Metadata
-
Gets the value of the archived property.
- getArchivePath() - Method in class org.overlord.sramp.atom.archive.expand.DiscoveredArtifact
-
- getArchiveTypeHints() - Method in interface org.overlord.sramp.atom.archive.expand.registry.ZipToSrampArchiveProvider
-
Returns TypeHintInfo datastructure, which contains a list of path entries,
which can be used to determine the type of archive.
- getArtifactFilter() - Method in class org.overlord.sramp.atom.archive.expand.ZipToSrampArchive
-
- getArtifacts() - Method in class org.overlord.sramp.atom.archive.expand.DiscoveredArtifacts
-
- getArtifactType(Entry) - Static method in class org.overlord.sramp.atom.SrampAtomUtils
-
Figures out the S-RAMP artifact type for the given Entry.
- getArtifactTypeFromEntry(Entry) - Static method in class org.overlord.sramp.atom.SrampAtomUtils
-
Figures out the S-RAMP artifact type for the given Entry.
- getArtifactWrappedElementName(Element) - Static method in class org.overlord.sramp.atom.SrampAtomUtils
-
- getArtifactWrapperNode(Entry) - Static method in class org.overlord.sramp.atom.SrampAtomUtils
-
Gets the XML node for the wrapper 'artifact' element from the Entry.
- getAsset() - Method in class org.overlord.sramp.atom.services.brms.assets.Assets
-
Gets the value of the asset property.
- getAssets() - Method in class org.overlord.sramp.atom.services.brms.packages.Packages.Package
-
Gets the value of the assets property.
- getAtomEntry() - Method in class org.overlord.sramp.atom.visitors.ArtifactToSummaryAtomEntryVisitor
-
- getAuthor() - Method in class org.overlord.sramp.atom.services.brms.assets.Assets.Asset
-
Gets the value of the author property.
- getAuthor() - Method in class org.overlord.sramp.atom.services.brms.packages.Packages.Package
-
Gets the value of the author property.
- getBinaryContentAttachmentFileName() - Method in class org.overlord.sramp.atom.services.brms.assets.Assets.Asset
-
Gets the value of the binaryContentAttachmentFileName property.
- getBinaryLink() - Method in class org.overlord.sramp.atom.services.brms.assets.Assets.Asset
-
Gets the value of the binaryLink property.
- getBinaryLink() - Method in class org.overlord.sramp.atom.services.brms.packages.Packages.Package
-
Gets the value of the binaryLink property.
- getBody() - Method in class org.overlord.sramp.atom.beans.HttpResponseBean
-
- getBodyType() - Method in class org.overlord.sramp.atom.beans.HttpResponseBean
-
Returns the content type of the body.
- getCheckInComment() - Method in class org.overlord.sramp.atom.services.brms.assets.Assets.Asset.Metadata
-
Gets the value of the checkInComment property.
- getCheckinComment() - Method in class org.overlord.sramp.atom.services.brms.packages.Packages.Package.Metadata
-
Gets the value of the checkinComment property.
- getCode() - Method in class org.overlord.sramp.atom.beans.HttpResponseBean
-
- getContent() - Method in class org.overlord.sramp.atom.archive.expand.DiscoveredArtifact
-
Returns an
InputStream over the content of the artifact.
- getContentType() - Method in class org.overlord.sramp.atom.visitors.ArtifactContentTypeVisitor
-
- getCreated() - Method in class org.overlord.sramp.atom.services.brms.assets.Assets.Asset.Metadata
-
Gets the value of the created property.
- getCreated() - Method in class org.overlord.sramp.atom.services.brms.packages.Packages.Package.Metadata
-
Gets the value of the created property.
- getDescription() - Method in class org.overlord.sramp.atom.services.brms.assets.Assets.Asset
-
Gets the value of the description property.
- getDescription() - Method in class org.overlord.sramp.atom.services.brms.packages.Packages.Package
-
Gets the value of the description property.
- getDisabled() - Method in class org.overlord.sramp.atom.services.brms.assets.Assets.Asset.Metadata
-
Gets the value of the disabled property.
- getEntries() - Method in class org.overlord.sramp.atom.archive.SrampArchive
-
Gets all of the entries found in this S-RAMP archive.
- getEntry(String) - Method in class org.overlord.sramp.atom.archive.SrampArchive
-
Gets a single entry in the archive by path.
- getEntryPath() - Method in class org.overlord.sramp.atom.archive.expand.CandidateArtifact
-
Gets the full name of the candidate artifact (the path within the
source JAR).
- getExtension() - Method in class org.overlord.sramp.atom.archive.expand.DiscoveredArtifact
-
- getFile() - Method in class org.overlord.sramp.atom.archive.expand.DiscoveredArtifact
-
- getFormat() - Method in class org.overlord.sramp.atom.services.brms.assets.Assets.Asset.Metadata
-
Gets the value of the format property.
- getHeaders() - Method in class org.overlord.sramp.atom.beans.HttpResponseBean
-
- getInputStream(SrampArchiveEntry) - Method in class org.overlord.sramp.atom.archive.SrampArchive
-
Gets the content
InputStream for the given S-RAMP archive entry.
- getInstance(String) - Static method in class org.overlord.sramp.atom.MediaType
-
- getJarEntry(String) - Method in class org.overlord.sramp.atom.archive.expand.ZipToSrampArchiveContext
-
Gets a
File for the given JAR-relative path.
- getMetaData() - Method in class org.overlord.sramp.atom.archive.expand.DiscoveredArtifact
-
- getMetaData() - Method in class org.overlord.sramp.atom.archive.SrampArchiveEntry
-
- getMetadata() - Method in class org.overlord.sramp.atom.services.brms.assets.Assets.Asset
-
Gets the value of the metadata property.
- getMetadata() - Method in class org.overlord.sramp.atom.services.brms.packages.Packages.Package
-
Gets the value of the metadata property.
- getMetaDataFactory() - Method in class org.overlord.sramp.atom.archive.expand.ZipToSrampArchive
-
- getName() - Method in class org.overlord.sramp.atom.archive.expand.CandidateArtifact
-
Gets the name of the candidate artifact.
- getName() - Method in class org.overlord.sramp.atom.archive.expand.DiscoveredArtifact
-
Gets the short name of the artifact.
- getNote() - Method in class org.overlord.sramp.atom.services.brms.assets.Assets.Asset.Metadata
-
Gets the value of the note property.
- getPackage() - Method in class org.overlord.sramp.atom.services.brms.packages.Packages
-
Gets the value of the package property.
- getPath() - Method in class org.overlord.sramp.atom.archive.SrampArchiveEntry
-
- getPathEntryHintMap() - Method in class org.overlord.sramp.atom.archive.expand.registry.TypeHintInfo
-
- getPriority() - Method in class org.overlord.sramp.atom.archive.expand.registry.TypeHintInfo
-
- getProvider(ArtifactType) - Static method in class org.overlord.sramp.atom.archive.expand.registry.ZipToSrampArchiveRegistry
-
Gets a provider for the given artifact type.
- getPublished() - Method in class org.overlord.sramp.atom.services.brms.assets.Assets.Asset
-
Gets the value of the published property.
- getPublished() - Method in class org.overlord.sramp.atom.services.brms.packages.Packages.Package
-
Gets the value of the published property.
- getRefLink() - Method in class org.overlord.sramp.atom.services.brms.assets.Assets.Asset
-
Gets the value of the refLink property.
- getRootCause(Throwable) - Static method in class org.overlord.sramp.atom.providers.SrampAtomExceptionProvider
-
Gets the root exception from the given
Throwable.
- getRootStackTrace(Throwable) - Static method in class org.overlord.sramp.atom.providers.SrampAtomExceptionProvider
-
Gets the root stack trace as a string.
- getSize(AuditEntry, Class<?>, Type, Annotation[], MediaType) - Method in class org.overlord.sramp.atom.providers.AuditEntryProvider
-
- getSize(HttpResponseBean, Class<?>, Type, Annotation[], MediaType) - Method in class org.overlord.sramp.atom.providers.HttpResponseProvider
-
- getSize(RDF, Class<?>, Type, Annotation[], MediaType) - Method in class org.overlord.sramp.atom.providers.OntologyProvider
-
- getSize(SrampAtomException, Class<?>, Type, Annotation[], MediaType) - Method in class org.overlord.sramp.atom.providers.SrampAtomExceptionProvider
-
- getSourceLink() - Method in class org.overlord.sramp.atom.services.brms.assets.Assets.Asset
-
Gets the value of the sourceLink property.
- getSourceLink() - Method in class org.overlord.sramp.atom.services.brms.packages.Packages.Package
-
Gets the value of the sourceLink property.
- getState() - Method in class org.overlord.sramp.atom.services.brms.assets.Assets.Asset.Metadata
-
Gets the value of the state property.
- getState() - Method in class org.overlord.sramp.atom.services.brms.packages.Packages.Package.Metadata
-
Gets the value of the state property.
- getStatus() - Method in class org.overlord.sramp.atom.beans.HttpResponseBean
-
- getTitle() - Method in class org.overlord.sramp.atom.services.brms.assets.Assets.Asset
-
Gets the value of the title property.
- getTitle() - Method in class org.overlord.sramp.atom.services.brms.packages.Packages.Package
-
Gets the value of the title property.
- getUuid() - Method in class org.overlord.sramp.atom.services.brms.assets.Assets.Asset.Metadata
-
Gets the value of the uuid property.
- getUuid() - Method in class org.overlord.sramp.atom.services.brms.packages.Packages.Package.Metadata
-
Gets the value of the uuid property.
- getValidExtensions() - Method in class org.overlord.sramp.atom.archive.expand.DefaultArtifactFilter
-
Returns the
Set of valid extensions.
- getValue() - Method in class org.overlord.sramp.atom.services.brms.Format
-
- getVersionNumber() - Method in class org.overlord.sramp.atom.services.brms.assets.Assets.Asset.Metadata
-
Gets the value of the versionNumber property.
- getVersionNumber() - Method in class org.overlord.sramp.atom.services.brms.packages.Packages.Package.Metadata
-
Gets the value of the versionNumber property.
- setArchived(String) - Method in class org.overlord.sramp.atom.services.brms.packages.Packages.Package.Metadata
-
Sets the value of the archived property.
- setArchivePath(String) - Method in class org.overlord.sramp.atom.archive.expand.DiscoveredArtifact
-
- setArtifactFilter(ArtifactFilter) - Method in class org.overlord.sramp.atom.archive.expand.ZipToSrampArchive
-
- setArtifacts(Set<DiscoveredArtifact>) - Method in class org.overlord.sramp.atom.archive.expand.DiscoveredArtifacts
-
- setAtomEntry(Entry) - Method in class org.overlord.sramp.atom.visitors.ArtifactToSummaryAtomEntryVisitor
-
Sets the Atom entry.
- setAuthor(String) - Method in class org.overlord.sramp.atom.services.brms.assets.Assets.Asset
-
Sets the value of the author property.
- setAuthor(String) - Method in class org.overlord.sramp.atom.services.brms.packages.Packages.Package
-
Sets the value of the author property.
- setBinaryContentAttachmentFileName(String) - Method in class org.overlord.sramp.atom.services.brms.assets.Assets.Asset
-
Sets the value of the binaryContentAttachmentFileName property.
- setBinaryLink(String) - Method in class org.overlord.sramp.atom.services.brms.assets.Assets.Asset
-
Sets the value of the binaryLink property.
- setBinaryLink(String) - Method in class org.overlord.sramp.atom.services.brms.packages.Packages.Package
-
Sets the value of the binaryLink property.
- setBody(Object, MediaType) - Method in class org.overlord.sramp.atom.beans.HttpResponseBean
-
- setBodyType(MediaType) - Method in class org.overlord.sramp.atom.beans.HttpResponseBean
-
Returns the content type of the body.
- setCheckInComment(String) - Method in class org.overlord.sramp.atom.services.brms.assets.Assets.Asset.Metadata
-
Sets the value of the checkInComment property.
- setCheckinComment(String) - Method in class org.overlord.sramp.atom.services.brms.packages.Packages.Package.Metadata
-
Sets the value of the checkinComment property.
- setCode(int) - Method in class org.overlord.sramp.atom.beans.HttpResponseBean
-
- setContentType(MediaType) - Method in class org.overlord.sramp.atom.visitors.ArtifactContentTypeVisitor
-
- setContext(ZipToSrampArchiveContext) - Method in interface org.overlord.sramp.atom.archive.expand.ArtifactFilter
-
Called prior to creating the s-ramp archive.
- setContext(ZipToSrampArchiveContext) - Method in class org.overlord.sramp.atom.archive.expand.DefaultArtifactFilter
-
- setContext(ZipToSrampArchiveContext) - Method in class org.overlord.sramp.atom.archive.expand.DefaultMetaDataFactory
-
- setContext(ZipToSrampArchiveContext) - Method in interface org.overlord.sramp.atom.archive.expand.MetaDataFactory
-
Called prior to creating the s-ramp archive.
- setContextParam(String, Object) - Method in class org.overlord.sramp.atom.archive.expand.ZipToSrampArchive
-
Sets a context parameter.
- setCreated(XMLGregorianCalendar) - Method in class org.overlord.sramp.atom.services.brms.assets.Assets.Asset.Metadata
-
Sets the value of the created property.
- setCreated(XMLGregorianCalendar) - Method in class org.overlord.sramp.atom.services.brms.packages.Packages.Package.Metadata
-
Sets the value of the created property.
- setDescription(String) - Method in class org.overlord.sramp.atom.services.brms.assets.Assets.Asset
-
Sets the value of the description property.
- setDescription(String) - Method in class org.overlord.sramp.atom.services.brms.packages.Packages.Package
-
Sets the value of the description property.
- setDisabled(String) - Method in class org.overlord.sramp.atom.services.brms.assets.Assets.Asset.Metadata
-
Sets the value of the disabled property.
- setFile(File) - Method in class org.overlord.sramp.atom.archive.expand.DiscoveredArtifact
-
- setFormat(String) - Method in class org.overlord.sramp.atom.services.brms.assets.Assets.Asset.Metadata
-
Sets the value of the format property.
- setHeader(String, String) - Method in class org.overlord.sramp.atom.beans.HttpResponseBean
-
Sets a single header.
- setHeaders(Map<String, String>) - Method in class org.overlord.sramp.atom.beans.HttpResponseBean
-
- setMetaData(BaseArtifactType) - Method in class org.overlord.sramp.atom.archive.expand.DiscoveredArtifact
-
- setMetaData(BaseArtifactType) - Method in class org.overlord.sramp.atom.archive.SrampArchiveEntry
-
- setMetadata(Assets.Asset.Metadata) - Method in class org.overlord.sramp.atom.services.brms.assets.Assets.Asset
-
Sets the value of the metadata property.
- setMetadata(Packages.Package.Metadata) - Method in class org.overlord.sramp.atom.services.brms.packages.Packages.Package
-
Sets the value of the metadata property.
- setMetaDataFactory(MetaDataFactory) - Method in class org.overlord.sramp.atom.archive.expand.ZipToSrampArchive
-
- setNote(String) - Method in class org.overlord.sramp.atom.services.brms.assets.Assets.Asset.Metadata
-
Sets the value of the note property.
- setPath(String) - Method in class org.overlord.sramp.atom.archive.SrampArchiveEntry
-
- setPathEntryHintMap(Map<String, String>) - Method in class org.overlord.sramp.atom.archive.expand.registry.TypeHintInfo
-
- setPriority(Integer) - Method in class org.overlord.sramp.atom.archive.expand.registry.TypeHintInfo
-
- setPublished(XMLGregorianCalendar) - Method in class org.overlord.sramp.atom.services.brms.assets.Assets.Asset
-
Sets the value of the published property.
- setPublished(XMLGregorianCalendar) - Method in class org.overlord.sramp.atom.services.brms.packages.Packages.Package
-
Sets the value of the published property.
- setRefLink(String) - Method in class org.overlord.sramp.atom.services.brms.assets.Assets.Asset
-
Sets the value of the refLink property.
- setSourceLink(String) - Method in class org.overlord.sramp.atom.services.brms.assets.Assets.Asset
-
Sets the value of the sourceLink property.
- setSourceLink(String) - Method in class org.overlord.sramp.atom.services.brms.packages.Packages.Package
-
Sets the value of the sourceLink property.
- setState(String) - Method in class org.overlord.sramp.atom.services.brms.assets.Assets.Asset.Metadata
-
Sets the value of the state property.
- setState(String) - Method in class org.overlord.sramp.atom.services.brms.packages.Packages.Package.Metadata
-
Sets the value of the state property.
- setStatus(String) - Method in class org.overlord.sramp.atom.beans.HttpResponseBean
-
- setTitle(String) - Method in class org.overlord.sramp.atom.services.brms.assets.Assets.Asset
-
Sets the value of the title property.
- setTitle(String) - Method in class org.overlord.sramp.atom.services.brms.packages.Packages.Package
-
Sets the value of the title property.
- setUuid(String) - Method in class org.overlord.sramp.atom.services.brms.assets.Assets.Asset.Metadata
-
Sets the value of the uuid property.
- setUuid(String) - Method in class org.overlord.sramp.atom.services.brms.packages.Packages.Package.Metadata
-
Sets the value of the uuid property.
- setValue(String) - Method in class org.overlord.sramp.atom.services.brms.Format
-
- setVersionNumber(byte) - Method in class org.overlord.sramp.atom.services.brms.assets.Assets.Asset.Metadata
-
Sets the value of the versionNumber property.
- setVersionNumber(byte) - Method in class org.overlord.sramp.atom.services.brms.packages.Packages.Package.Metadata
-
Sets the value of the versionNumber property.
- sourceLink - Variable in class org.overlord.sramp.atom.services.brms.assets.Assets.Asset
-
- sourceLink - Variable in class org.overlord.sramp.atom.services.brms.packages.Packages.Package
-
- SrampArchive - Class in org.overlord.sramp.atom.archive
-
Models the archive format defined in the S-RAMP Atom Binding document.
- SrampArchive() - Constructor for class org.overlord.sramp.atom.archive.SrampArchive
-
Creates a new, empty S-RAMP archive.
- SrampArchive(File) - Constructor for class org.overlord.sramp.atom.archive.SrampArchive
-
Creates an S-RAMP archive from an existing archive file.
- SrampArchive(InputStream) - Constructor for class org.overlord.sramp.atom.archive.SrampArchive
-
- SrampArchiveEntry - Class in org.overlord.sramp.atom.archive
-
Models a single entry in an S-RAMP archive.
- SrampArchiveEntry() - Constructor for class org.overlord.sramp.atom.archive.SrampArchiveEntry
-
Constructor.
- SrampArchiveEntry(String, File, File) - Constructor for class org.overlord.sramp.atom.archive.SrampArchiveEntry
-
Constructor.
- SrampArchiveException - Exception in org.overlord.sramp.atom.archive
-
Error thrown by the
SrampArchive whenever something goes wrong in there.
- SrampArchiveException() - Constructor for exception org.overlord.sramp.atom.archive.SrampArchiveException
-
Constructor.
- SrampArchiveException(String, Throwable) - Constructor for exception org.overlord.sramp.atom.archive.SrampArchiveException
-
Constructor.
- SrampArchiveException(String) - Constructor for exception org.overlord.sramp.atom.archive.SrampArchiveException
-
Constructor.
- SrampArchiveException(Throwable) - Constructor for exception org.overlord.sramp.atom.archive.SrampArchiveException
-
Constructor.
- SrampArchiveJaxbUtils - Class in org.overlord.sramp.atom.archive
-
Utility methods for using jaxb.
- SrampArchiveJaxbUtils() - Constructor for class org.overlord.sramp.atom.archive.SrampArchiveJaxbUtils
-
- SrampAtomConstants - Class in org.overlord.sramp.atom
-
- SrampAtomConstants() - Constructor for class org.overlord.sramp.atom.SrampAtomConstants
-
- SrampAtomException - Exception in org.overlord.sramp.atom.err
-
The exception thrown by the Atom layer whenever something goes horribly, horribly wrong.
- SrampAtomException() - Constructor for exception org.overlord.sramp.atom.err.SrampAtomException
-
Constructor.
- SrampAtomException(String) - Constructor for exception org.overlord.sramp.atom.err.SrampAtomException
-
Constructor.
- SrampAtomException(String, Throwable) - Constructor for exception org.overlord.sramp.atom.err.SrampAtomException
-
Constructor.
- SrampAtomException(Throwable) - Constructor for exception org.overlord.sramp.atom.err.SrampAtomException
-
Constructor.
- SrampAtomException(String, String) - Constructor for exception org.overlord.sramp.atom.err.SrampAtomException
-
Constructor.
- SrampAtomExceptionProvider - Class in org.overlord.sramp.atom.providers
-
A RESTEasy provider for reading/writing an S-RAMP Exception.
- SrampAtomExceptionProvider() - Constructor for class org.overlord.sramp.atom.providers.SrampAtomExceptionProvider
-
Constructor.
- SrampAtomUtils - Class in org.overlord.sramp.atom
-
Some useful static utils for users of the s-ramp client.
- state - Variable in class org.overlord.sramp.atom.services.brms.assets.Assets.Asset.Metadata
-
- state - Variable in class org.overlord.sramp.atom.services.brms.packages.Packages.Package.Metadata
-