Uses of Class
com.perforce.p4java.core.IDepot.DepotType

Packages that use IDepot.DepotType
com.perforce.p4java.core Provides interfaces and classes for defining and accessing Perforce objects such as jobs, changelists, etc., and, through the file sub-package, Perforce files. 
com.perforce.p4java.impl.generic.core Provides standard implementation classes for the com.perforce.p4java.core interfaces. 
 

Uses of IDepot.DepotType in com.perforce.p4java.core
 

Methods in com.perforce.p4java.core that return IDepot.DepotType
 IDepot.DepotType IDepot.getDepotType()
          Get the type of this depot.
static IDepot.DepotType IDepot.DepotType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IDepot.DepotType[] IDepot.DepotType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Methods in com.perforce.p4java.impl.generic.core that return IDepot.DepotType
 IDepot.DepotType Depot.getDepotType()
           
 

Methods in com.perforce.p4java.impl.generic.core with parameters of type IDepot.DepotType
 void Depot.setDepotType(IDepot.DepotType depotType)
           
 

Constructors in com.perforce.p4java.impl.generic.core with parameters of type IDepot.DepotType
Depot(String name, String ownerName, Date modDate, String description, IDepot.DepotType depotType, String address, String suffix, String map)
          Explicit-value constructor.
 



Copyright © 2011 Perforce Software. All Rights Reserved.