Interface IProtectionsTable

All Known Implementing Classes:
ProtectionsTable

public interface IProtectionsTable
Describes a Perforce protections table.
  • Method Details

    • getEntries

      List<IProtectionEntry> getEntries()
      Gets the list of protection entries.
      Returns:
      the list of protection entries
    • setEntries

      void setEntries(List<IProtectionEntry> entries)
      Sets the list of protection entries.
      Parameters:
      entries - list of protection entries