|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugin.doap.options.ExtOptions
public class ExtOptions
Extension DOAP vocabulary.
| Constructor Summary | |
|---|---|
ExtOptions()
|
|
| Method Summary | |
|---|---|
void |
addExtension(Object key,
String value)
Method addExtension. |
boolean |
equals(Object other)
Method equals. |
Map |
getExtensions()
Method getExtensions. |
String |
getXmlnsNamespaceURI()
Get the URI of the extension xmlns namespace. |
String |
getXmlnsPrefix()
Get the extension xmlns prefix. |
int |
hashCode()
Method hashCode. |
void |
setExtensions(Map extensions)
Set extra vocabulary as key/value. |
void |
setXmlnsNamespaceURI(String xmlnsNamespaceURI)
Set the URI of the extension xmlns namespace. |
void |
setXmlnsPrefix(String xmlnsPrefix)
Set the extension xmlns prefix. |
String |
toString()
Method toString. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ExtOptions()
| Method Detail |
|---|
public void addExtension(Object key,
String value)
key - value - public boolean equals(Object other)
equals in class Objectother -
public Map getExtensions()
public String getXmlnsNamespaceURI()
public String getXmlnsPrefix()
public int hashCode()
hashCode in class Objectpublic void setExtensions(Map extensions)
extensions - public void setXmlnsNamespaceURI(String xmlnsNamespaceURI)
xmlnsNamespaceURI - public void setXmlnsPrefix(String xmlnsPrefix)
xmlnsPrefix - public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||