Package | Description |
---|---|
com.perforce.p4java.client |
Provides interfaces for accessing and manipulating Perforce client workspaces and associated objects.
|
com.perforce.p4java.impl.generic.core |
Provides standard implementation classes for the com.perforce.p4java.core interfaces.
|
com.perforce.p4java.impl.mapbased.client | |
com.perforce.p4java.impl.mapbased.server | |
com.perforce.p4java.impl.mapbased.server.cmd | |
com.perforce.p4java.server.delegator |
Modifier and Type | Method and Description |
---|---|
List<IRepo> |
IClient.getRepos()
Gets the repos mapped within the client's view.
|
Modifier and Type | Class and Description |
---|---|
class |
Repo |
Modifier and Type | Method and Description |
---|---|
List<IRepo> |
Client.getRepos() |
Modifier and Type | Method and Description |
---|---|
List<IRepo> |
Server.getRepos() |
List<IRepo> |
Server.getRepos(ReposOptions options) |
List<IRepo> |
Server.getRepos(String clientName) |
Modifier and Type | Method and Description |
---|---|
List<IRepo> |
ReposDelegator.getRepos()
Gets the repos.
|
List<IRepo> |
ReposDelegator.getRepos(ReposOptions options)
Get the repos with filter options
|
List<IRepo> |
ReposDelegator.getRepos(String client)
Gets the repos mapped within the client's view.
|
Modifier and Type | Method and Description |
---|---|
List<IRepo> |
IReposDelegator.getRepos()
Gets the repos.
|
List<IRepo> |
IReposDelegator.getRepos(ReposOptions options)
Get the repos with filter options
|
List<IRepo> |
IReposDelegator.getRepos(String clientName)
Gets the repos mapped within the client's view.
|
Copyright © 2017 Perforce Software. All Rights Reserved.