public final class

DeploymentUnit

extends Object
implements Comparable<T>
java.lang.Object
   ↳ com.atlassian.plugin.loaders.classloading.DeploymentUnit

Class Overview

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.

Summary

Public Constructors
DeploymentUnit(File path)
Public Methods
int compareTo(DeploymentUnit target)
boolean equals(DeploymentUnit deploymentUnit)
boolean equals(Object deploymentUnit)
File getPath()
int hashCode()
long lastModified()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.lang.Comparable

Public Constructors

public DeploymentUnit (File path)

Public Methods

public int compareTo (DeploymentUnit target)

public boolean equals (DeploymentUnit deploymentUnit)

public boolean equals (Object deploymentUnit)

public File getPath ()

public int hashCode ()

public long lastModified ()

public String toString ()