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(@NotNull Organization organization, @NotNull URI uri) voidremoveArtifact(String groupId, String artifactId) voidsetArtifactId(String artifactId) voidsetArtifactVersion(@Nullable String groupId, @NotNull String artifactId, @NotNull String version) voidsetGroupId(String groupId) voidvoidvoidsetVersion(String version)
-
Field Details
-
organization
-
orgId
-
groupId
-
artifactId
-
version
-
name
-
-
Constructor Details
-
ReleaseManifestDAO
-
-
Method Details
-
load
public static ReleaseManifestDAO load(@NotNull @NotNull Organization organization, @NotNull @NotNull URI uri) -
setArtifactVersion
-
removeArtifact
-
findArtifact
-
getOrgId
-
setOrgId
-
getGroupId
-
setGroupId
-
getArtifactId
-
setArtifactId
-
getVersion
-
setVersion
-
getName
-
setName
-