public class ASFExtOptions extends Object implements Serializable
Constructor and Description |
---|
ASFExtOptions() |
Modifier and Type | Method and Description |
---|---|
void |
addExtra(Object key,
String value)
Method addExtra.
|
void |
addStandard(Standard standard)
Method addStandard.
|
boolean |
equals(Object other)
Method equals.
|
String |
getChair()
Get this should contain the name of the current PMC
chairperson.
|
String |
getCharter()
Get every PMC is created by a board resolution with a
specific charter.
|
Map<Object,String> |
getExtra()
Method getExtra.
|
String |
getName()
Get the name of the PMC, including the 'Apache ', e.g.
|
String |
getPmc()
Get the top level element within a file.
|
List<Standard> |
getStandards()
Method getStandards.
|
String |
getXmlnsNamespaceURI()
Get the URI of the ASFext xmlns namespace.
Default value: http://projects.apache.org/ns/asfext#. |
String |
getXmlnsPrefix()
Get the ASFext xmlns prefix.
Default value: asfext. |
int |
hashCode()
Method hashCode.
|
boolean |
isIncluded()
Get flag to use or not the ASF extension in the generated
DOAP.
|
void |
removeStandard(Standard standard)
Method removeStandard.
|
void |
setChair(String chair)
Set this should contain the name of the current PMC
chairperson.
|
void |
setCharter(String charter)
Set every PMC is created by a board resolution with a
specific charter.
|
void |
setExtra(Map extra)
Set extra ASFext vocabulary as key/value, not actually
defined as plugin options.
|
void |
setIncluded(boolean included)
Set flag to use or not the ASF extension in the generated
DOAP.
|
void |
setName(String name)
Set the name of the PMC, including the 'Apache ', e.g.
|
void |
setPmc(String pmc)
Set the top level element within a file.
|
void |
setStandards(List<Standard> standards)
Set list of Standard object.
|
void |
setXmlnsNamespaceURI(String xmlnsNamespaceURI)
Set the URI of the ASFext xmlns namespace.
Default value: http://projects.apache.org/ns/asfext#. |
void |
setXmlnsPrefix(String xmlnsPrefix)
Set the ASFext xmlns prefix.
Default value: asfext. |
String |
toString()
Method toString.
|
public void addStandard(Standard standard)
standard
- public boolean equals(Object other)
public String getChair()
public String getCharter()
public String getName()
public String getPmc()
public String getXmlnsNamespaceURI()
public String getXmlnsPrefix()
public boolean isIncluded()
public void removeStandard(Standard standard)
standard
- public void setChair(String chair)
chair
- public void setCharter(String charter)
charter
- public void setExtra(Map extra)
extra
- public void setIncluded(boolean included)
included
- public void setName(String name)
name
- public void setPmc(String pmc)
pmc
- public void setStandards(List<Standard> standards)
standards
- public void setXmlnsNamespaceURI(String xmlnsNamespaceURI)
xmlnsNamespaceURI
- public void setXmlnsPrefix(String xmlnsPrefix)
xmlnsPrefix
- Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.