Uses of Class
com.perforce.p4java.impl.generic.client.ClientLineEnding

Packages that use ClientLineEnding
com.perforce.p4java.impl.generic.client Provides standard implementation classes for the com.perforce.p4java.client interfaces. 
 

Uses of ClientLineEnding in com.perforce.p4java.impl.generic.client
 

Methods in com.perforce.p4java.impl.generic.client that return ClientLineEnding
static ClientLineEnding ClientLineEnding.decodeFromServerString(java.lang.String str, com.perforce.p4java.impl.mapbased.rpc.sys.RpcPerforceFileType fileType)
          Decode the file's actual or intended line ending type from the passed-in string.
static ClientLineEnding ClientLineEnding.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ClientLineEnding[] ClientLineEnding.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.perforce.p4java.impl.generic.client with parameters of type ClientLineEnding
static boolean ClientLineEnding.needsLineEndFiltering(ClientLineEnding lineEndSpec)
          Determine whether we really need to translate newlines.
 



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