Package org.spoutcraft.launcher.rest

Examples of org.spoutcraft.launcher.rest.Library


        }
      }
      Iterator<Library> i = libs.iterator();
      // Handled separately
      while (i.hasNext()) {
        Library lib = i.next();
        if (lib.name().contains("lwjgl")) {
          i.remove();
        }
      }
      return libs;
    } catch (IOException e) {
View Full Code Here

TOP

Related Classes of org.spoutcraft.launcher.rest.Library

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.