public class BasicManagedBundleMemento extends AbstractMemento implements ManagedBundleMemento, java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
BasicManagedBundleMemento.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BasicManagedBundleMemento.Builder |
builder() |
java.lang.String |
getChecksum() |
java.util.Map<java.lang.String,? extends java.lang.Object> |
getCustomFields() |
ByteSource |
getJarContent() |
java.lang.String |
getSymbolicName() |
java.lang.String |
getUrl() |
java.lang.String |
getVersion() |
void |
setJarContent(ByteSource byteSource) |
getBrooklynVersion, getCatalogItemId, getCatalogItemIdSearchPath, getCustomField, getDisplayName, getId, getRelations, getTags, getType, getTypeClass, getUniqueTag, injectTypeClass, toString, toVerboseStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBrooklynVersion, getCatalogItemId, getCatalogItemIdSearchPath, getCustomField, getDisplayName, getId, getRelations, getTags, getType, getTypeClass, getUniqueTag, injectTypeClass, toVerboseStringpublic static BasicManagedBundleMemento.Builder builder()
public java.lang.String getSymbolicName()
getSymbolicName in interface ManagedBundleMementopublic java.lang.String getVersion()
getVersion in interface ManagedBundleMementopublic java.lang.String getUrl()
getUrl in interface ManagedBundleMementopublic java.lang.String getChecksum()
getChecksum in interface ManagedBundleMementopublic ByteSource getJarContent()
getJarContent in interface ManagedBundleMementopublic void setJarContent(ByteSource byteSource)
setJarContent in interface ManagedBundleMementopublic java.util.Map<java.lang.String,? extends java.lang.Object> getCustomFields()
getCustomFields in interface MementogetCustomFields in class AbstractMemento