Package org.sonatype.nexus.proxy.repository

Examples of org.sonatype.nexus.proxy.repository.HostedRepository


  @Test
  public void testSimple()
      throws Exception
  {
    HostedRepository repoA = mock(HostedRepository.class);
    HostedRepository repoB = mock(HostedRepository.class);
    HostedRepository repoC = mock(HostedRepository.class);


    Map<String, Repository> repoMap = new HashMap<String, Repository>();
    repoMap.put("A", repoA);
    repoMap.put("B", repoB);
View Full Code Here

TOP

Related Classes of org.sonatype.nexus.proxy.repository.HostedRepository

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.