Uses of Interface
com.collation.platform.model.topology.sys.SoftwarePatch

Packages that use SoftwarePatch
com.collation.platform.model.topology.sys   
com.collation.platform.model.topology.sys.sun   
com.collation.platform.model.topology.sys.unix   
 

Uses of SoftwarePatch in com.collation.platform.model.topology.sys
 

Methods in com.collation.platform.model.topology.sys that return SoftwarePatch
 SoftwarePatch[] SoftwarePatch.getIncompatibles()
           
 SoftwarePatch[] SoftwarePatch.getObsoletes()
           
 SoftwarePatch[] SoftwarePatch.getRequires()
           
 

Methods in com.collation.platform.model.topology.sys with parameters of type SoftwarePatch
 void SoftwarePatch.setIncompatibles(SoftwarePatch[] patches)
           
 void SoftwarePatch.setObsoletes(SoftwarePatch[] patches)
           
 void SoftwarePatch.setRequires(SoftwarePatch[] patches)
           
 

Uses of SoftwarePatch in com.collation.platform.model.topology.sys.sun
 

Subinterfaces of SoftwarePatch in com.collation.platform.model.topology.sys.sun
 interface SolarisPatch
           
 

Uses of SoftwarePatch in com.collation.platform.model.topology.sys.unix
 

Methods in com.collation.platform.model.topology.sys.unix that return SoftwarePatch
 SoftwarePatch[] Unix.getPatchesInstalled()
           
 

Methods in com.collation.platform.model.topology.sys.unix with parameters of type SoftwarePatch
 void Unix.setPatchesInstalled(SoftwarePatch[] patches)