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