All Packages Class Hierarchy This Package Previous Next Index
Class com.sun.install.products.Link
java.lang.Object
|
+----com.sun.install.products.Link
- public class Link
- extends Object
Class to allow relocation via soft links on Sun's Solaris operating system.
-
Link()
- Create a new link
-
checkInstallDir(WizardState)
- checkInstallDir: Check the install dir before relocating
-
linkReloc(WizardState)
- linkReloc: Relocate a product using soft links
Link
public Link()
- Create a new link
linkReloc
public boolean linkReloc(WizardState state)
- linkReloc: Relocate a product using soft links
- Parameters:
- state - the WizardState that this object belongs to.
- Returns:
- true if the link was sucessful, false otherwise.
checkInstallDir
public boolean checkInstallDir(WizardState state)
- checkInstallDir: Check the install dir before relocating
- Parameters:
- state - The WizardState this object belongs to
- Returns:
- true if the install dir checks out, false otherwise.
All Packages Class Hierarchy This Package Previous Next Index