Class ClassPathBuilder

java.lang.Object
uno.anahata.ai.nb.util.ClassPathBuilder

public class ClassPathBuilder extends Object
Utility class for building and managing classpaths within the NetBeans environment.
Author:
anahata
  • Method Details

    • filesToClassPathString

      public static String filesToClassPathString(Set<File> classPath)
      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.