com.perforce.p4java.core.file
Class FileStatAncilliaryOptions

java.lang.Object
  extended by com.perforce.p4java.core.file.FileStatAncilliaryOptions

public class FileStatAncilliaryOptions
extends java.lang.Object

A simple way to encapsulate the complex ancilliary output options available for the IServer statFiles method. If you're not using that method, this class should probably be ignored, especially given the rather cavalier approach to implementation.

NOTE: this class will probably be refactored or replaced in the near-term future..

NOTE: no guidance is given here on how to use this class; please refer to the main Perforce fstat documentation for details of each option.


Constructor Summary
FileStatAncilliaryOptions()
           
FileStatAncilliaryOptions(boolean allRevs, boolean fileSizeDigest, boolean bothPathTypes, boolean pendingIntegrationRecs, boolean excludeLocalPath)
           
 
Method Summary
 boolean isAllRevs()
           
 boolean isBothPathTypes()
           
 boolean isExcludeLocalPath()
           
 boolean isFileSizeDigest()
           
 boolean isPendingIntegrationRecs()
           
 void setAllRevs(boolean allRevs)
           
 void setBothPathTypes(boolean bothPathTypes)
           
 void setExcludeLocalPath(boolean excludeLocalPath)
           
 void setFileSizeDigest(boolean fileSizeDigest)
           
 void setPendingIntegrationRecs(boolean pendingIntegrationRecs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileStatAncilliaryOptions

public FileStatAncilliaryOptions()

FileStatAncilliaryOptions

public FileStatAncilliaryOptions(boolean allRevs,
                                 boolean fileSizeDigest,
                                 boolean bothPathTypes,
                                 boolean pendingIntegrationRecs,
                                 boolean excludeLocalPath)
Method Detail

isAllRevs

public boolean isAllRevs()

setAllRevs

public void setAllRevs(boolean allRevs)

isFileSizeDigest

public boolean isFileSizeDigest()

setFileSizeDigest

public void setFileSizeDigest(boolean fileSizeDigest)

isBothPathTypes

public boolean isBothPathTypes()

setBothPathTypes

public void setBothPathTypes(boolean bothPathTypes)

isPendingIntegrationRecs

public boolean isPendingIntegrationRecs()

setPendingIntegrationRecs

public void setPendingIntegrationRecs(boolean pendingIntegrationRecs)

isExcludeLocalPath

public boolean isExcludeLocalPath()

setExcludeLocalPath

public void setExcludeLocalPath(boolean excludeLocalPath)


Copyright (c) 2008-2010 Perforce Software. All rights reserved.