Uses of Interface
com.perforce.p4java.core.IStream.IExtraTag

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

Methods in com.perforce.p4java.core that return types with arguments of type IStream.IExtraTag
 List<IStream.IExtraTag> IStream.getExtraTags()
          Return a list of extra tags associated with this stream.
 

Method parameters in com.perforce.p4java.core with type arguments of type IStream.IExtraTag
 void IStream.setExtraTags(List<IStream.IExtraTag> extraTags)
          Set the extra tags associated with this stream.
 

Uses of IStream.IExtraTag in com.perforce.p4java.impl.generic.core
 

Classes in com.perforce.p4java.impl.generic.core that implement IStream.IExtraTag
static class Stream.ExtraTag
          Simple default generic IExtraTag implementation class.
 

Fields in com.perforce.p4java.impl.generic.core with type parameters of type IStream.IExtraTag
protected  List<IStream.IExtraTag> Stream.extraTags
           
 

Methods in com.perforce.p4java.impl.generic.core that return types with arguments of type IStream.IExtraTag
 List<IStream.IExtraTag> Stream.getExtraTags()
           
 

Method parameters in com.perforce.p4java.impl.generic.core with type arguments of type IStream.IExtraTag
 void Stream.setExtraTags(List<IStream.IExtraTag> extraTags)
           
 



Copyright © 2015 Perforce Software. All Rights Reserved.