Package org.codehaus.plexus.spring

Examples of org.codehaus.plexus.spring.PlexusClassPathXmlApplicationContext


    private PlexusClassPathXmlApplicationContext applicationContext;

    public ArchivaCli()
    {
        applicationContext =
            new PlexusClassPathXmlApplicationContext( new String[] { "classpath*:/META-INF/spring-context.xml",
                "classpath*:/META-INF/plexus/components.xml" } );
    }
View Full Code Here

TOP

Related Classes of org.codehaus.plexus.spring.PlexusClassPathXmlApplicationContext

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.