Class ClassPathBuilder
java.lang.Object
uno.anahata.ai.nb.util.ClassPathBuilder
Utility class for building and managing classpaths within the NetBeans environment.
- Author:
- anahata
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringfilesToClassPathString(Set<File> classPath) Converts a set of File objects representing JARs or directories into a classpath string.
-
Method Details
-
filesToClassPathString
Converts a set of File objects representing JARs or directories into a classpath string.- Parameters:
classPath- the set of files to include in the classpath.- Returns:
- a string representation of the classpath, with entries separated by the system path separator.
-
