Package com.perforce.p4java.admin
Interface IProtectionsTable
-
- All Known Implementing Classes:
ProtectionsTable
public interface IProtectionsTableDescribes a Perforce protections table.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<IProtectionEntry>getEntries()Gets the list of protection entries.voidsetEntries(java.util.List<IProtectionEntry> entries)Sets the list of protection entries.
-
-
-
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
-
-