| Package | Description |
|---|---|
| rs.baselib.util |
Provides several utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
ReleaseInformation |
ReleaseRepository.addReleaseInformation(Properties props)
Parse release information in repository using the given properties.
|
ReleaseInformation |
ReleaseRepository.addReleaseInformation(String groupId,
String artifactId,
String version,
String name)
Add release information in repository using the given properties.
|
ReleaseInformation |
ReleaseRepository.getReleaseInformation(String groupId,
String artifactId,
String version)
Returns the information for the given artifact.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ReleaseInformation> |
ReleaseRepository.getAllInfos()
Returns all artifacts.
|
Collection<ReleaseInformation> |
ReleaseRepository.getArtifactInfos(String groupId)
Returns all artifact versions.
|
Collection<ReleaseInformation> |
ReleaseRepository.getVersionInfos(String groupId,
String artifactId)
Returns all artifact versions.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ReleaseRepository.addReleaseInformation(ReleaseInformation info)
Add the given information to the repository.
|
Copyright © 2014. All rights reserved.