- 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<Contributor>) - Static method in class org.apache.maven.plugin.doap.DoapUtil
-
- getContributorsWithDocumenterRole(I18N, List<Contributor>) - Static method in class org.apache.maven.plugin.doap.DoapUtil
-
- getContributorsWithHelperRole(I18N, List<Contributor>) - Static method in class org.apache.maven.plugin.doap.DoapUtil
-
- getContributorsWithMaintainerRole(I18N, List<Contributor>) - Static method in class org.apache.maven.plugin.doap.DoapUtil
-
- getContributorsWithTesterRole(I18N, List<Contributor>) - Static method in class org.apache.maven.plugin.doap.DoapUtil
-
- getContributorsWithTranslatorRole(I18N, List<Contributor>) - Static method in class org.apache.maven.plugin.doap.DoapUtil
-
- getContributorsWithUnknownRole(I18N, List<Contributor>) - 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.
- 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<Standard>) - 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.