Uses of Class
ccs.cpc.CpCmdr

Packages that use CpCmdr
ccs.cpc   
ccs.cpc.impl   
 

Uses of CpCmdr in ccs.cpc
 

Methods in ccs.cpc that return CpCmdr
 CpCmdr PluginCallback.getCPC()
          Return the CPC object.
 CpCmdr VDevice.getCPC()
           
 

Constructors in ccs.cpc with parameters of type CpCmdr
VDevice(CpCmdr cpc, ccs.utils.Hurlable hurlable)
          Construct a VDevice.
VFileUrl(java.lang.String urlpath, java.lang.String query, CpCmdr cpc, java.util.Set<java.lang.String> loseFolders, java.util.List<java.lang.String> loseFiles)
          Construct and resolve a VFile from a URL.
XSPFResultSet(VFile xspf, CpCmdr cpc, boolean isRS)
          Create an empty result-set container.
 

Uses of CpCmdr in ccs.cpc.impl
 

Subclasses of CpCmdr in ccs.cpc.impl
 class CpcImpl
          Implementation of CPC.
 

Methods in ccs.cpc.impl that return CpCmdr
 CpCmdr BrowserLogic.getCPC()
           
 

Constructors in ccs.cpc.impl with parameters of type CpCmdr
DiskVDevice(CpCmdr cpc, java.io.File rootf, java.lang.String name, java.lang.String shortname, VDeviceLister vdl, java.lang.String urlID, ccs.utils.Hurlable hurlable)
           
ResultsVDevice(CpCmdr cpc, java.lang.String name, VDeviceLister vdl)
           
VDeviceLister(CpCmdr cpc, ccs.utils.Hurlable hurlable)
           
ZipVDevice(CpCmdr cpc, java.io.File host, VDeviceLister vdl, java.io.File swapdir, boolean isTransient, ccs.utils.Hurlable handler)