com.sun.pkg.client
Class Image.FmriState

java.lang.Object
  extended by com.sun.pkg.client.Image.FmriState
Enclosing class:
Image

public static class Image.FmriState
extends java.lang.Object

An FmriState represents the current state of an Fmri within the image.


Field Summary
 boolean excludes
           
 Fmri fmri
           
 boolean frozen
           
 boolean incorporated
           
 boolean installed
           
 boolean upgradable
           
 
Constructor Summary
Image.FmriState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fmri

public Fmri fmri

installed

public boolean installed

upgradable

public boolean upgradable

frozen

public boolean frozen

incorporated

public boolean incorporated

excludes

public boolean excludes
Constructor Detail

Image.FmriState

public Image.FmriState()