Package org.sonatype.nexus.bootstrap

Examples of org.sonatype.nexus.bootstrap.Launcher


    final String basePath = bundleContext.getProperty("nexus-base");
    final String args = bundleContext.getProperty("nexus-args");

    MDC.put("userId", SYSTEM_USERID);
    server = new Launcher(basePath, null, null, args.split(","));
    server.startAsync();
  }
View Full Code Here

TOP

Related Classes of org.sonatype.nexus.bootstrap.Launcher

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.