Uses of Interface
com.perforce.p4java.core.IDepot

Packages that use IDepot
com.perforce.p4java.impl.generic.core Provides standard implementation classes for the com.perforce.p4java.core interfaces. 
com.perforce.p4java.impl.mapbased.server   
com.perforce.p4java.server Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services. 
 

Uses of IDepot in com.perforce.p4java.impl.generic.core
 

Classes in com.perforce.p4java.impl.generic.core that implement IDepot
 class Depot
          Simple default implementation class for the IDepot interface.
 

Methods in com.perforce.p4java.impl.generic.core with parameters of type IDepot
static Map<String,Object> InputMapper.map(IDepot depotSpec)
           
 

Uses of IDepot in com.perforce.p4java.impl.mapbased.server
 

Methods in com.perforce.p4java.impl.mapbased.server that return IDepot
 IDepot Server.getDepot(String name)
           
 

Methods in com.perforce.p4java.impl.mapbased.server that return types with arguments of type IDepot
 List<IDepot> Server.getDepots()
           
 

Methods in com.perforce.p4java.impl.mapbased.server with parameters of type IDepot
 String Server.createDepot(IDepot newDepot)
           
 

Uses of IDepot in com.perforce.p4java.server
 

Methods in com.perforce.p4java.server that return IDepot
 IDepot IOptionsServer.getDepot(String name)
          Get an individual depot by name.
 

Methods in com.perforce.p4java.server that return types with arguments of type IDepot
 List<IDepot> IServer.getDepots()
          Get a list of all Perforce depots known to this Perforce server.
 

Methods in com.perforce.p4java.server with parameters of type IDepot
 String IOptionsServer.createDepot(IDepot newDepot)
          Create a new depot in the repository.
 



Copyright © 2015 Perforce Software. All Rights Reserved.