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 ArtifactDeploymentSource
public Artifact getArtifact()
getArtifact
in interface ArtifactDeploymentSource
public boolean isBuildNeeded()
isBuildNeeded
in interface ArtifactDeploymentSource
public java.io.File getFile()
getFile
in interface DeploymentSource
public java.lang.String getFilePath()
getFilePath
in interface DeploymentSource
public java.lang.String getPresentableName()
getPresentableName
in interface DeploymentSource
public javax.swing.Icon getIcon()
getIcon
in interface DeploymentSource
public boolean isValid()
isValid
in interface DeploymentSource
public boolean isArchive()
isArchive
in interface DeploymentSource
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DeploymentSourceType<?> getType()
getType
in interface DeploymentSource