Class IdeClasspathResolver


  • public class IdeClasspathResolver
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      IdeClasspathResolver​(io.vavr.collection.List<java.net.URI> runtimeClasspath, io.vavr.collection.List<java.net.URI> compileClasspath)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.vavr.collection.List<java.net.URI> resolve()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IdeClasspathResolver

        public IdeClasspathResolver​(io.vavr.collection.List<java.net.URI> runtimeClasspath,
                                    io.vavr.collection.List<java.net.URI> compileClasspath)
    • Method Detail

      • resolve

        public io.vavr.collection.List<java.net.URI> resolve()