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

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

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

Classes in com.perforce.p4java.impl.generic.core that implement ILabel
 class Label
          Default implementation class for the ILabel interface.
 

Methods in com.perforce.p4java.impl.generic.core with parameters of type ILabel
static java.util.Map<java.lang.String,java.lang.Object> InputMapper.map(ILabel label)
          Map a P4Java label object to an IServer input map.
 

Uses of ILabel in com.perforce.p4java.server
 

Methods in com.perforce.p4java.server that return ILabel
 ILabel IServer.getLabel(java.lang.String labelName)
          Get a specific named Perforce label.
 

Methods in com.perforce.p4java.server with parameters of type ILabel
 java.lang.String IServer.createLabel(ILabel label)
          Create a new Perforce label in the Perforce server.
 java.lang.String IServer.updateLabel(ILabel label)
          Update an existing Perforce label in the Perforce server.
 



Copyright (c) 2008-2010 Perforce Software. All rights reserved.