Interface IDepotsDelegator
-
- All Known Subinterfaces:
IOptionsServer
,IServer
,IStreamingServer
- All Known Implementing Classes:
DepotsDelegator
,NtsServerImpl
,OneShotServerImpl
,RpcServer
,Server
public interface IDepotsDelegator
The Interface IDepotsDelegator.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<IDepot>
getDepots()
Gets the depots.java.util.List<IDepot>
getDepots(GetDepotsOptions opts)
Gets depots with type and namefilter
-
-
-
Method Detail
-
getDepots
java.util.List<IDepot> getDepots() throws ConnectionException, RequestException, AccessException
Gets the depots.- Returns:
- the depots
- Throws:
ConnectionException
- the connection exceptionRequestException
- the request exceptionAccessException
- the access exception
-
getDepots
java.util.List<IDepot> getDepots(GetDepotsOptions opts) throws P4JavaException
Gets depots with type and namefilter- Parameters:
opts
- options- Returns:
- list of depots
- Throws:
P4JavaException
- on error
-
-