Uses of Class
rs.baselib.util.ReleaseInformation
| Package | Description |
|---|---|
| rs.baselib.util |
Provides several utility classes.
|
-
Uses of ReleaseInformation in rs.baselib.util
Methods in rs.baselib.util that return ReleaseInformation Modifier and Type Method Description ReleaseInformationReleaseRepository. addReleaseInformation(java.lang.String groupId, java.lang.String artifactId, java.lang.String version, java.lang.String name)Add release information in repository using the given properties.ReleaseInformationReleaseRepository. addReleaseInformation(java.util.Properties props)Parse release information in repository using the given properties.ReleaseInformationReleaseRepository. getReleaseInformation(java.lang.String groupId, java.lang.String artifactId, java.lang.String version)Returns the information for the given artifact.Methods in rs.baselib.util that return types with arguments of type ReleaseInformation Modifier and Type Method Description java.util.Collection<ReleaseInformation>ReleaseRepository. getAllInfos()Returns all artifacts.java.util.Collection<ReleaseInformation>ReleaseRepository. getArtifactInfos(java.lang.String groupId)Returns all artifact versions.java.util.Collection<ReleaseInformation>ReleaseRepository. getVersionInfos(java.lang.String groupId, java.lang.String artifactId)Returns all artifact versions.Methods in rs.baselib.util with parameters of type ReleaseInformation Modifier and Type Method Description booleanReleaseRepository. addReleaseInformation(ReleaseInformation info)Add the given information to the repository.