Package org.jboss.gravia.repository

Examples of org.jboss.gravia.repository.DefaultMavenDelegateRepository


    private State state;
    private Process process;

    protected AbstractManagedProcess(C options, PropertiesProvider propsProvider) {
        IllegalArgumentAssertion.assertNotNull(options, "options");
        this.mavenRepository = new DefaultMavenDelegateRepository(propsProvider);
        this.createOptions = options;
    }
View Full Code Here

TOP

Related Classes of org.jboss.gravia.repository.DefaultMavenDelegateRepository

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.