public class Link.ReleaseInfoKey
extends java.lang.Object
Constructor and Description |
---|
ReleaseInfoKey()
Creates a new, unconfigured element.
|
ReleaseInfoKey(java.lang.String key)
Creates a new element with the specified key.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKey()
Attribute holding the release info property key to delete.
|
void |
setKey(java.lang.String key)
Sets attribute containing property key to delete from
linked image's release info.
|
void |
validate()
Verifies this element's state is valid.
|
public ReleaseInfoKey()
public ReleaseInfoKey(java.lang.String key)
key
- property key to delete from release infopublic java.lang.String getKey()
public void setKey(java.lang.String key)
key
- propert key to be deletedpublic void validate()
BuildException
- if key is not set