Package org.apache.archiva.repository.content.legacy

Examples of org.apache.archiva.repository.content.legacy.LegacyPathParser


    @Before
    public void setUp()
        throws Exception
    {
        LegacyPathParser legacyPathParser = new LegacyPathParser( archivaConfiguration );
        repoRequest = new RepositoryRequest( legacyPathParser );
    }
View Full Code Here


        this.digestMd5 = plexusSisuBridge.lookup( Digester.class, "md5" );
        this.digestSha1 = plexusSisuBridge.lookup( Digester.class, "sha1" );

        // TODO remove this hard dependency on maven !!
        repositoryRequest = new RepositoryRequest( new LegacyPathParser( archivaConfiguration ) );
    }
View Full Code Here

TOP

Related Classes of org.apache.archiva.repository.content.legacy.LegacyPathParser

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.