Class Runner.Classpath

  • Enclosing class:
    Runner

    public class Runner.Classpath
    extends java.lang.Object
    Classpath
    • Constructor Summary

      Constructors 
      Constructor Description
      Classpath()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addJars​(org.eclipse.jetty.util.resource.Resource lib)  
      void addPath​(org.eclipse.jetty.util.resource.Resource path)  
      java.net.URL[] asArray()  
      • Methods inherited from class java.lang.Object

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

      • Classpath

        public Classpath()
    • Method Detail

      • addJars

        public void addJars​(org.eclipse.jetty.util.resource.Resource lib)
                     throws java.io.IOException
        Throws:
        java.io.IOException
      • addPath

        public void addPath​(org.eclipse.jetty.util.resource.Resource path)
      • asArray

        public java.net.URL[] asArray()