|
|||||||||
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 the set of globally defined libraries and JDKs.
Field Summary | |
static GlobalArrayProperty |
searchPath
|
Method Summary | |
static PathSetCollection |
add(Url libDirUrl,
java.lang.String name,
boolean isDefault,
boolean isDeletable)
Add a new libraryUrl to the and prepend it to the globalPath. |
static PathSetCollection[] |
getFullLibPath()
Get all path set collections that are associated with the globalPath |
static JDKPathSet |
getJDK(java.lang.String name)
Finds a JDK matching the name supplied in the global search path. |
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 in the global search path. |
static void |
save()
Saves the global set of library and JDK definitions to disk. |
static void |
setFullLibPath(PathSetCollection[] collections)
Set all path set collections that are associated with the globalPath |
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 |
Field Detail |
public static GlobalArrayProperty searchPath
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 PathSetCollection add(Url libDirUrl, java.lang.String name, boolean isDefault, boolean isDeletable)
public static void save()
public static PathSetCollection[] getFullLibPath()
public static void setFullLibPath(PathSetCollection[] collections)
public static PathSet getLibrary(java.lang.String name)
Finds a library matching the name supplied in the global search path. 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 in the global search path. 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 |