com.starteam
Class WinProfile

java.lang.Object
  extended by com.starteam.WinProfile

public class WinProfile
extends java.lang.Object

Interface to StarTeam.Impl.Profile.dll. Used to get the paths for various StarTeam support files under Win32.


Method Summary
static java.lang.String getLicensePath()
           
static java.lang.String getLocalStarbaseAppDataDir()
           
static java.lang.String getServerListPath()
           
static java.lang.String getStarTeamIniPath()
           
static java.lang.String getStarTeamLogPath()
           
static java.lang.String getStarTeamXMLPath()
           
static java.lang.String getUserStarTeamAppDataDir()
           
static java.lang.String getWorkstationIDPath(boolean bGlobal)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getWorkstationIDPath

public static java.lang.String getWorkstationIDPath(boolean bGlobal)
Parameters:
bGlobal - if true, the path for all users
Returns:
The full path to ConnectionManager.ini.

getStarTeamIniPath

public static java.lang.String getStarTeamIniPath()
Returns:
The full path to StarTeam.ini.

getServerListPath

public static java.lang.String getServerListPath()
Returns:
The full path to ServerList.st.

getStarTeamLogPath

public static java.lang.String getStarTeamLogPath()
Returns:
The full path to StarTeam.log.

getLicensePath

public static java.lang.String getLicensePath()
Returns:
The full path to ClientLicenses.st.

getStarTeamXMLPath

public static java.lang.String getStarTeamXMLPath()
Returns:
The full path to StarTeam.xml.

getLocalStarbaseAppDataDir

public static java.lang.String getLocalStarbaseAppDataDir()
Returns:
The full path to local StarTeam Application data directory.

getUserStarTeamAppDataDir

public static java.lang.String getUserStarTeamAppDataDir()
Returns:
The full path to the logged-in user specific StarTeam Application data directory. e.g. C:\\Documents and Settings\\username\\Application Data\\Borland\\StarTeam


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