|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.ClientContext.DirectoryOverrides
public static final class ClientContext.DirectoryOverrides
A class that can parse a StarTeam.xml file and work with the view and folder overrides it specifies.
| Constructor Summary | |
|---|---|
ClientContext.DirectoryOverrides()
Create a new instance with no overrides specified. |
|
| Method Summary | |
|---|---|
java.io.File |
getSourceFile()
Returns the source file specifying the override information. |
void |
load(java.io.File iniFile)
Loads the specified .xml file. |
void |
loadDefault()
Loads the default .xml file for the client platform. |
void |
reload()
Re-loads the .xml file. |
boolean |
reloadIfNeeded()
Re-loads the .xml file only if the file's last modified time stamp has changed. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClientContext.DirectoryOverrides()
| Method Detail |
|---|
public java.io.File getSourceFile()
public void loadDefault()
throws java.io.IOException
java.io.IOException - if any errors occur while loading the file
public void load(java.io.File iniFile)
throws java.io.IOException
StarTeam.xml file.
iniFile - the file to load
java.io.IOException - if any errors occur while loading the file
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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||