Package step.functions.packages.handlers
Class RepositoryArtifactFunctionPackageHandler.Dependency
- java.lang.Object
-
- step.functions.packages.handlers.RepositoryArtifactFunctionPackageHandler.Dependency
-
- Enclosing class:
- RepositoryArtifactFunctionPackageHandler
protected static class RepositoryArtifactFunctionPackageHandler.Dependency extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Dependency()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getArtifactId()
String
getClassifier()
String
getGroupId()
String
getVersion()
void
setArtifactId(String artifactId)
void
setClassifier(String classifier)
void
setGroupId(String groupId)
void
setVersion(String version)
-
-
-
Method Detail
-
getGroupId
public String getGroupId()
-
setGroupId
public void setGroupId(String groupId)
-
getArtifactId
public String getArtifactId()
-
setArtifactId
public void setArtifactId(String artifactId)
-
getVersion
public String getVersion()
-
setVersion
public void setVersion(String version)
-
getClassifier
public String getClassifier()
-
setClassifier
public void setClassifier(String classifier)
-
-