Class Software
java.lang.Object
org.linkedopenactors.rdfpub.adapter.driving.nodeinfo.Software
Metadata about server software in use.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe url of the homepage of this server software.getName()
The canonical name of this server software.The url of the source code repository of this server software.The version of this server software.void
setHomepage
(String homepage) The url of the homepage of this server software.void
The canonical name of this server software.void
setRepository
(String repository) The url of the source code repository of this server software.void
setVersion
(String version) The version of this server software.withHomepage
(String homepage) withRepository
(String repository) withVersion
(String version)
-
Constructor Details
-
Software
public Software()
-
-
Method Details
-
getName
The canonical name of this server software. (Required) -
setName
The canonical name of this server software. (Required) -
withName
-
getVersion
The version of this server software. (Required) -
setVersion
The version of this server software. (Required) -
withVersion
-
getRepository
The url of the source code repository of this server software. -
setRepository
The url of the source code repository of this server software. -
withRepository
-
getHomepage
The url of the homepage of this server software. -
setHomepage
The url of the homepage of this server software. -
withHomepage
-