|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.StarTeamClientOptions
public final class StarTeamClientOptions
Client Options maintained in the StarTeamClientOptions.xml file
| Field Summary | |
|---|---|
static java.lang.String |
FILE_CENTRAL_STATUS_DIRECTORY
File Central Status Directory |
static java.lang.String |
FILE_CLEAR_LOCKS_ON_CHECK_IN
Clear File Locks on Checkin |
static java.lang.String |
FILE_COMPARE_OPTIONS
File Compare Options |
static java.lang.String |
FILE_COMPARE_PATH
File Compare Path |
static java.lang.String |
FILE_DEFAULT_ENCODING
Set File Default Encoding |
static java.lang.String |
FILE_DEFAULT_EOL
Set File Default EOL |
static java.lang.String |
FILE_DEFAULT_STATUS_METHOD
Default File Status Method |
static java.lang.String |
FILE_EDITOR_OPTIONS
File Editor Options |
static java.lang.String |
FILE_EDITOR_PATH
File Editor Path |
static java.lang.String |
FILE_LOCALDIRECTORYWATCH
File Local Directory Watch |
static java.lang.String |
FILE_LOCK_FILES_EXCLUSIVELY_ON_CHECK_OUT
Lock File Exclusively on Checkout |
static java.lang.String |
FILE_MARK_UNLOCKED_FILES_READ_ONLY
Mark Unlocked Files Read Only |
static java.lang.String |
FILE_MERGE_OPTIONS
File Merge Options |
static java.lang.String |
FILE_MERGE_PATH
File Merge Path |
static java.lang.String |
FILE_OPTIMIZE_FOR_SLOW_CONNECTIONS
Optimize File Transfer for Slow Connections |
static java.lang.String |
FILE_PERFORM_EOL_CONVERSION
Perform File EOL Conversion |
static java.lang.String |
FILE_POPUP_VISMERGE_ALWAYS
Always pop up VisiMerge |
static java.lang.String |
FILE_USE_ALTERNATE_COMPARE
Use Alternate File Compare Tool |
static java.lang.String |
FILE_USE_ALTERNATE_EDITOR
Use ALternate File Editor |
static java.lang.String |
FILE_USE_ALTERNATE_MERGE
Use Alternate File Merge Tool |
static java.lang.String |
FILE_USE_MD5_TO_CALCULATE_STATUS
Use MD5 to caluclate File Status |
static java.lang.String |
FILE_USE_MODIFIED_TIME_STAMP
Use Modified File Time Stamp to calculate Status |
static java.lang.String |
FILE_USE_NON_EXCLUSIVE_LOCKS_IN_INTEGRATIONS
Use non exclusive file locks in integrations |
static java.lang.String |
WORKSPACE_AUTO_REFRESH
Auto Refresh Rate |
static java.lang.String |
WORKSPACE_CHANGE_SCOPE_FOLDER
Change Scope Folder |
static java.lang.String |
WORKSPACE_CONFIRM_DELETE
Confirm Delete |
static java.lang.String |
WORKSPACE_CONFIRM_MOVE
Confirm Move |
static java.lang.String |
WORKSPACE_FALCON
Select MPX |
static java.lang.String |
WORKSPACE_FOLDER_CONTEXT
Folder Context |
static java.lang.String |
WORKSPACE_HISTORY_UTC
History UTC |
static java.lang.String |
WORKSPACE_INSTANT_REFRESH
Instant Refresh |
static java.lang.String |
WORKSPACE_INSTANT_REFRESH_MAX_TIME
Instant Refresh Maximum Time |
static java.lang.String |
WORKSPACE_INSTANT_REFRESH_MIN_TIME
Instant Refresh Minimum Time |
static java.lang.String |
WORKSPACE_LOG_COMMAND_DETAILS
Log Command Details |
static java.lang.String |
WORKSPACE_LOG_COMMANDS
Log Commands |
static java.lang.String |
WORKSPACE_LOG_ERRORS
Log Errors |
static java.lang.String |
WORKSPACE_LOG_EVENTS
Log Events |
static java.lang.String |
WORKSPACE_LOG_OUTPUT_PATH
Log Output Path |
static java.lang.String |
WORKSPACE_LOG_THRESHOLD
Log Threshold |
static java.lang.String |
WORKSPACE_LOG_UI_OPERATIONS
Log UI Operations |
static java.lang.String |
WORKSPACE_MAINTAIN_GROUP_STATE
Maintain Group State |
static java.lang.String |
WORKSPACE_REFRESH_TIME
Refresh Time |
static java.lang.String |
WORKSPACE_REPORT_OUTPUT_PATH
Report Output Path |
static java.lang.String |
WORKSPACE_RESTORE_SHORTCUTS
Restore Shortcuts |
static java.lang.String |
WORKSPACE_SHOW_STATUSBAR
Show Status Bar |
static java.lang.String |
WORKSPACE_SHOW_TOOLBARS
Show Tool Bars |
static java.lang.String |
WORKSPACE_SHOW_VIRTUAL_MEETING_OPTIONS
Show Virtual Meeting Options |
static java.lang.String |
WORKSPACE_WARNINGS
Show workspace Warnings |
| Constructor Summary | |
|---|---|
StarTeamClientOptions()
Creates a new StarTeamClientOptions instance which can be used to get/set client side options used by StarTeam clients. |
|
| Method Summary | |
|---|---|
ViewMemberCollection |
getAllProcessItems(Server s)
Gets the list of items that have been set as the current process item for at least one view on the given server. |
java.lang.String |
getCentralStatusDirectory()
Returns the path to be used for storing centralized status information. |
boolean |
getCheckNewItemActivated(java.lang.String componentName)
Returns the workstation option value. |
int |
getCheckNewItemInterval(java.lang.String componentName)
Returns the workstation option value. |
java.lang.String[] |
getComponentNames()
Gets the names of all components for which at least one option has been set. |
java.lang.String |
getComponentOption(java.lang.String componentName,
java.lang.String optionName,
java.lang.String defaultValue)
Returns the specified workstation option. |
static StarTeamClientOptions |
getDefault()
Returns the singleton default StarTeamClientOptions object based on the default options file location. |
static java.io.File |
getDefaultFile()
Returns the default StarTeamClientOptions file. |
StatusMethod |
getDefaultStatusMethod()
The default status method to be used by the client. |
boolean |
getFileClearLocksOnCheckIn()
Returns the workstation option value. |
java.lang.String |
getFileCompareOptions()
Returns the workstation option value. |
java.lang.String |
getFileComparePath()
Returns the workstation option value. |
Encoding |
getFileDefaultEncoding()
Returns the workstation option value. |
int |
getFileDefaultEOL()
Returns the workstation option value. |
java.lang.String |
getFileEditorOptions()
Returns the workstation option value. |
java.lang.String |
getFileEditorPath()
Returns the workstation option value. |
boolean |
getFileLocalDirectoryWatch()
Returns the workstation option value. |
boolean |
getFileLockFilesExclusivelyOnCheckOut()
Returns the workstation option value. |
boolean |
getFileMarkUnlockedFilesReadOnly()
Returns the workstation option value. |
java.lang.String |
getFileMergeOptions()
Returns the workstation option value. |
java.lang.String |
getFileMergePath()
Returns the workstation option value. |
boolean |
getFileOptimizeForSlowConnections()
Returns the workstation option value. |
boolean |
getFilePerformEOLConversion()
Returns the workstation option value. |
boolean |
getFilePopupVisMergeAlways()
Returns the workstation option value. |
boolean |
getFileUseAlternateCompare()
Returns the workstation option value. |
boolean |
getFileUseAlternateEditor()
Returns the workstation option value. |
boolean |
getFileUseAlternateMerge()
Returns the workstation option value. |
boolean |
getFileUseMD5ToCalculateStatus()
Returns the workstation option value. |
boolean |
getFileUseModifiedTimeStamp()
Returns the workstation option value. |
boolean |
getFileUseNonExclusiveLocksInIntegrations()
Returns the workstation option value. |
java.lang.String |
getFolderAlternatePath(Folder folder)
Returns the alternate working directory for the specified folder. |
java.lang.String |
getFolderAlternatePath(GUID repository,
int folderID)
Returns the alternate working directory for the specified folder. |
boolean |
getFolderAlternatePathEnabled(Folder folder)
Return true if the alternate working directory is enabled for this folder. |
boolean |
getFolderAlternatePathEnabled(GUID repository,
int folderID)
Return true if the alternate working directory is enabled for this folder. |
boolean |
getFolderUserVisible(Folder folder)
Return true if the specified folder is user visible. |
boolean |
getFolderUserVisible(GUID repository,
int folderID)
Return true if the specified folder is user visible. |
boolean |
getMPXEnabled()
Returns the workstation option value to enable MPX |
java.lang.String |
getOption(java.lang.String optionName,
java.lang.String defaultValue)
Returns the specified workstation option. |
java.lang.String[] |
getOptionNames(java.lang.String componentName)
Gets the names of all options that have been set for a given component. |
Item |
getProcessItem(View target)
Gets the current process item in the given target view. |
boolean |
getReadOnSelectChangeActivated(java.lang.String componentName)
Returns the workstation option value. |
boolean |
getSelectedItemTimerActivated(java.lang.String componentName)
Returns the workstation option value. |
int |
getSelectedItemTimerInterval(java.lang.String componentName)
Returns the workstation option value. |
java.lang.String |
getViewAlternatePath(GUID repository,
int viewID)
Returns the alternate working directory for the specified view. |
java.lang.String |
getViewAlternatePath(View view)
Returns the alternate working directory for the specified view. |
boolean |
getViewAlternatePathEnabled(GUID repository,
int viewID)
Return true if the alternate working directory is enabled for this view. |
boolean |
getViewAlternatePathEnabled(View view)
Return true if the alternate working directory is enabled for this view. |
StatusMethod |
getViewStatusMethodOverride(View view)
Returns the option value stored for the specified View's status method. |
boolean |
getWorkspaceAutoRefresh()
Returns the workstation option value. |
boolean |
getWorkspaceChangeScopeFolder()
Returns the workstation option value. |
boolean |
getWorkspaceConfirmDelete()
Returns the workstation option value. |
boolean |
getWorkspaceConfirmMove()
Returns the workstation option value. |
boolean |
getWorkspaceFolderContext()
Returns the workstation option value. |
boolean |
getWorkspaceHistoryUTC()
Returns the workstation option value. |
boolean |
getWorkspaceInstantRefresh()
Returns the workstation option value. |
int |
getWorkspaceInstantRefreshMaxTime()
Returns the workstation option value. |
int |
getWorkspaceInstantRefreshMinTime()
Returns the workstation option value. |
boolean |
getWorkspaceLogCommandDetails()
Returns the workstation option value. |
boolean |
getWorkspaceLogCommands()
Returns the workstation option value. |
boolean |
getWorkspaceLogErrors()
Returns the workstation option value. |
boolean |
getWorkspaceLogEvents()
Returns the workstation option value. |
java.lang.String |
getWorkspaceLogOutputPath()
Returns the workstation option value. |
int |
getWorkspaceLogThreshold()
Returns the workstation option value. |
boolean |
getWorkspaceLogUIOperations()
Returns the workstation option value. |
boolean |
getWorkspaceMaintainGroupState()
Returns the workstation option value. |
int |
getWorkspaceRefreshTime()
Returns the workstation option value. |
java.lang.String |
getWorkspaceReportOutputPath()
Returns the workstation option value. |
boolean |
getWorkspaceRestoreShortcuts()
Returns the workstation option value. |
boolean |
getWorkspaceShowStatusBar()
Returns the workstation option value. |
boolean |
getWorkspaceShowToolbars()
Returns the workstation option value. |
boolean |
getWorkspaceShowVirtualMeetingOptions()
Returns the workstation option value. |
boolean |
getWorkspaceWarnings()
Returns the workstation option value. |
void |
load(java.io.File file)
Load the options from the specified file. |
void |
loadDefault()
Loads the options from the default file. |
void |
reload()
Re-loads the underlying options file. |
boolean |
reloadIfNeeded()
Re-loads the file only if its last modified time stamp has changed. |
void |
save()
Writes the options to the underlying file. |
void |
saveTo(java.io.File newfile)
Saves the options to the new file. |
void |
setCentralStatusDirectory(java.lang.String path)
Set the path to be used for storing centralized status information. |
void |
setCheckNewItemActivated(java.lang.String componentName,
boolean value)
Sets the workstation option value. |
void |
setCheckNewItemInterval(java.lang.String componentName,
int value)
Sets the workstation option value. |
void |
setComponentOption(java.lang.String componentName,
java.lang.String optionName,
java.lang.String value)
Sets the specified workstation option. |
void |
setDefaultStatusMethod(StatusMethod method)
Sets the default status method to be used by the client. |
void |
setFileClearLocksOnCheckIn(boolean value)
Sets the workstation option value. |
void |
setFileCompareOptions(java.lang.String value)
Sets the workstation option value. |
void |
setFileComparePath(java.lang.String value)
Sets the workstation option value. |
void |
setFileDefaultEncoding(Encoding value)
Sets the workstation option value. |
void |
setFileDefaultEOL(int value)
Sets the workstation option value. |
void |
setFileEditorOptions(java.lang.String value)
Sets the workstation option value. |
void |
setFileEditorPath(java.lang.String value)
Sets the workstation option value. |
void |
setFileLocalDirectoryWatch(boolean value)
Sets the workstation option value. |
void |
setFileLockFilesExclusivelyOnCheckOut(boolean value)
Sets the workstation option value. |
void |
setFileMarkUnlockedFilesReadOnly(boolean value)
Sets the workstation option value. |
void |
setFileMergeOptions(java.lang.String value)
Sets the workstation option value. |
void |
setFileMergePath(java.lang.String value)
Sets the workstation option value. |
void |
setFileOptimizeForSlowConnections(boolean value)
Sets the workstation option value. |
void |
setFilePerformEOLConversion(boolean value)
Sets the workstation option value. |
void |
setFilePopupVisMergeAlways(boolean value)
Sets the workstation option value. |
void |
setFileUseAlternateCompare(boolean value)
Sets the workstation option value. |
void |
setFileUseAlternateEditor(boolean value)
Sets the workstation option value. |
void |
setFileUseAlternateMerge(boolean value)
Sets the workstation option value. |
void |
setFileUseMD5ToCalculateStatus(boolean value)
Sets the workstation option value. |
void |
setFileUseModifiedTimeStamp(boolean value)
Sets the workstation option value. |
void |
setFileUseNonExclusiveLocksInIntegrations(boolean value)
Sets the workstation option value. |
void |
setFolderAlternatePath(Folder folder,
java.lang.String path)
Change the option value stored for the specified Folder's alternate working directory. |
void |
setFolderAlternatePath(GUID repository,
int folderID,
java.lang.String path)
Change the option value stored for the specified Folder's alternate working directory. |
void |
setFolderAlternatePathEnabled(Folder folder,
boolean enabled)
Change whether or not the alternate working directory should be used for the specified folder. |
void |
setFolderAlternatePathEnabled(GUID repository,
int folderID,
boolean enabled)
Change whether or not the alternate working directory should be used for the specified folder. |
void |
setFolderUserVisible(Folder folder,
boolean visible)
Change whether or not the specified folder should be visible. |
void |
setFolderUserVisible(GUID repository,
int folderID,
boolean visible)
Change whether or not the specified folder should be visible. |
void |
setMPXEnabled(boolean value)
Sets the workstation option value to enable MPX |
void |
setOption(java.lang.String optionName,
java.lang.String value)
Sets the specified workstation option. |
void |
setProcessItem(Item item,
View target)
Sets the current process item for the given target view. |
void |
setReadOnSelectChangeActivated(java.lang.String componentName,
boolean value)
Sets the workstation option value. |
void |
setSelectedItemTimerActivated(java.lang.String componentName,
boolean value)
Sets the workstation option value. |
void |
setSelectedItemTimerInterval(java.lang.String componentName,
int value)
Sets the workstation option value. |
void |
setViewAlternatePath(GUID repository,
int viewID,
java.lang.String path)
Change the option value stored for the specified View's alternate working directory. |
void |
setViewAlternatePath(View view,
java.lang.String path)
Change the option value stored for the specified View's alternate working directory. |
void |
setViewAlternatePathEnabled(GUID repository,
int viewID,
boolean enabled)
Change whether or not the alternate working directory should be used for the specified view. |
void |
setViewAlternatePathEnabled(View view,
boolean enabled)
Change whether or not the alternate working directory should be used for the specified view. |
void |
setViewStatusMethodOverride(View view,
StatusMethod method)
Change the option value stored for the specified View's status method This does not modify the view object. |
void |
setWorkspaceAutoRefresh(boolean value)
Sets the workstation option value. |
void |
setWorkspaceChangeScopeFolder(boolean value)
Sets the workstation option value. |
void |
setWorkspaceConfirmDelete(boolean value)
Sets the workstation option value. |
void |
setWorkspaceConfirmMove(boolean value)
Sets the workstation option value. |
void |
setWorkspaceFolderContext(boolean value)
Sets the workstation option value. |
void |
setWorkspaceHistoryUTC(boolean value)
Sets the workstation option value. |
void |
setWorkspaceInstantRefresh(boolean value)
Sets the workstation option value. |
void |
setWorkspaceInstantRefreshMaxTime(int value)
Sets the workstation option value. |
void |
setWorkspaceInstantRefreshMinTime(int value)
Sets the workstation option value. |
void |
setWorkspaceLogCommandDetails(boolean value)
Sets the workstation option value. |
void |
setWorkspaceLogCommands(boolean value)
Sets the workstation option value. |
void |
setWorkspaceLogErrors(boolean value)
Sets the workstation option value. |
void |
setWorkspaceLogEvents(boolean value)
Sets the workstation option value. |
void |
setWorkspaceLogOutputPath(java.lang.String value)
Sets the workstation option value. |
void |
setWorkspaceLogThreshold(int value)
Sets the workstation option value. |
void |
setWorkspaceLogUIOperations(boolean value)
Sets the workstation option value. |
void |
setWorkspaceMaintainGroupState(boolean value)
Sets the workstation option value. |
void |
setWorkspaceRefreshTime(int value)
Sets the workstation option value. |
void |
setWorkspaceReportOutputPath(java.lang.String value)
Sets the workstation option value. |
void |
setWorkspaceRestoreShortcuts(boolean value)
Sets the workstation option value. |
void |
setWorkspaceShowStatusBar(boolean value)
Sets the workstation option value. |
void |
setWorkspaceShowToolbars(boolean value)
Sets the workstation option value. |
void |
setWorkspaceShowVirtualMeetingOptions(boolean value)
Sets the workstation option value. |
void |
setWorkspaceWarnings(boolean value)
Sets the workstation option value. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String FILE_CLEAR_LOCKS_ON_CHECK_IN
public static final java.lang.String FILE_COMPARE_OPTIONS
public static final java.lang.String FILE_COMPARE_PATH
public static final java.lang.String FILE_EDITOR_PATH
public static final java.lang.String FILE_EDITOR_OPTIONS
public static final java.lang.String FILE_LOCALDIRECTORYWATCH
public static final java.lang.String FILE_LOCK_FILES_EXCLUSIVELY_ON_CHECK_OUT
public static final java.lang.String FILE_MARK_UNLOCKED_FILES_READ_ONLY
public static final java.lang.String FILE_MERGE_OPTIONS
public static final java.lang.String FILE_MERGE_PATH
public static final java.lang.String FILE_OPTIMIZE_FOR_SLOW_CONNECTIONS
public static final java.lang.String FILE_POPUP_VISMERGE_ALWAYS
public static final java.lang.String FILE_USE_ALTERNATE_COMPARE
public static final java.lang.String FILE_USE_ALTERNATE_EDITOR
public static final java.lang.String FILE_USE_ALTERNATE_MERGE
public static final java.lang.String FILE_USE_MD5_TO_CALCULATE_STATUS
public static final java.lang.String FILE_USE_MODIFIED_TIME_STAMP
public static final java.lang.String FILE_PERFORM_EOL_CONVERSION
public static final java.lang.String FILE_DEFAULT_EOL
public static final java.lang.String FILE_DEFAULT_ENCODING
public static final java.lang.String FILE_USE_NON_EXCLUSIVE_LOCKS_IN_INTEGRATIONS
public static final java.lang.String FILE_DEFAULT_STATUS_METHOD
public static final java.lang.String FILE_CENTRAL_STATUS_DIRECTORY
public static final java.lang.String WORKSPACE_AUTO_REFRESH
public static final java.lang.String WORKSPACE_CHANGE_SCOPE_FOLDER
public static final java.lang.String WORKSPACE_CONFIRM_DELETE
public static final java.lang.String WORKSPACE_CONFIRM_MOVE
public static final java.lang.String WORKSPACE_FALCON
public static final java.lang.String WORKSPACE_FOLDER_CONTEXT
public static final java.lang.String WORKSPACE_HISTORY_UTC
public static final java.lang.String WORKSPACE_INSTANT_REFRESH
public static final java.lang.String WORKSPACE_INSTANT_REFRESH_MAX_TIME
public static final java.lang.String WORKSPACE_INSTANT_REFRESH_MIN_TIME
public static final java.lang.String WORKSPACE_LOG_COMMAND_DETAILS
public static final java.lang.String WORKSPACE_LOG_COMMANDS
public static final java.lang.String WORKSPACE_LOG_ERRORS
public static final java.lang.String WORKSPACE_LOG_EVENTS
public static final java.lang.String WORKSPACE_LOG_OUTPUT_PATH
public static final java.lang.String WORKSPACE_LOG_THRESHOLD
public static final java.lang.String WORKSPACE_LOG_UI_OPERATIONS
public static final java.lang.String WORKSPACE_MAINTAIN_GROUP_STATE
public static final java.lang.String WORKSPACE_REFRESH_TIME
public static final java.lang.String WORKSPACE_REPORT_OUTPUT_PATH
public static final java.lang.String WORKSPACE_RESTORE_SHORTCUTS
public static final java.lang.String WORKSPACE_SHOW_STATUSBAR
public static final java.lang.String WORKSPACE_SHOW_TOOLBARS
public static final java.lang.String WORKSPACE_SHOW_VIRTUAL_MEETING_OPTIONS
public static final java.lang.String WORKSPACE_WARNINGS
| Constructor Detail |
|---|
public StarTeamClientOptions()
| Method Detail |
|---|
public static StarTeamClientOptions getDefault()
throws java.io.IOException
java.io.IOException
public static java.io.File getDefaultFile()
throws java.io.IOException
java.io.IOException
public void loadDefault()
throws java.io.IOException
java.io.IOException
public void save()
throws java.io.IOException
java.io.IOException
public void saveTo(java.io.File newfile)
throws java.io.IOException
newfile - the new file to which the options will be saved
java.io.IOException
public void load(java.io.File file)
throws java.io.IOException
file - the file from which the options will be loaded
java.io.IOException
public void reload()
throws java.io.IOException
java.io.IOException - if any errors occur while loading the file
public boolean reloadIfNeeded()
throws java.io.IOException
java.io.IOException - if any errors occur while loading the file
public java.lang.String getOption(java.lang.String optionName,
java.lang.String defaultValue)
optionName - the option namedefaultValue - the default value to return if the option is not set
public void setOption(java.lang.String optionName,
java.lang.String value)
optionName - the option namevalue - the new option value
public void setViewStatusMethodOverride(View view,
StatusMethod method)
view - the view whose status method is to be overriddenmethod - the new status method to use for files in this viewView.setStatusMethodOverride(com.starteam.StatusMethod),
View.getStatusMethodOverride()public StatusMethod getViewStatusMethodOverride(View view)
view - the view whose status method is to be returned
View.getStatusMethodOverride(),
View.setStatusMethodOverride(com.starteam.StatusMethod)public void setCentralStatusDirectory(java.lang.String path)
path - the new directory path for central statusStatusMethod.setCentralStatusDirectory(java.lang.String),
StatusMethod.getCentralStatusDirectory()
public java.lang.String getCentralStatusDirectory()
throws java.io.IOException
java.io.IOExceptionStatusMethod.setCentralStatusDirectory(java.lang.String),
StatusMethod.getCentralStatusDirectory(),
ConfigFiles.getDefaultCentralStatusDirectory()public void setDefaultStatusMethod(StatusMethod method)
method - the new status method. Can not be null and can not be
StatusMethod.DEFAULTpublic StatusMethod getDefaultStatusMethod()
public void setProcessItem(Item item,
View target)
item - A process item, or null to clear the process item in the given
target view.target - The target view.public Item getProcessItem(View target)
target - The target view.
public ViewMemberCollection getAllProcessItems(Server s)
s - A StarTeam server.
public void setViewAlternatePath(View view,
java.lang.String path)
view - the view whose working directory is to be overriddenpath - the new alternate working directory for the view
public void setViewAlternatePath(GUID repository,
int viewID,
java.lang.String path)
repository - the GUID of the StarTeam serverviewID - the view whose alternate working directory path is to be overriddenpath - the new alternate working directory for the view
public void setViewAlternatePathEnabled(View view,
boolean enabled)
view - the view whose working directory is to be overriddenenabled - true if the alternate path is to be applied
public void setViewAlternatePathEnabled(GUID repository,
int viewID,
boolean enabled)
repository - the GUID of the StarTeam serverviewID - the view whose alternate working directory path is to be overriddenenabled - true if the alternate path is to be applied
public void setFolderAlternatePath(GUID repository,
int folderID,
java.lang.String path)
repository - the GUID of the StarTeam serverfolderID - the folder whose working directory is to be overriddenpath - the new alternate working directory for the folder
public void setFolderAlternatePath(Folder folder,
java.lang.String path)
folder - the folder whose working directory is to be overriddenpath - the new alternate working directory for the folder
public void setFolderAlternatePathEnabled(GUID repository,
int folderID,
boolean enabled)
repository - the GUID of the StarTeam serverfolderID - the folder whose working directory is to be overriddenenabled - true if the alternate path is to be applied
public void setFolderAlternatePathEnabled(Folder folder,
boolean enabled)
folder - the folder whose working directory is to be overriddenenabled - true if the alternate path is to be applied
public void setFolderUserVisible(GUID repository,
int folderID,
boolean visible)
repository - the GUID of the StarTeam serverfolderID - the folder whose working directory is to be overriddenvisible - true if the folder should be visible, false otherwiseFolder.getUserVisible(),
Folder.setUserVisible(boolean)
public void setFolderUserVisible(Folder folder,
boolean visible)
folder - the folder whose working directory is to be overriddenvisible - true if the folder should be visible, false otherwiseFolder.getUserVisible(),
Folder.setUserVisible(boolean)
public java.lang.String getViewAlternatePath(GUID repository,
int viewID)
repository - the GUID of the StarTeam server
public java.lang.String getViewAlternatePath(View view)
view - the view whose alternate working directory path is required
public boolean getViewAlternatePathEnabled(GUID repository,
int viewID)
repository - the GUID of the StarTeam serverviewID - the view to be checked
public boolean getViewAlternatePathEnabled(View view)
view - the view to be checked
public java.lang.String getFolderAlternatePath(Folder folder)
folder - the folder whose alternate working directory path is desired
public java.lang.String getFolderAlternatePath(GUID repository,
int folderID)
repository - the GUID of the StarTeam serverfolderID - the folder whose alternate working directory path is required
public boolean getFolderAlternatePathEnabled(GUID repository,
int folderID)
repository - the GUID of the StarTeam serverfolderID - the folder whose alternate working directory path is required
public boolean getFolderAlternatePathEnabled(Folder folder)
folder - the folder to check
public boolean getFolderUserVisible(Folder folder)
folder - the folder whose visibility is to be determined
Folder.getUserVisible(),
Folder.setUserVisible(boolean)
public boolean getFolderUserVisible(GUID repository,
int folderID)
repository - the GUID of the StarTeam serverfolderID - the folder whose alternate working directory path is required
Folder.getUserVisible(),
Folder.setUserVisible(boolean)public boolean getCheckNewItemActivated(java.lang.String componentName)
componentName - the component for which this option is being set
public void setCheckNewItemActivated(java.lang.String componentName,
boolean value)
componentName - the component for which this option is being setvalue - the new option valuepublic int getCheckNewItemInterval(java.lang.String componentName)
componentName - the component for which this option is being set
public void setCheckNewItemInterval(java.lang.String componentName,
int value)
componentName - the component for which this option is being setvalue - the new option valuepublic boolean getReadOnSelectChangeActivated(java.lang.String componentName)
componentName - the component for which this option is being set
public void setReadOnSelectChangeActivated(java.lang.String componentName,
boolean value)
componentName - the component for which this option is being setvalue - the new option valuepublic boolean getSelectedItemTimerActivated(java.lang.String componentName)
componentName - the component for which this option is being set
public void setSelectedItemTimerActivated(java.lang.String componentName,
boolean value)
componentName - the component for which this option is being setvalue - the new option valuepublic int getSelectedItemTimerInterval(java.lang.String componentName)
componentName - the component for which this option is being set
public void setSelectedItemTimerInterval(java.lang.String componentName,
int value)
componentName - the component for which this option is being setvalue - the new option valuepublic boolean getFileClearLocksOnCheckIn()
public void setFileClearLocksOnCheckIn(boolean value)
value - the new option valuepublic java.lang.String getFileCompareOptions()
public void setFileCompareOptions(java.lang.String value)
value - the new option valuepublic java.lang.String getFileComparePath()
public void setFileComparePath(java.lang.String value)
value - the new option valuepublic Encoding getFileDefaultEncoding()
public void setFileDefaultEncoding(Encoding value)
value - the new option valuepublic java.lang.String getFileEditorPath()
public void setFileEditorPath(java.lang.String value)
value - the new option valuepublic java.lang.String getFileEditorOptions()
public void setFileEditorOptions(java.lang.String value)
value - the new option valuepublic boolean getFileLocalDirectoryWatch()
public void setFileLocalDirectoryWatch(boolean value)
value - the new option valuepublic boolean getFileLockFilesExclusivelyOnCheckOut()
public void setFileLockFilesExclusivelyOnCheckOut(boolean value)
value - the new option valuepublic boolean getFileMarkUnlockedFilesReadOnly()
public void setFileMarkUnlockedFilesReadOnly(boolean value)
value - the new option valuepublic java.lang.String getFileMergeOptions()
public void setFileMergeOptions(java.lang.String value)
value - the new option valuepublic java.lang.String getFileMergePath()
public void setFileMergePath(java.lang.String value)
value - the new option valuepublic boolean getFileOptimizeForSlowConnections()
public void setFileOptimizeForSlowConnections(boolean value)
value - the new option valuepublic boolean getFilePopupVisMergeAlways()
public void setFilePopupVisMergeAlways(boolean value)
value - the new option valuepublic boolean getFileUseAlternateCompare()
public void setFileUseAlternateCompare(boolean value)
value - the new option valuepublic boolean getFileUseAlternateEditor()
public void setFileUseAlternateEditor(boolean value)
value - the new option valuepublic boolean getFileUseAlternateMerge()
public void setFileUseAlternateMerge(boolean value)
value - the new option valuepublic boolean getFileUseMD5ToCalculateStatus()
public void setFileUseMD5ToCalculateStatus(boolean value)
value - the new option valuepublic boolean getFileUseModifiedTimeStamp()
public void setFileUseModifiedTimeStamp(boolean value)
value - the new option valuepublic boolean getFilePerformEOLConversion()
public void setFilePerformEOLConversion(boolean value)
value - the new option valuepublic int getFileDefaultEOL()
LineReader.EOL_CRLF,
LineReader.EOL_CR,
LineReader.EOL_LFpublic void setFileDefaultEOL(int value)
value - the new option valueLineReader.EOL_CRLF,
LineReader.EOL_CR,
LineReader.EOL_LFpublic boolean getFileUseNonExclusiveLocksInIntegrations()
public void setFileUseNonExclusiveLocksInIntegrations(boolean value)
value - the new option valuepublic boolean getWorkspaceAutoRefresh()
public void setWorkspaceAutoRefresh(boolean value)
value - the new option valuepublic boolean getWorkspaceChangeScopeFolder()
public void setWorkspaceChangeScopeFolder(boolean value)
value - the new option valuepublic boolean getWorkspaceConfirmDelete()
public void setWorkspaceConfirmDelete(boolean value)
value - the new option valuepublic boolean getWorkspaceConfirmMove()
public void setWorkspaceConfirmMove(boolean value)
value - the new option valuepublic boolean getMPXEnabled()
public void setMPXEnabled(boolean value)
value - the new option valuepublic boolean getWorkspaceFolderContext()
public void setWorkspaceFolderContext(boolean value)
value - the new option valuepublic boolean getWorkspaceHistoryUTC()
public void setWorkspaceHistoryUTC(boolean value)
value - the new option valuepublic boolean getWorkspaceInstantRefresh()
public void setWorkspaceInstantRefresh(boolean value)
value - the new option valuepublic int getWorkspaceInstantRefreshMaxTime()
public void setWorkspaceInstantRefreshMaxTime(int value)
value - the new option valuepublic int getWorkspaceInstantRefreshMinTime()
public void setWorkspaceInstantRefreshMinTime(int value)
value - the new option valuepublic boolean getWorkspaceLogCommandDetails()
public void setWorkspaceLogCommandDetails(boolean value)
value - the new option valuepublic boolean getWorkspaceLogCommands()
public void setWorkspaceLogCommands(boolean value)
value - the new option valuepublic boolean getWorkspaceLogErrors()
public void setWorkspaceLogErrors(boolean value)
value - the new option valuepublic boolean getWorkspaceLogEvents()
public void setWorkspaceLogEvents(boolean value)
value - the new option valuepublic java.lang.String getWorkspaceLogOutputPath()
public void setWorkspaceLogOutputPath(java.lang.String value)
value - the new option valuepublic int getWorkspaceLogThreshold()
public void setWorkspaceLogThreshold(int value)
value - the new option valuepublic boolean getWorkspaceLogUIOperations()
public void setWorkspaceLogUIOperations(boolean value)
value - the new option valuepublic boolean getWorkspaceMaintainGroupState()
public void setWorkspaceMaintainGroupState(boolean value)
value - the new option valuepublic int getWorkspaceRefreshTime()
public void setWorkspaceRefreshTime(int value)
value - the new option valuepublic java.lang.String getWorkspaceReportOutputPath()
public void setWorkspaceReportOutputPath(java.lang.String value)
value - the new option valuepublic boolean getWorkspaceRestoreShortcuts()
public void setWorkspaceRestoreShortcuts(boolean value)
value - the new option valuepublic boolean getWorkspaceShowStatusBar()
public void setWorkspaceShowStatusBar(boolean value)
value - the new option valuepublic boolean getWorkspaceShowToolbars()
public void setWorkspaceShowToolbars(boolean value)
value - the new option valuepublic boolean getWorkspaceShowVirtualMeetingOptions()
public void setWorkspaceShowVirtualMeetingOptions(boolean value)
value - the new option valuepublic boolean getWorkspaceWarnings()
public void setWorkspaceWarnings(boolean value)
value - the new option value
public void setComponentOption(java.lang.String componentName,
java.lang.String optionName,
java.lang.String value)
componentName - the component name of the optionoptionName - the component specific options namevalue - the new option value
public java.lang.String getComponentOption(java.lang.String componentName,
java.lang.String optionName,
java.lang.String defaultValue)
componentName - the component name of the optionoptionName - the component specific options namedefaultValue - the default value to return if the option is not set
public java.lang.String[] getComponentNames()
public java.lang.String[] getOptionNames(java.lang.String componentName)
componentName - A component name.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||