public class PatchFile
extends java.lang.Object
| Constructor and Description |
|---|
PatchFile() |
| Modifier and Type | Method and Description |
|---|---|
Patcher |
getPatcher() |
java.lang.String |
getPatchName() |
java.lang.String |
getPatchUrl() |
double |
getPatchVersion() |
void |
setPatcher(Patcher patcher) |
void |
setPatchName(java.lang.String patchName) |
void |
setPatchUrl(java.lang.String patchUrl) |
void |
setPatchVersion(double patchVersion) |
public java.lang.String getPatchName()
public void setPatchName(java.lang.String patchName)
patchName - the patchName to setpublic double getPatchVersion()
public void setPatchVersion(double patchVersion)
patchVersion - the patchVersion to setpublic java.lang.String getPatchUrl()
public void setPatchUrl(java.lang.String patchUrl)
patchUrl - the patchUrl to setpublic Patcher getPatcher()
public void setPatcher(Patcher patcher)
patcher - the patcher to set