Class ExtOptions
java.lang.Object
org.apache.maven.plugin.doap.options.ExtOptions
- All Implemented Interfaces:
Serializable
Extension DOAP vocabulary.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddExtension(Object key, String value) Method addExtension.booleanMethod equals.Method getExtensions.Get the URI of the extension xmlns namespace.Get the extension xmlns prefix.inthashCode()Method hashCode.voidsetExtensions(Map extensions) Set extra vocabulary as key/value.voidsetXmlnsNamespaceURI(String xmlnsNamespaceURI) Set the URI of the extension xmlns namespace.voidsetXmlnsPrefix(String xmlnsPrefix) Set the extension xmlns prefix.toString()Method toString.
-
Constructor Details
-
ExtOptions
public ExtOptions()
-
-
Method Details
-
addExtension
Method addExtension.- Parameters:
key- a key object.value- a value object.
-
equals
Method equals. -
getExtensions
Method getExtensions.- Returns:
- Map
-
getXmlnsNamespaceURI
Get the URI of the extension xmlns namespace.- Returns:
- String
-
getXmlnsPrefix
Get the extension xmlns prefix.- Returns:
- String
-
hashCode
public int hashCode()Method hashCode. -
setExtensions
Set extra vocabulary as key/value.- Parameters:
extensions- a extensions object.
-
setXmlnsNamespaceURI
Set the URI of the extension xmlns namespace.- Parameters:
xmlnsNamespaceURI- a xmlnsNamespaceURI object.
-
setXmlnsPrefix
Set the extension xmlns prefix.- Parameters:
xmlnsPrefix- a xmlnsPrefix object.
-
toString
Method toString.
-