Package jetbrains.mps.build.ant
Class MPSClasspathUtil
- java.lang.Object
 - 
- jetbrains.mps.build.ant.MPSClasspathUtil
 
 
- 
public class MPSClasspathUtil extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description MPSClasspathUtil() 
- 
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description 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)static voidgatherAllClassesAndJarsUnder(File dir, Set<File> result)Deprecated.about to reduce visibility to package or to become an instance method of an mps classpath utility classstatic List<File>getClassPathRootsFromDependencies(org.apache.tools.ant.Project project)static FileresolveMPSHome(org.apache.tools.ant.Project antProject, boolean failOtherwise)Deprecated.shall become instance method of an mps classpath utility class 
 - 
 
- 
- 
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 
 - 
 
 -