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 |
---|---|
java.util.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 |
---|---|
java.util.List<IRepo> |
Client.getRepos() |
Modifier and Type | Method and Description |
---|---|
java.util.List<IRepo> |
Server.getRepos() |
java.util.List<IRepo> |
Server.getRepos(ReposOptions options) |
java.util.List<IRepo> |
Server.getRepos(java.lang.String clientName) |
Modifier and Type | Method and Description |
---|---|
java.util.List<IRepo> |
ReposDelegator.getRepos()
Gets the repos.
|
java.util.List<IRepo> |
ReposDelegator.getRepos(ReposOptions options)
Get the repos with filter options
|
java.util.List<IRepo> |
ReposDelegator.getRepos(java.lang.String client)
Gets the repos mapped within the client's view.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IRepo> |
IReposDelegator.getRepos()
Gets the repos.
|
java.util.List<IRepo> |
IReposDelegator.getRepos(ReposOptions options)
Get the repos with filter options
|
java.util.List<IRepo> |
IReposDelegator.getRepos(java.lang.String clientName)
Gets the repos mapped within the client's view.
|
Copyright © 2020 Perforce Software. All Rights Reserved.