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. 
com.perforce.p4java.impl.mapbased.rpc.sys   
 

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(String str, RpcPerforceFileType fileType)
          Decode the file's actual or intended line ending type from the passed-in string.
static ClientLineEnding ClientLineEnding.valueOf(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.
 

Uses of ClientLineEnding in com.perforce.p4java.impl.mapbased.rpc.sys
 

Methods in com.perforce.p4java.impl.mapbased.rpc.sys that return ClientLineEnding
 ClientLineEnding RpcPerforceFile.getLineEnding()
           
 

Methods in com.perforce.p4java.impl.mapbased.rpc.sys with parameters of type ClientLineEnding
 void RpcPerforceFile.setLineEnding(ClientLineEnding lineEnding)
           
 

Constructors in com.perforce.p4java.impl.mapbased.rpc.sys with parameters of type ClientLineEnding
RpcLineEndFilterInputStream(InputStream inStream, ClientLineEnding lineEnding)
           
RpcLineEndFilterOutputStream(OutputStream out, ClientLineEnding lineEnding)
           
 



Copyright © 2011 Perforce Software. All Rights Reserved.