public class ArtifactDeploymentSourceImpl extends java.lang.Object implements ArtifactDeploymentSource
| Constructor and Description |
|---|
ArtifactDeploymentSourceImpl(ArtifactPointer pointer) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
Artifact |
getArtifact() |
ArtifactPointer |
getArtifactPointer() |
java.io.File |
getFile() |
java.lang.String |
getFilePath() |
javax.swing.Icon |
getIcon() |
java.lang.String |
getPresentableName() |
DeploymentSourceType<?> |
getType() |
int |
hashCode() |
boolean |
isArchive() |
boolean |
isBuildNeeded() |
boolean |
isValid() |
public ArtifactDeploymentSourceImpl(ArtifactPointer pointer)
public ArtifactPointer getArtifactPointer()
getArtifactPointer in interface ArtifactDeploymentSourcepublic Artifact getArtifact()
getArtifact in interface ArtifactDeploymentSourcepublic boolean isBuildNeeded()
isBuildNeeded in interface ArtifactDeploymentSourcepublic java.io.File getFile()
getFile in interface DeploymentSourcepublic java.lang.String getFilePath()
getFilePath in interface DeploymentSourcepublic java.lang.String getPresentableName()
getPresentableName in interface DeploymentSourcepublic javax.swing.Icon getIcon()
getIcon in interface DeploymentSourcepublic boolean isValid()
isValid in interface DeploymentSourcepublic boolean isArchive()
isArchive in interface DeploymentSourcepublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic DeploymentSourceType<?> getType()
getType in interface DeploymentSource