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.


Constructor Index

 o Link()
Create a new link

Method Index

 o checkInstallDir(WizardState)
checkInstallDir: Check the install dir before relocating
 o linkReloc(WizardState)
linkReloc: Relocate a product using soft links

Constructors

 o Link
 public Link()
Create a new link

Methods

 o 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.
 o 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