Uses of Interface
com.perforce.p4java.core.file.IResolveRecord

Packages that use IResolveRecord
com.perforce.p4java.core.file Provides interfaces and classes for defining and accessing Perforce depot and workspace files. 
com.perforce.p4java.impl.generic.core.file Provides standard implementation classes for the com.perforce.p4java.core.file interfaces. 
 

Uses of IResolveRecord in com.perforce.p4java.core.file
 

Methods in com.perforce.p4java.core.file that return types with arguments of type IResolveRecord
 List<IResolveRecord> IExtendedFileSpec.getResolveRecords()
           
 

Method parameters in com.perforce.p4java.core.file with type arguments of type IResolveRecord
 void IExtendedFileSpec.setResolveRecords(List<IResolveRecord> resolveRecords)
           
 

Uses of IResolveRecord in com.perforce.p4java.impl.generic.core.file
 

Classes in com.perforce.p4java.impl.generic.core.file that implement IResolveRecord
 class ResolveRecord
          Default implementation class for the IResolveRecord interface.
 

Methods in com.perforce.p4java.impl.generic.core.file that return types with arguments of type IResolveRecord
 List<IResolveRecord> ExtendedFileSpec.getResolveRecords()
           
 

Method parameters in com.perforce.p4java.impl.generic.core.file with type arguments of type IResolveRecord
 void ExtendedFileSpec.setResolveRecords(List<IResolveRecord> resolveRecords)
           
 



Copyright © 2011 Perforce Software. All Rights Reserved.