Class MPSClasspathUtil


  • public class MPSClasspathUtil
    extends Object
    • Constructor Detail

      • MPSClasspathUtil

        public MPSClasspathUtil()
    • Method Detail

      • buildClasspath

        @Deprecated
        public static Collection<File> buildClasspath​(org.apache.tools.ant.Project antProject,
                                                      File mpsHomeArg,
                                                      boolean fork)
        Deprecated.
        there are no uses I'm aware of, nevertheless, gonna keep for another release (to be removed once 2019.1 is out)
      • resolveMPSHome

        @Deprecated
        public static File resolveMPSHome​(org.apache.tools.ant.Project antProject,
                                          boolean failOtherwise)
        Deprecated.
        shall become instance method of an mps classpath utility class
      • getClassPathRootsFromDependencies

        public static List<File> getClassPathRootsFromDependencies​(org.apache.tools.ant.Project project)
      • gatherAllClassesAndJarsUnder

        @Deprecated
        public static void gatherAllClassesAndJarsUnder​(File dir,
                                                        Set<File> result)
        Deprecated.
        about to reduce visibility to package or to become an instance method of an mps classpath utility class