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, waitgetTypepublic Project getProject()
getProject in interface Binarypublic String getArtifactId()
getArtifactId in interface MavenBinarypublic String getVersion()
getVersion in interface MavenBinarypublic String getGroupId()
getGroupId in interface MavenBinarypublic MavenBinary asNewClone(MavenBinary source)
asNewClone in interface CloneableConfig<MavenBinary>Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.