Package | Description |
---|---|
com.perforce.p4java.core.file |
Provides interfaces and classes for defining and accessing Perforce depot and workspace files.
|
com.perforce.p4java.impl.generic.core.file |
Provides standard implementation classes for the com.perforce.p4java.core.file 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 |
IFileSpec.getContents(GetFileContentsOptions opts)
Get the contents of this specific Perforce file revision from the Perforce
depot as an InputStream.
|
Modifier and Type | Method and Description |
---|---|
InputStream |
FileSpec.getContents(GetFileContentsOptions opts) |
Modifier and Type | Method and Description |
---|---|
InputStream |
Server.getFileContents(List<IFileSpec> fileSpecs,
GetFileContentsOptions opts) |
Modifier and Type | Method and Description |
---|---|
InputStream |
PrintDelegator.getFileContents(List<IFileSpec> fileSpecs,
GetFileContentsOptions opts) |
Modifier and Type | Method and Description |
---|---|
GetFileContentsOptions |
GetFileContentsOptions.setAllrevs(boolean allrevs) |
GetFileContentsOptions |
GetFileContentsOptions.setDontAnnotateFiles(boolean dontAnnotateFiles) |
GetFileContentsOptions |
GetFileContentsOptions.setNoHeaderLine(boolean noHeaderLine) |
Modifier and Type | Method and Description |
---|---|
InputStream |
IPrintDelegator.getFileContents(List<IFileSpec> fileSpecs,
GetFileContentsOptions opts)
Return an InputStream onto the contents of one or more revisions of one or more Perforce depot
file contents.
|
Copyright © 2017 Perforce Software. All Rights Reserved.