Uses of Class
com.perforce.p4java.core.IFileLineMatch.MatchType

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

Methods in com.perforce.p4java.core that return IFileLineMatch.MatchType
static IFileLineMatch.MatchType IFileLineMatch.MatchType.fromServerString(String serverValue)
          Get a match type enumeration for the specified server value.
 IFileLineMatch.MatchType IFileLineMatch.getType()
          Get match type
static IFileLineMatch.MatchType IFileLineMatch.MatchType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IFileLineMatch.MatchType[] IFileLineMatch.MatchType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of IFileLineMatch.MatchType in com.perforce.p4java.impl.generic.core
 

Fields in com.perforce.p4java.impl.generic.core declared as IFileLineMatch.MatchType
protected  IFileLineMatch.MatchType FileLineMatch.type
           
 

Methods in com.perforce.p4java.impl.generic.core that return IFileLineMatch.MatchType
 IFileLineMatch.MatchType FileLineMatch.getType()
           
 

Constructors in com.perforce.p4java.impl.generic.core with parameters of type IFileLineMatch.MatchType
FileLineMatch(String file, int revision, String line, IFileLineMatch.MatchType type)
          Explicit-value constructor; sets all fields to null or -1, type to MatchType.MATCH.
 



Copyright © 2015 Perforce Software. All Rights Reserved.