Method Summary |
|
abstract protected View | createSnapshotView(View rawview) Derived classes must override createSnapshotView
defining the kind of configured view appropriate to its task. |
final protected void | disconnectFromServer() disconnects from the StarTeam server. |
final public String | getPassword() |
final public String | getProjectname() |
final protected Server | getServer() returns a reference to the server which may be used for informational
purposes by subclasses. |
final public String | getServername() |
final public String | getServerport() |
final protected TypeNames | getTypeNames() returns a list of TypeNames known to the server. |
final public String | getURL() |
final public String | getUserName() |
final protected String | getUserName(int userID) Returns the name of the user with the supplied ID or a blank string
if user not found. |
final protected String | getViewURL() returns an URL string useful for interacting with many StarTeamFinder
methods. |
final public String | getViewname() |
protected View | openView() All subclasses will call on this method to open the view needed for
processing. |
final public void | setPassword(String password) set the password to be used for login; required. |
final public void | setProjectname(String projectname) set the name of the StarTeam project to be acted on;
required if URL is not set. |
final public void | setServername(String servername) Set the name of StarTeamServer;
required if URL is not set. |
final public void | setServerport(String serverport) set the port number of the StarTeam connection;
required if URL is not set. |
final public void | setURL(String url) Set the server name, server port,
project name and project folder in one shot;
optional, but the server connection must be specified somehow. |
final public void | setUserName(String userName) |
final public void | setViewname(String viewname) set the name of the StarTeam view to be acted on;
required if URL is not set. |