|
||||||||||
| 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(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. |
| 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,
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. |
|
| 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(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)
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)
Explicit-value constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||