public class PluginFile
extends java.lang.Object
| Constructor and Description |
|---|
PluginFile(java.lang.String source,
java.lang.String destination)
Constructs the plugin file.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDestination()
Gets the name of the destination file.
|
java.lang.String |
getSource()
Gets name of the original file.
|
int |
hashCode() |
java.lang.String |
toString() |
public PluginFile(java.lang.String source,
java.lang.String destination)
source - where installer should look for the original filedestination - where installer shall put the filepublic java.lang.String getSource()
public java.lang.String getDestination()
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object