Package com.perforce.p4java.admin
Interface IProtectionsTable
- All Known Implementing Classes:
ProtectionsTable
public interface IProtectionsTable
Describes a Perforce protections table.
-
Method Summary
Modifier and TypeMethodDescriptionGets the list of protection entries.voidsetEntries(List<IProtectionEntry> entries) Sets the list of protection entries.
-
Method Details
-
getEntries
List<IProtectionEntry> getEntries()Gets the list of protection entries.- Returns:
- the list of protection entries
-
setEntries
Sets the list of protection entries.- Parameters:
entries- list of protection entries
-