Interface IClientSummary.IClientOptions

All Known Implementing Classes:
ClientOptions
Enclosing interface:
IClientSummary

public static interface IClientSummary.IClientOptions
Defines what options are available or set (or whatever) for a specific Perforce Client.

Perforce client options are described in more detail elsewhere in the Perforce documentation, but the individual method descriptions below attempt to give the general idea...

  • Method Details

    • isAllWrite

      boolean isAllWrite()
    • setAllWrite

      void setAllWrite(boolean allWrite)
    • isClobber

      boolean isClobber()
    • setClobber

      void setClobber(boolean clobber)
    • isCompress

      boolean isCompress()
    • setCompress

      void setCompress(boolean compress)
    • isLocked

      boolean isLocked()
    • setLocked

      void setLocked(boolean locked)
    • isModtime

      boolean isModtime()
    • setModtime

      void setModtime(boolean modtime)
    • isRmdir

      boolean isRmdir()
    • setRmdir

      void setRmdir(boolean rmdir)
    • isaltSync

      boolean isaltSync()
    • setAltsync

      void setAltsync(boolean altsync)