|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IClientSummary.ClientLineEnd | |
---|---|
com.perforce.p4java.client | Provides interfaces for accessing and manipulating Perforce client workspaces and associated objects. |
com.perforce.p4java.impl.generic.core.file | Provides standard implementation classes for the com.perforce.p4java.core.file interfaces. |
com.perforce.p4java.impl.mapbased.client |
Uses of IClientSummary.ClientLineEnd in com.perforce.p4java.client |
---|
Methods in com.perforce.p4java.client that return IClientSummary.ClientLineEnd | |
---|---|
IClientSummary.ClientLineEnd |
IClientSummary.getLineEnd()
Get the line end options for this client. |
static IClientSummary.ClientLineEnd |
IClientSummary.ClientLineEnd.getValue(java.lang.String str)
A slightly looser valueOf(String) |
static IClientSummary.ClientLineEnd |
IClientSummary.ClientLineEnd.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static IClientSummary.ClientLineEnd[] |
IClientSummary.ClientLineEnd.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.perforce.p4java.client with parameters of type IClientSummary.ClientLineEnd | |
---|---|
void |
IClientSummary.setLineEnd(IClientSummary.ClientLineEnd lineEnd)
Set the line end options for this client. |
Uses of IClientSummary.ClientLineEnd in com.perforce.p4java.impl.generic.core.file |
---|
Methods in com.perforce.p4java.impl.generic.core.file that return IClientSummary.ClientLineEnd | |
---|---|
IClientSummary.ClientLineEnd |
FileAnnotation.getLineEnd()
|
Methods in com.perforce.p4java.impl.generic.core.file with parameters of type IClientSummary.ClientLineEnd | |
---|---|
void |
FileAnnotation.setLineEnd(IClientSummary.ClientLineEnd lineEnd)
|
Constructors in com.perforce.p4java.impl.generic.core.file with parameters of type IClientSummary.ClientLineEnd | |
---|---|
FileAnnotation(int upper,
int lower,
java.lang.String depotPath,
java.lang.String line,
IClientSummary.ClientLineEnd lineEnd)
Default all-field constructor. |
|
FileAnnotation(java.util.Map<java.lang.String,java.lang.Object> map,
java.lang.String depotPath,
IClientSummary.ClientLineEnd lineEnd)
Construct a suitable FileAnnotation object from the passed-in map; this map must be in the format and use the fields returned from a Perforce server annotate command. |
Uses of IClientSummary.ClientLineEnd in com.perforce.p4java.impl.mapbased.client |
---|
Fields in com.perforce.p4java.impl.mapbased.client declared as IClientSummary.ClientLineEnd | |
---|---|
protected IClientSummary.ClientLineEnd |
ClientSummary.lineEnd
|
Methods in com.perforce.p4java.impl.mapbased.client that return IClientSummary.ClientLineEnd | |
---|---|
IClientSummary.ClientLineEnd |
ClientSummary.getLineEnd()
|
Methods in com.perforce.p4java.impl.mapbased.client with parameters of type IClientSummary.ClientLineEnd | |
---|---|
void |
ClientSummary.setLineEnd(IClientSummary.ClientLineEnd lineEnd)
|
Constructors in com.perforce.p4java.impl.mapbased.client with parameters of type IClientSummary.ClientLineEnd | |
---|---|
Client(java.lang.String name,
java.util.Date accessed,
java.util.Date updated,
java.lang.String description,
java.lang.String hostName,
java.lang.String ownerName,
java.lang.String root,
IClientSummary.ClientLineEnd lineEnd,
IClientSummary.IClientOptions options,
IClientSummary.IClientSubmitOptions submitOptions,
java.util.List<java.lang.String> alternateRoots,
IServer serverImpl,
ClientView clientView)
Construct a new Client object from explicit fields. |
|
ClientSummary(java.lang.String name,
java.util.Date accessed,
java.util.Date updated,
java.lang.String description,
java.lang.String hostName,
java.lang.String ownerName,
java.lang.String root,
IClientSummary.ClientLineEnd lineEnd,
IClientSummary.IClientOptions options,
IClientSummary.IClientSubmitOptions submitOptions,
java.util.List<java.lang.String> alternateRoots)
Explicit-value constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |