Package | Description |
---|---|
com.perforce.p4java.core |
Provides interfaces and classes for defining and accessing Perforce objects
such as jobs, changelists, etc., and, through the file sub-package, Perforce
files.
|
com.perforce.p4java.impl.generic.core |
Provides standard implementation classes for the com.perforce.p4java.core interfaces.
|
com.perforce.p4java.impl.mapbased.server | |
com.perforce.p4java.impl.mapbased.server.cmd | |
com.perforce.p4java.option.server | |
com.perforce.p4java.server.delegator |
Modifier and Type | Method and Description |
---|---|
InputStream |
IChangelist.getDiffsStream(GetChangelistDiffsOptions opts)
Get an InputStream onto the file diffs associated with this changelist.
|
Modifier and Type | Method and Description |
---|---|
InputStream |
Changelist.getDiffsStream(GetChangelistDiffsOptions opts) |
Modifier and Type | Method and Description |
---|---|
InputStream |
Server.getChangelistDiffs(int id,
GetChangelistDiffsOptions opts) |
Modifier and Type | Method and Description |
---|---|
InputStream |
DescribeDelegator.getChangelistDiffs(int changelistId,
GetChangelistDiffsOptions opts) |
Modifier and Type | Method and Description |
---|---|
GetChangelistDiffsOptions |
GetChangelistDiffsOptions.setDiffContext(int diffContext) |
GetChangelistDiffsOptions |
GetChangelistDiffsOptions.setIgnoreLineEndings(boolean ignoreLineEndings) |
GetChangelistDiffsOptions |
GetChangelistDiffsOptions.setIgnoreWhitespace(boolean ignoreWhitespace) |
GetChangelistDiffsOptions |
GetChangelistDiffsOptions.setIgnoreWhitespaceChanges(boolean ignoreWhitespaceChanges) |
GetChangelistDiffsOptions |
GetChangelistDiffsOptions.setOutputShelvedDiffs(boolean outputShelvedDiffs) |
GetChangelistDiffsOptions |
GetChangelistDiffsOptions.setRcsDiffs(boolean rcsDiffs) |
GetChangelistDiffsOptions |
GetChangelistDiffsOptions.setSummaryDiff(boolean summaryDiff) |
GetChangelistDiffsOptions |
GetChangelistDiffsOptions.setUnifiedDiff(int unifiedDiff) |
Modifier and Type | Method and Description |
---|---|
InputStream |
IDescribeDelegator.getChangelistDiffs(int id,
GetChangelistDiffsOptions opts)
Get an InputStream onto the file diffs associated with a specific
submitted changelist.
|
Copyright © 2017 Perforce Software. All Rights Reserved.