Class DeploymentUnit
java.lang.Object
com.atlassian.plugin.loaders.classloading.DeploymentUnit
- All Implemented Interfaces:
Comparable<DeploymentUnit>
A file that is to, or has been, deployed as a plugin. Differs to the
PluginArtifact,
which identifies an artifact to be deployed but may not be a physical file.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(DeploymentUnit target) booleanequals(DeploymentUnit deploymentUnit) booleangetPath()inthashCode()longtoString()
-
Constructor Details
-
DeploymentUnit
-
-
Method Details
-
lastModified
public long lastModified() -
getPath
-
compareTo
- Specified by:
compareToin interfaceComparable<DeploymentUnit>
-
equals
-
equals
-
hashCode
public int hashCode() -
toString
-