public class ManualWorkspaceImpl extends Workspace implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ManualWorkspaceImpl.DescriptorImpl |
Modifier and Type | Field and Description |
---|---|
WorkspaceSpec |
spec |
Constructor and Description |
---|
ManualWorkspaceImpl(String charset,
boolean pinHost,
String name,
WorkspaceSpec spec) |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the client workspace name as defined in the configuration.
|
WorkspaceSpec |
getSpec() |
net.sf.json.JSONObject |
getSpecJSON(String client) |
WorkspaceType |
getType() |
com.perforce.p4java.client.IClient |
setClient(com.perforce.p4java.server.IOptionsServer connection,
String user)
Setup/Create a Perforce workspace for this mode.
|
addEnv, all, clone, getCharset, getDescriptor, getExpand, getFullName, getHostName, getRootPath, getSyncID, isPinHost, setExpand, setHostName, setRootPath, setSyncID
public WorkspaceSpec spec
@DataBoundConstructor public ManualWorkspaceImpl(String charset, boolean pinHost, String name, WorkspaceSpec spec)
public String getName()
Workspace
public WorkspaceSpec getSpec()
public WorkspaceType getType()
public com.perforce.p4java.client.IClient setClient(com.perforce.p4java.server.IOptionsServer connection, String user) throws Exception
Workspace
@JavaScriptMethod public net.sf.json.JSONObject getSpecJSON(String client)
Copyright © 2016–2017. All rights reserved.