uk.co.petertribble.pkgview
Class PatchList

java.lang.Object
  extended by uk.co.petertribble.pkgview.PatchList

public class PatchList
extends java.lang.Object

Stores a list of patches applied to the system.


Constructor Summary
PatchList()
           
PatchList(PkgList pkglist)
           
 
Method Summary
 java.util.Set<SolarisPatch> getPatches()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PatchList

public PatchList()

PatchList

public PatchList(PkgList pkglist)
Method Detail

getPatches

public java.util.Set<SolarisPatch> getPatches()