Package org.jumpmind.symmetric.util
Class MavenArtifact
java.lang.Object
org.jumpmind.symmetric.util.MavenArtifact
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMavenArtifact(String dependency, String defaultVersion) MavenArtifact(String groupId, String artifactId, String version) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()static List<MavenArtifact>voidsetArtifactId(String artifactId) voidsetGroupId(String groupId) voidsetVersion(String version) toFileName(String extension) toString()
-
Field Details
-
REGEX_LIST
- See Also:
-
REGEX_COMPONENTS
- See Also:
-
-
Constructor Details
-
MavenArtifact
-
MavenArtifact
-
-
Method Details