org.apache.maven.plugin.doap.options
Class ExtOptions

java.lang.Object
  extended by org.apache.maven.plugin.doap.options.ExtOptions
All Implemented Interfaces:
Serializable

public class ExtOptions
extends Object
implements Serializable

Extension DOAP vocabulary.

Version:
$Revision: 815337 $ $Date: 2012-05-01 21:52:10 +0000 (Tue, 01 May 2012) $
See Also:
Serialized Form

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

ExtOptions

public ExtOptions()
Method Detail

addExtension

public void addExtension(Object key,
                         String value)
Method addExtension.

Parameters:
key -
value -

equals

public boolean equals(Object other)
Method equals.

Overrides:
equals in class Object
Parameters:
other -
Returns:
boolean

getExtensions

public Map getExtensions()
Method getExtensions.

Returns:
Map

getXmlnsNamespaceURI

public String getXmlnsNamespaceURI()
Get the URI of the extension xmlns namespace.

Returns:
String

getXmlnsPrefix

public String getXmlnsPrefix()
Get the extension xmlns prefix.

Returns:
String

hashCode

public int hashCode()
Method hashCode.

Overrides:
hashCode in class Object
Returns:
int

setExtensions

public void setExtensions(Map extensions)
Set extra vocabulary as key/value.

Parameters:
extensions -

setXmlnsNamespaceURI

public void setXmlnsNamespaceURI(String xmlnsNamespaceURI)
Set the URI of the extension xmlns namespace.

Parameters:
xmlnsNamespaceURI -

setXmlnsPrefix

public void setXmlnsPrefix(String xmlnsPrefix)
Set the extension xmlns prefix.

Parameters:
xmlnsPrefix -

toString

public String toString()
Method toString.

Overrides:
toString in class Object
Returns:
String


Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.