org.installguru.installer
Class Uninstall
java.lang.Object
|
+--org.installguru.installer.Uninstall
- All Implemented Interfaces:
- java.io.Serializable
- public class Uninstall
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
|
Constructor Summary |
Uninstall()
Creates a new instance of Uninstall |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Uninstall
public Uninstall()
- Creates a new instance of Uninstall
getUninstall
public static Uninstall getUninstall()
addFile
public void addFile(java.io.File f)
removeFile
public void removeFile(java.io.File f)
getFiles
public java.util.ArrayList getFiles()
addShortcut
public void addShortcut(Shortcut sc)
removeShortcut
public void removeShortcut(Shortcut sc)
getShortcuts
public java.util.ArrayList getShortcuts()
getInstallDir
public java.io.File getInstallDir()
- Getter for property installDir.
- Returns:
- Value of property installDir.
setInstallDir
public void setInstallDir(java.io.File installDir)
- Setter for property installDir.
- Parameters:
installDir - New value of property installDir.
getUninstallDir
public java.io.File getUninstallDir()
- Getter for property uninstallDir.
- Returns:
- Value of property uninstallDir.
setUninstallDir
public void setUninstallDir(java.io.File uninstallDir)
- Setter for property uninstallDir.
- Parameters:
uninstallDir - New value of property uninstallDir.