Uses of Class
ccs.cpc.impl.ArchVDevice

Packages that use ArchVDevice
ccs.cpc.impl   
 

Uses of ArchVDevice in ccs.cpc.impl
 

Subclasses of ArchVDevice in ccs.cpc.impl
 class CDBVDevice
          A "CDB" VDevice - an Archive which is registered with Checkpoint.
 

Methods in ccs.cpc.impl with parameters of type ArchVDevice
(package private)  void PlusStrain.checkPasswordChangable(ArchVDevice avd)
          Throws if the supplied device can't have its password changed.
(package private)  void BaseStrain.checkPasswordChangable(ArchVDevice avd)
          Throws if the supplied device can't have its password changed.
 

Constructors in ccs.cpc.impl with parameters of type ArchVDevice
ArchVFile(ArchVDevice avd, ArchVFile parent, java.lang.String path, java.io.File tmpDir, boolean isADir)