Interface IProtectionsTable

  • All Known Implementing Classes:
    ProtectionsTable

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

      • getEntries

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

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