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
-
equals
-
getExtensions
-
getXmlnsNamespaceURI
-
getXmlnsPrefix
-
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
-