Package org.sonatype.nexus.proxy.maven.routing.internal

Examples of org.sonatype.nexus.proxy.maven.routing.internal.ManagerImpl


  protected void waitForRoutingBackgroundUpdates()
      throws Exception
  {
    // TODO: A hack, I don't want to expose this over component contract iface
    final ManagerImpl wm = (ManagerImpl) lookup(Manager.class);
    while (wm.isUpdatePrefixFileJobRunning()) {
      Thread.sleep(500);
    }
  }
View Full Code Here

TOP

Related Classes of org.sonatype.nexus.proxy.maven.routing.internal.ManagerImpl

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.