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

Packages that use ILabel
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. 
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 ILabel in com.perforce.p4java.core
 

Methods in com.perforce.p4java.core that return ILabel
static ILabel CoreFactory.createLabel(IOptionsServer server, String name, String description, String[] mapping, boolean createOnServer)
          Create a new ILabel object locally and optionally on the server.
 

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 Map<String,Object> InputMapper.map(ILabel label)
          Map a P4Java label object to an IServer input map.
 

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

Methods in com.perforce.p4java.impl.mapbased.server that return ILabel
 ILabel Server.getLabel(String labelName)
           
 

Methods in com.perforce.p4java.impl.mapbased.server with parameters of type ILabel
 String Server.createLabel(ILabel label)
           
 String Server.updateLabel(ILabel label)
           
 

Uses of ILabel in com.perforce.p4java.server
 

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

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



Copyright © 2015 Perforce Software. All Rights Reserved.