com.sun.n1.sps.model.install
Interface Dependency


public interface Dependency

A Dependency object represents an installed dependency created in the system during install of a particular component.


Method Summary
 InstalledComponentID getDependantInstalledComponentID()
          Returns the InstalledComponentID of the dependant component.
 InstalledComponentID getDependeeInstalledComponentID()
          Returns the InstalledComponentID of the dependee component.
 java.lang.String getName()
          Returns the name of this dependency.
 

Method Detail

getName

java.lang.String getName()
Returns the name of this dependency.

Returns:
String representing the name of this dependency.

getDependantInstalledComponentID

InstalledComponentID getDependantInstalledComponentID()
Returns the InstalledComponentID of the dependant component.

Returns:
InstalledComponentID of the dependant component.

getDependeeInstalledComponentID

InstalledComponentID getDependeeInstalledComponentID()
Returns the InstalledComponentID of the dependee component.

Returns:
InstalledComponentID of the dependee component.