public class MavenBinaryImpl extends Object implements MavenBinary, CloneableConfig<MavenBinary>
Constructor and Description |
---|
MavenBinaryImpl(org.uberfire.java.nio.file.Path path,
String name,
String groupId,
String artifactId,
String version) |
Modifier and Type | Method and Description |
---|---|
MavenBinary |
asNewClone(MavenBinary source) |
String |
getArtifactId() |
String |
getGroupId() |
String |
getName() |
org.uberfire.java.nio.file.Path |
getPath() |
Project |
getProject() |
String |
getVersion() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getType
public Project getProject()
getProject
in interface Binary
public String getArtifactId()
getArtifactId
in interface MavenBinary
public String getVersion()
getVersion
in interface MavenBinary
public String getGroupId()
getGroupId
in interface MavenBinary
public MavenBinary asNewClone(MavenBinary source)
asNewClone
in interface CloneableConfig<MavenBinary>
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.