|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.borland.jbuilder.paths.PathSetManager
All PathSetManager members are static, operating on a set of globally defined libraries and JDKs.
Method Summary | |
static JDKPathSet |
getJDK(java.lang.String name)
Finds a JDK matching the name supplied. |
static java.util.ArrayList |
getJDKs()
|
static long |
getLastModified()
|
static java.util.ArrayList |
getLibraries()
|
static PathSet |
getLibrary(java.lang.String name)
Finds a library matching the name supplied. |
static void |
save()
Saves the current set of library and JDK definitions to disk. |
static void |
setJDKs(java.util.ArrayList jdks)
|
static void |
setLibraries(java.util.ArrayList libraries)
|
static void |
updateLastModified()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public static java.util.ArrayList getLibraries()
public static java.util.ArrayList getJDKs()
public static void setLibraries(java.util.ArrayList libraries)
public static void setJDKs(java.util.ArrayList jdks)
public static long getLastModified()
public static void updateLastModified()
public static void save()
public static PathSet getLibrary(java.lang.String name)
Finds a library matching the name supplied. If no match is found a new library with the desired name is created with no path entries.
name
- The desired library name.public static JDKPathSet getJDK(java.lang.String name)
Finds a JDK matching the name supplied. If no match is found the first available JDK is returned.
name
- The name of the desired JDK.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |