public final class DeploymentUnit extends java.lang.Object implements java.lang.Comparable<DeploymentUnit>
PluginArtifact,
which identifies an artifact to be deployed but may not be a physical file.| Constructor and Description |
|---|
DeploymentUnit(java.io.File path) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(DeploymentUnit target) |
boolean |
equals(DeploymentUnit deploymentUnit) |
boolean |
equals(java.lang.Object deploymentUnit) |
java.io.File |
getPath() |
int |
hashCode() |
long |
lastModified() |
java.lang.String |
toString() |
public long lastModified()
public java.io.File getPath()
public int compareTo(DeploymentUnit target)
compareTo in interface java.lang.Comparable<DeploymentUnit>public boolean equals(java.lang.Object deploymentUnit)
equals in class java.lang.Objectpublic boolean equals(DeploymentUnit deploymentUnit)
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2013 Atlassian. All Rights Reserved.