com.starteam.util
Interface Platform.WorkStationOptions

Enclosing class:
Platform

public static interface Platform.WorkStationOptions

Platform specific options saved in local workstation .ini files A Windows & a Unix implementation are available Applications should have no reason to implement this interface


Method Summary
 java.lang.String getLocationMsg()
          the location (path to .ini file) of this option
 java.lang.String getOption(java.lang.String option)
          Returns the value stored for the option
 void setOption(java.lang.String option, java.lang.String value)
          sets a value for a specified option (key)
 

Method Detail

getOption

java.lang.String getOption(java.lang.String option)
Returns the value stored for the option

Parameters:
option - the key to look for
Returns:
its string based value

setOption

void setOption(java.lang.String option,
               java.lang.String value)
sets a value for a specified option (key)

Parameters:
option - the option to set
value - the value of that option

getLocationMsg

java.lang.String getLocationMsg()
the location (path to .ini file) of this option

Returns:
an English readable string descriing the location of the option file


StarTeam SDK 14.0, Build 21
Copyright © 2003-2012 Borland Software Corporation. All rights reserved.