Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- addExtension(Object, String) - Method in class org.apache.maven.plugin.doap.options.ExtOptions
-
Method addExtension.
- addExtra(Object, String) - Method in class org.apache.maven.plugin.doap.options.ASFExtOptions
-
Method addExtra.
- addExtra(Object, String) - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Method addExtra.
- addMember(String) - Method in class org.apache.maven.plugin.doap.DoapUtil.Organization
- addOrganization(String, String) - Static method in class org.apache.maven.plugin.doap.DoapUtil
-
put an organization from the pom file in the organization list.
- addStandard(Standard) - Method in class org.apache.maven.plugin.doap.options.ASFExtOptions
-
Method addStandard.
- ASFExtOptions - Class in org.apache.maven.plugin.doap.options
-
Specific ASF DOAP parameters, i.e.
- ASFExtOptions() - Constructor for class org.apache.maven.plugin.doap.options.ASFExtOptions
- ASFExtOptionsUtil - Class in org.apache.maven.plugin.doap.options
-
Utility class for
ASFExtOptionsclass. - ASFExtOptionsUtil() - Constructor for class org.apache.maven.plugin.doap.options.ASFExtOptionsUtil
B
- BUILD_MANAGEMENT_CATEGORY - Static variable in class org.apache.maven.plugin.doap.options.ASFExtOptionsUtil
-
Projects related to building/maintaining source code/websites.
C
- C_PROGRAMMING_LANGUAGE - Static variable in class org.apache.maven.plugin.doap.options.ASFExtOptionsUtil
-
C or C++ Programming Language.
- CATEGORIES - Static variable in class org.apache.maven.plugin.doap.options.ASFExtOptionsUtil
-
All categories supported by ASF
- CATEGORY_RESOURCE - Static variable in class org.apache.maven.plugin.doap.options.ASFExtOptionsUtil
-
The ASF category resource.
D
- DATABASE_CATEGORY - Static variable in class org.apache.maven.plugin.doap.options.ASFExtOptionsUtil
-
Projects related to databases.
- DEFAULT_TIMEOUT - Static variable in class org.apache.maven.plugin.doap.DoapUtil
-
The default timeout used when fetching url, i.e.
- DoapArtifact - Class in org.apache.maven.plugin.doap.options
-
An Maven artifact object used by DOAP.
- DoapArtifact() - Constructor for class org.apache.maven.plugin.doap.options.DoapArtifact
- DoapMojo - Class in org.apache.maven.plugin.doap
-
Generate a Description of a Project (DOAP) file from the main information found in a POM.
- DoapMojo() - Constructor for class org.apache.maven.plugin.doap.DoapMojo
- DoapOptions - Class in org.apache.maven.plugin.doap.options
-
Specific DOAP parameters, i.e.
- DoapOptions() - Constructor for class org.apache.maven.plugin.doap.options.DoapOptions
- DoapUtil - Class in org.apache.maven.plugin.doap
-
Utility class for
DoapMojoclass. - DoapUtil() - Constructor for class org.apache.maven.plugin.doap.DoapUtil
- DoapUtil.Organization - Class in org.apache.maven.plugin.doap
-
Utility class for keeping track of DOAP organizations in the DoaP mojo.
E
- equals(Object) - Method in class org.apache.maven.plugin.doap.options.ASFExtOptions
-
Method equals.
- equals(Object) - Method in class org.apache.maven.plugin.doap.options.DoapArtifact
-
Method equals.
- equals(Object) - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Method equals.
- equals(Object) - Method in class org.apache.maven.plugin.doap.options.ExtOptions
-
Method equals.
- equals(Object) - Method in class org.apache.maven.plugin.doap.options.Standard
-
Method equals.
- execute() - Method in class org.apache.maven.plugin.doap.DoapMojo
- execute() - Method in class org.apache.maven.plugins.maven_doap_plugin.HelpMojo
- ExtOptions - Class in org.apache.maven.plugin.doap.options
-
Extension DOAP vocabulary.
- ExtOptions() - Constructor for class org.apache.maven.plugin.doap.options.ExtOptions
F
- fetchURL(Settings, URL) - Static method in class org.apache.maven.plugin.doap.DoapUtil
-
Fetch a URL.
- findChair(List) - Static method in class org.apache.maven.plugin.doap.options.ASFExtOptionsUtil
-
Find the chair man of the project.
- findPMCMembers(List) - Static method in class org.apache.maven.plugin.doap.options.ASFExtOptionsUtil
-
Find the list of PMC members of the project.
G
- getArtifactId() - Method in class org.apache.maven.plugin.doap.options.DoapArtifact
-
Get the artifact id of the Maven artifact.
- getAudience() - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Get description of target user base.
- getBlog() - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Get uRI of a blog related to a project.
- getBody() - Method in class org.apache.maven.plugin.doap.options.Standard
-
Get the body which published the standard (Example: "W3C", "OASIS", "ISO" etc.).
- getBugDatabase() - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Get bug tracker for a project.
Default value: ${project.issueManagement.url} - getCategory() - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Get a category of project.
Default value: library
Note: This string is comma separated to allow several categories. - getCategorySupportedByASF(String) - Static method in class org.apache.maven.plugin.doap.options.ASFExtOptionsUtil
- getChair() - Method in class org.apache.maven.plugin.doap.options.ASFExtOptions
-
Get this should contain the name of the current PMC chairperson.
- getCharter() - Method in class org.apache.maven.plugin.doap.options.ASFExtOptions
-
Get every PMC is created by a board resolution with a specific charter.
- getContributorsWithDeveloperRole(I18N, List) - Static method in class org.apache.maven.plugin.doap.DoapUtil
- getContributorsWithDocumenterRole(I18N, List) - Static method in class org.apache.maven.plugin.doap.DoapUtil
- getContributorsWithHelperRole(I18N, List) - Static method in class org.apache.maven.plugin.doap.DoapUtil
- getContributorsWithMaintainerRole(I18N, List) - Static method in class org.apache.maven.plugin.doap.DoapUtil
- getContributorsWithTesterRole(I18N, List) - Static method in class org.apache.maven.plugin.doap.DoapUtil
- getContributorsWithTranslatorRole(I18N, List) - Static method in class org.apache.maven.plugin.doap.DoapUtil
- getContributorsWithUnknownRole(I18N, List) - Static method in class org.apache.maven.plugin.doap.DoapUtil
- getCreated() - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Get date when something was created, in YYYY-MM-DD form.
- getDescription() - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Get the project description.
Default value: ${project.description} - getDoapFileName() - Method in class org.apache.maven.plugin.doap.options.DoapArtifact
-
Get the path of the DOAP file that will be generated, no notion of path.
- getDownloadMirror() - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Get mirror of software download web page.
Note: This string is comma separated to allow several mirror pages. - getDownloadPage() - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Get web page from which the project software can be downloaded.
Default value: ${project.distributionManagement.downloadUrl} - getExtensions() - Method in class org.apache.maven.plugin.doap.options.ExtOptions
-
Method getExtensions.
- getExtra() - Method in class org.apache.maven.plugin.doap.options.ASFExtOptions
-
Method getExtra.
- getExtra() - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Method getExtra.
- getGroupId() - Method in class org.apache.maven.plugin.doap.options.DoapArtifact
-
Get the id of the group of the Maven artifact.
- getHomepage() - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Get uRL of a project's homepage, associated with exactly one project.
Default value: ${project.url} - getId() - Method in class org.apache.maven.plugin.doap.options.Standard
-
Get an identifier for the standard (Example: ISO/IEC 15438, RFC2397, JSR206 etc.).
- getImplementations() - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Get a specification that a project implements.
- getLanguage() - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Get iSO language code a project has been translated into.
- getLicense() - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Get the URI of an RDF description of the license the software is distributed under.
Default value: ${project.licenses[0].url} - getMailingList() - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Get single web page that allows people to find out more information about the mailing lists provided by the project.
Default value: ${project.url}/mail-lists.html
Note: by default, the mailing list page is the one generated by the Maven Project Info Reports Plugin. - getMembers() - Method in class org.apache.maven.plugin.doap.DoapUtil.Organization
- getName() - Method in class org.apache.maven.plugin.doap.DoapUtil.Organization
- getName() - Method in class org.apache.maven.plugin.doap.options.ASFExtOptions
-
Get the name of the PMC, including the 'Apache ', e.g.
- getName() - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Get the project name.
Default value: ${project.name} - getNodeId() - Static method in class org.apache.maven.plugin.doap.DoapUtil
-
get a unique (within the DoaP file) RDF blank node ID
- getOldHomepage() - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Get uRL of a project's past homepage, associated with exactly one project.
- getOrganizations() - Static method in class org.apache.maven.plugin.doap.DoapUtil
-
get the set of Organizations that people are members of
- getOs() - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Get operating system that a project is limited to.
- getPlatform() - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Get indicator of software platform (non-OS specific), e.g.
- getPmc() - Method in class org.apache.maven.plugin.doap.options.ASFExtOptions
-
Get the top level element within a file.
- getProgrammingLanguage() - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Get programming language a project is implemented in or intended for use with.
Default value: Java
Note: This string is comma separated to allow several programming-language. - getProgrammingLanguageSupportedByASF(String) - Static method in class org.apache.maven.plugin.doap.options.ASFExtOptionsUtil
- getScmAnonymous() - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Get anonymous Source Repository as URL or Maven format.
Default value: ${project.scm.connection} - getScmDeveloper() - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Get developer Source Repository as URL or Maven format.
Default value: ${project.scm.developerConnection} - getScreenshots() - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Get web page with screenshots of project.
- getServiceEndpoint() - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Get uRI of a web service endpoint where software as a service may be accessed.
- getShortdesc() - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Get short (8 or 9 words) plain text description of a project.
Default value: ${project.description} - getStandards() - Method in class org.apache.maven.plugin.doap.options.ASFExtOptions
-
Method getStandards.
- getTitle() - Method in class org.apache.maven.plugin.doap.options.Standard
-
Get the expanded title of the standard.
- getUrl() - Method in class org.apache.maven.plugin.doap.DoapUtil.Organization
- getUrl() - Method in class org.apache.maven.plugin.doap.options.Standard
-
Get an URL pointing to the standard (main website or specification document).
- getVendor() - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Get vendor organization: commercial, free or otherwise.
Default value: ${project.organization.name} - getVersion() - Method in class org.apache.maven.plugin.doap.options.DoapArtifact
-
Get the version of the Maven artifact.
- getWiki() - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Get uRL of Wiki for collaborative discussion of project.
- getXmlnsNamespaceURI() - Method in class org.apache.maven.plugin.doap.options.ASFExtOptions
-
Get the URI of the ASFext xmlns namespace.
Default value: http://projects.apache.org/ns/asfext#. - getXmlnsNamespaceURI() - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Get the URI of the DOAP xmlns namespace.
Default value: http://usefulinc.com/ns/doap#. - getXmlnsNamespaceURI() - Method in class org.apache.maven.plugin.doap.options.ExtOptions
-
Get the URI of the extension xmlns namespace.
- getXmlnsPrefix() - Method in class org.apache.maven.plugin.doap.options.ASFExtOptions
-
Get the ASFext xmlns prefix.
Default value: asfext. - getXmlnsPrefix() - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Get the DOAP xmlns prefix.
- getXmlnsPrefix() - Method in class org.apache.maven.plugin.doap.options.ExtOptions
-
Get the extension xmlns prefix.
H
- hashCode() - Method in class org.apache.maven.plugin.doap.options.ASFExtOptions
-
Method hashCode.
- hashCode() - Method in class org.apache.maven.plugin.doap.options.DoapArtifact
-
Method hashCode.
- hashCode() - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Method hashCode.
- hashCode() - Method in class org.apache.maven.plugin.doap.options.ExtOptions
-
Method hashCode.
- hashCode() - Method in class org.apache.maven.plugin.doap.options.Standard
-
Method hashCode.
- HelpMojo - Class in org.apache.maven.plugins.maven_doap_plugin
-
Display help information on maven-doap-plugin.
Callmvn doap:help -Ddetail=true -Dgoal=<goal-name>to display parameter details. - HelpMojo() - Constructor for class org.apache.maven.plugins.maven_doap_plugin.HelpMojo
- HTTP_CATEGORY - Static variable in class org.apache.maven.plugin.doap.options.ASFExtOptionsUtil
-
Related to the HyperText Transfer Protocol.
- HTTP_MODULES_CATEGORY - Static variable in class org.apache.maven.plugin.doap.options.ASFExtOptionsUtil
-
Modules designed for use by the Apache HTTP Server.
I
- interpolate(String, MavenProject, Settings) - Static method in class org.apache.maven.plugin.doap.DoapUtil
-
Interpolate a string with project and settings.
- isASFProject(MavenProject) - Static method in class org.apache.maven.plugin.doap.options.ASFExtOptionsUtil
-
Try to find if the given project is hosted at Apache.
- isIncluded() - Method in class org.apache.maven.plugin.doap.options.ASFExtOptions
-
Get flag to use or not the ASF extension in the generated DOAP.
- isValidEmail(String) - Static method in class org.apache.maven.plugin.doap.DoapUtil
J
- JAVA_PROGRAMMING_LANGUAGE - Static variable in class org.apache.maven.plugin.doap.options.ASFExtOptionsUtil
-
Java Programming Language and all its components.
L
- LIBRARY_CATEGORY - Static variable in class org.apache.maven.plugin.doap.options.ASFExtOptionsUtil
-
A library meant to be used by other applications.
M
- MAIL_CATEGORY - Static variable in class org.apache.maven.plugin.doap.options.ASFExtOptionsUtil
-
Servers or applications related to internet mail protocols.
N
- NETWORK_CLIENT_CATEGORY - Static variable in class org.apache.maven.plugin.doap.options.ASFExtOptionsUtil
-
Anything that acts as a client across a network.
- NETWORK_SERVER_CATEGORY - Static variable in class org.apache.maven.plugin.doap.options.ASFExtOptionsUtil
-
Anything that acts as a server across a network.
O
- org.apache.maven.plugin.doap - package org.apache.maven.plugin.doap
- org.apache.maven.plugin.doap.options - package org.apache.maven.plugin.doap.options
- org.apache.maven.plugins.maven_doap_plugin - package org.apache.maven.plugins.maven_doap_plugin
- Organization(String, String) - Constructor for class org.apache.maven.plugin.doap.DoapUtil.Organization
P
- PERL_PROGRAMMING_LANGUAGE - Static variable in class org.apache.maven.plugin.doap.options.ASFExtOptionsUtil
-
Perl Programming Language.
- PROGRAMMING_LANGUAGES - Static variable in class org.apache.maven.plugin.doap.options.ASFExtOptionsUtil
-
All Programming Languages supported by ASF
- PYTHON_PROGRAMMING_LANGUAGE - Static variable in class org.apache.maven.plugin.doap.options.ASFExtOptionsUtil
-
Python Programming Language.
R
- RDF_NODE_ID - Static variable in class org.apache.maven.plugin.doap.DoapUtil
-
RDF nodeID attribute
- RDF_RESOURCE - Static variable in class org.apache.maven.plugin.doap.DoapUtil
-
RDF resource attribute
- removeStandard(Standard) - Method in class org.apache.maven.plugin.doap.options.ASFExtOptions
-
Method removeStandard.
S
- setArtifactId(String) - Method in class org.apache.maven.plugin.doap.options.DoapArtifact
-
Set the artifact id of the Maven artifact.
- setAudience(String) - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Set description of target user base.
- setBlog(String) - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Set uRI of a blog related to a project.
- setBody(String) - Method in class org.apache.maven.plugin.doap.options.Standard
-
Set the body which published the standard (Example: "W3C", "OASIS", "ISO" etc.).
- setBugDatabase(String) - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Set bug tracker for a project.
Default value: ${project.issueManagement.url} - setCategory(String) - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Set a category of project.
Default value: library
Note: This string is comma separated to allow several categories. - setChair(String) - Method in class org.apache.maven.plugin.doap.options.ASFExtOptions
-
Set this should contain the name of the current PMC chairperson.
- setCharter(String) - Method in class org.apache.maven.plugin.doap.options.ASFExtOptions
-
Set every PMC is created by a board resolution with a specific charter.
- setCreated(String) - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Set date when something was created, in YYYY-MM-DD form.
- setDescription(String) - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Set the project description.
Default value: ${project.description} - setDoapFileName(String) - Method in class org.apache.maven.plugin.doap.options.DoapArtifact
-
Set the name of the DOAP file that will be generated, no notion of path.
- setDownloadMirror(String) - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Set mirror of software download web page.
Note: This string is comma separated to allow several mirror pages. - setDownloadPage(String) - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Set web page from which the project software can be downloaded.
Default value: ${project.distributionManagement.downloadUrl} - setExtensions(Map) - Method in class org.apache.maven.plugin.doap.options.ExtOptions
-
Set extra vocabulary as key/value.
- setExtra(Map) - Method in class org.apache.maven.plugin.doap.options.ASFExtOptions
-
Set extra ASFext vocabulary as key/value, not actually defined as plugin options.
- setExtra(Map) - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Set extra DOAP vocabulary as key/value, not actually defined as plugin options.
- setGroupId(String) - Method in class org.apache.maven.plugin.doap.options.DoapArtifact
-
Set the id of the group of the Maven artifact.
- setHomepage(String) - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Set uRL of a project's homepage, associated with exactly one project.
Default value: ${project.url} - setId(String) - Method in class org.apache.maven.plugin.doap.options.Standard
-
Set an identifier for the standard (Example: ISO/IEC 15438, RFC2397, JSR206 etc.).
- setImplementations(String) - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Set a specification that a project implements.
- setIncluded(boolean) - Method in class org.apache.maven.plugin.doap.options.ASFExtOptions
-
Set flag to use or not the ASF extension in the generated DOAP.
- setLanguage(String) - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Set iSO language code a project has been translated into.
- setLicense(String) - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Set the URI of an RDF description of the license the software is distributed under.
Default value: ${project.licenses[0].url} - setMailingList(String) - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Set single web page that allows people to find out more information about the mailing lists provided by the project.
Default value: ${project.url}/mail-lists.html
Note: by default, the mailing list page is the one generated by the Maven Project Info Reports Plugin. - setName(String) - Method in class org.apache.maven.plugin.doap.DoapUtil.Organization
- setName(String) - Method in class org.apache.maven.plugin.doap.options.ASFExtOptions
-
Set the name of the PMC, including the 'Apache ', e.g.
- setName(String) - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Set the project name.
Default value: ${project.name} - setOldHomepage(String) - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Set uRL of a project's past homepage, associated with exactly one project.
- setOs(String) - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Set operating system that a project is limited to.
- setPlatform(String) - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Set indicator of software platform (non-OS specific), e.g.
- setPmc(String) - Method in class org.apache.maven.plugin.doap.options.ASFExtOptions
-
Set the top level element within a file.
- setProgrammingLanguage(String) - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Set programming language a project is implemented in or intended for use with.
Default value: Java
Note: This string is comma separated to allow several programming-language. - setScmAnonymous(String) - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Set anonymous Source Repository as URL or Maven format.
Default value: ${project.scm.connection} - setScmDeveloper(String) - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Set developer Source Repository as URL or Maven format.
Default value: ${project.scm.developerConnection} - setScreenshots(String) - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Set web page with screenshots of project.
- setServiceEndpoint(String) - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Set uRI of a web service endpoint where software as a service may be accessed.
- setShortdesc(String) - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Set short (8 or 9 words) plain text description of a project.
Default value: ${project.description} - setStandards(List) - Method in class org.apache.maven.plugin.doap.options.ASFExtOptions
-
Set list of Standard object.
- settings - Variable in class org.apache.maven.plugin.doap.DoapMojo
-
The current user system settings for use in Maven.
- setTitle(String) - Method in class org.apache.maven.plugin.doap.options.Standard
-
Set the expanded title of the standard.
- setUrl(String) - Method in class org.apache.maven.plugin.doap.DoapUtil.Organization
- setUrl(String) - Method in class org.apache.maven.plugin.doap.options.Standard
-
Set an URL pointing to the standard (main website or specification document).
- setVendor(String) - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Set vendor organization: commercial, free or otherwise.
Default value: ${project.organization.name} - setVersion(String) - Method in class org.apache.maven.plugin.doap.options.DoapArtifact
-
Set the version of the Maven artifact.
- setWiki(String) - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Set uRL of Wiki for collaborative discussion of project.
- setXmlnsNamespaceURI(String) - Method in class org.apache.maven.plugin.doap.options.ASFExtOptions
-
Set the URI of the ASFext xmlns namespace.
Default value: http://projects.apache.org/ns/asfext#. - setXmlnsNamespaceURI(String) - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Set the URI of the DOAP xmlns namespace.
Default value: http://usefulinc.com/ns/doap#. - setXmlnsNamespaceURI(String) - Method in class org.apache.maven.plugin.doap.options.ExtOptions
-
Set the URI of the extension xmlns namespace.
- setXmlnsPrefix(String) - Method in class org.apache.maven.plugin.doap.options.ASFExtOptions
-
Set the ASFext xmlns prefix.
Default value: asfext. - setXmlnsPrefix(String) - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Set the DOAP xmlns prefix.
- setXmlnsPrefix(String) - Method in class org.apache.maven.plugin.doap.options.ExtOptions
-
Set the extension xmlns prefix.
- Standard - Class in org.apache.maven.plugin.doap.options
-
The "Standard" element is used to list all the relevant standards implemented by the project.
- Standard() - Constructor for class org.apache.maven.plugin.doap.options.Standard
- SVG_PROGRAMMING_LANGUAGE - Static variable in class org.apache.maven.plugin.doap.options.ASFExtOptionsUtil
-
Scalable Vector Graphic Programming Language.
T
- TCL_PROGRAMMING_LANGUAGE - Static variable in class org.apache.maven.plugin.doap.options.ASFExtOptionsUtil
-
Tcl Programming Language.
- TESTING_CATEGORY - Static variable in class org.apache.maven.plugin.doap.options.ASFExtOptionsUtil
-
Software designed to test or verify other software.
- toConfiguration() - Method in class org.apache.maven.plugin.doap.options.DoapArtifact
- toString() - Method in class org.apache.maven.plugin.doap.options.ASFExtOptions
-
Method toString.
- toString() - Method in class org.apache.maven.plugin.doap.options.DoapArtifact
-
Method toString.
- toString() - Method in class org.apache.maven.plugin.doap.options.DoapOptions
-
Method toString.
- toString() - Method in class org.apache.maven.plugin.doap.options.ExtOptions
-
Method toString.
- toString() - Method in class org.apache.maven.plugin.doap.options.Standard
-
Method toString.
V
- validate(File) - Static method in class org.apache.maven.plugin.doap.DoapUtil
-
Validate the given DOAP file.
W
- WEB_FRAMEWORK_CATEGORY - Static variable in class org.apache.maven.plugin.doap.options.ASFExtOptionsUtil
-
Unifying frameworks for website development.
- writeComment(XMLWriter, String) - Static method in class org.apache.maven.plugin.doap.DoapUtil
-
Write comment.
- writeElement(XMLWriter, String, String, String) - Static method in class org.apache.maven.plugin.doap.DoapUtil
- writeElement(XMLWriter, String, String, String, String) - Static method in class org.apache.maven.plugin.doap.DoapUtil
- writeHeader(XMLWriter) - Static method in class org.apache.maven.plugin.doap.DoapUtil
-
Write comments in the DOAP file header
- writeRdfNodeIdElement(XMLWriter, String, String, String) - Static method in class org.apache.maven.plugin.doap.DoapUtil
- writeRdfResourceElement(XMLWriter, String, String, String) - Static method in class org.apache.maven.plugin.doap.DoapUtil
- writeStartElement(XMLWriter, String, String) - Static method in class org.apache.maven.plugin.doap.DoapUtil
X
- XML_CATEGORY - Static variable in class org.apache.maven.plugin.doap.options.ASFExtOptionsUtil
-
Software based on XML technologies.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form