ccs.cpc.impl
Class CDBLoadData

java.lang.Object
  extended by ccs.cpc.impl.ArchLoadData
      extended by ccs.cpc.impl.CDBLoadData
Direct Known Subclasses:
CDBCreateData

public class CDBLoadData
extends ArchLoadData

Data to load CDBs, on top of that needed to load ordinary archives.


Field Summary
 java.lang.String cdbID
          CDB ID.
 boolean isDRM
          Whether the CDB is copy-protected.
 
Fields inherited from class ccs.cpc.impl.ArchLoadData
archf, isCreate, isTransient, parentf, pwd
 
Constructor Summary
CDBLoadData()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cdbID

public java.lang.String cdbID
CDB ID.


isDRM

public boolean isDRM
Whether the CDB is copy-protected. Data cannot be copied or moved out of a protected CDB. (So far the back-end operation for this hasn't been implemented, but it might be.)

Constructor Detail

CDBLoadData

public CDBLoadData()