Class ReleaseManifestDAO
java.lang.Object
com.aeontronix.enhancedmule.tools.runtime.manifest.ReleaseManifestDAO
- Direct Known Subclasses:
ReleaseManifestExchangeDAO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindArtifact(String groupId, String artifactId) getName()getOrgId()static ReleaseManifestDAOload(Organization organization, URI uri) voidremoveArtifact(String groupId, String artifactId) voidsetArtifactId(String artifactId) voidsetArtifactVersion(String groupId, String artifactId, String version) voidsetGroupId(String groupId) voidvoidvoidsetVersion(String version)
-
Field Details
-
organization
-
orgId
-
groupId
-
artifactId
-
version
-
name
-
-
Constructor Details
-
ReleaseManifestDAO
-
-
Method Details
-
load
-
setArtifactVersion
-
removeArtifact
-
findArtifact
-
getOrgId
-
setOrgId
-
getGroupId
-
setGroupId
-
getArtifactId
-
setArtifactId
-
getVersion
-
setVersion
-
getName
-
setName
-