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