Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
IClientSummary.ClientLineEnd |
IClientSummary.getLineEnd()
Get the line end options for this client.
|
static IClientSummary.ClientLineEnd |
IClientSummary.ClientLineEnd.getValue(String str)
A slightly looser valueOf(String)
|
static IClientSummary.ClientLineEnd |
IClientSummary.ClientLineEnd.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
void |
IClientSummary.setLineEnd(IClientSummary.ClientLineEnd lineEnd)
Set the line end options for this client.
|
Modifier and Type | Method and Description |
---|---|
IClientSummary.ClientLineEnd |
FileAnnotation.getLineEnd() |
Modifier and Type | Method and Description |
---|---|
void |
FileAnnotation.setLineEnd(IClientSummary.ClientLineEnd lineEnd) |
Constructor and Description |
---|
FileAnnotation(int upper,
int lower,
String depotPath,
String line,
IClientSummary.ClientLineEnd lineEnd)
Default all-field constructor.
|
FileAnnotation(Map<String,Object> map,
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.
|
Modifier and Type | Field and Description |
---|---|
protected IClientSummary.ClientLineEnd |
ClientSummary.lineEnd |
Modifier and Type | Method and Description |
---|---|
IClientSummary.ClientLineEnd |
ClientSummary.getLineEnd() |
Modifier and Type | Method and Description |
---|---|
void |
ClientSummary.setLineEnd(IClientSummary.ClientLineEnd lineEnd) |
Constructor and Description |
---|
Client(String name,
Date accessed,
Date updated,
String description,
String hostName,
String ownerName,
String root,
IClientSummary.ClientLineEnd lineEnd,
IClientSummary.IClientOptions options,
IClientSummary.IClientSubmitOptions submitOptions,
List<String> alternateRoots,
IServer serverImpl,
ClientView clientView)
Construct a new Client object from explicit fields.
|
Client(String name,
Date accessed,
Date updated,
String description,
String hostName,
String ownerName,
String root,
IClientSummary.ClientLineEnd lineEnd,
IClientSummary.IClientOptions options,
IClientSummary.IClientSubmitOptions submitOptions,
List<String> alternateRoots,
IServer serverImpl,
ClientView clientView,
String stream,
String type)
Construct a new Client object from explicit fields.
|
ClientSummary(String name,
Date accessed,
Date updated,
String description,
String hostName,
String ownerName,
String root,
IClientSummary.ClientLineEnd lineEnd,
IClientSummary.IClientOptions options,
IClientSummary.IClientSubmitOptions submitOptions,
List<String> alternateRoots)
Explicit-value constructor.
|
ClientSummary(String name,
Date accessed,
Date updated,
String description,
String hostName,
String ownerName,
String root,
IClientSummary.ClientLineEnd lineEnd,
IClientSummary.IClientOptions options,
IClientSummary.IClientSubmitOptions submitOptions,
List<String> alternateRoots,
String stream,
String type)
Explicit-value constructor.
|
Copyright © 2017 Perforce Software. All Rights Reserved.