public final class RegisteredBundleAdapter extends HashStructureAdapter
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BUNDLEID |
static java.lang.String |
LIBRARYURL |
static java.lang.String |
PROJECTURL |
_hash| Constructor and Description |
|---|
RegisteredBundleAdapter(HashStructure hash) |
| Modifier and Type | Method and Description |
|---|---|
HashStructure |
getBaseHashStructure() |
java.lang.String |
getBundleId() |
java.net.URL |
getLibraryURL() |
java.net.URL |
getProjectURL() |
void |
setBundleId(java.lang.String bundleId) |
void |
setLibraryURL(java.net.URL libraryURL) |
void |
setProjectURL(java.net.URL projectURL) |
addStructureChangeListener, containsKey, copyTo, copyToImpl, equals, equalsImpl, findOrCreate, forcedCopyTo, getHashStructure, removeStructureChangeListener, useObjectEqualspublic static final java.lang.String BUNDLEID
public static final java.lang.String PROJECTURL
public static final java.lang.String LIBRARYURL
public RegisteredBundleAdapter(HashStructure hash)
public java.lang.String getBundleId()
public void setBundleId(java.lang.String bundleId)
public java.net.URL getProjectURL()
public void setProjectURL(java.net.URL projectURL)
public java.net.URL getLibraryURL()
public void setLibraryURL(java.net.URL libraryURL)
public HashStructure getBaseHashStructure()