Interface IClientViewMapping

All Superinterfaces:
IMapEntry
All Known Implementing Classes:
ClientView.ClientViewMapping

public interface IClientViewMapping extends IMapEntry
Defines an individual Perforce client view mapping between a depot file and a local Perforce client file. Basically just a simple name-translation convenience extension of the basic IMapEntry interface; see that interface for detailed semantics.
  • Method Details

    • getDepotSpec

      String getDepotSpec()
    • getDepotSpec

      String getDepotSpec(boolean quoteBlanks)
    • getClient

      String getClient()
    • getClient

      String getClient(boolean quoteBlanks)
    • setDepotSpec

      void setDepotSpec(String depotSpec)
    • setClient

      void setClient(String client)