Package org.sonatype.plexus.rest

Examples of org.sonatype.plexus.rest.TestApplication


  {
    Component component = new Component();

    component.getServers().add(Protocol.HTTP, 8182);

    TestApplication app = (TestApplication) getContainer().lookup(Application.class, "test");

    component.getDefaultHost().attach(app);

    component.start();
View Full Code Here

TOP

Related Classes of org.sonatype.plexus.rest.TestApplication

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.