com.perforce.p4java.admin
Interface IProtectionsTable

All Known Implementing Classes:
ProtectionsTable

public interface IProtectionsTable

Describes a Perforce protections table.


Method Summary
 List<IProtectionEntry> getEntries()
          Gets the list of protection entries.
 void setEntries(List<IProtectionEntry> entries)
          Sets the list of protection entries.
 

Method Detail

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:
name - the list of protection entries


Copyright © 2015 Perforce Software. All Rights Reserved.