Package org.sonatype.nexus.proxy.walker

Examples of org.sonatype.nexus.proxy.walker.AffirmativeStoreWalkerFilter


    // directory.
    // walker and walk and changes for age
    if (repository.getLocalStorage().containsItem(repository, req)) {
      req.setRequestGroupLocalOnly(true);
      req.setRequestLocalOnly(true);
      DefaultWalkerContext ctx = new DefaultWalkerContext(repository, req, new AffirmativeStoreWalkerFilter());
      ctx.getProcessors().add(new WastebasketWalker(age));
      getWalker().walk(ctx);
    }
  }
View Full Code Here

TOP

Related Classes of org.sonatype.nexus.proxy.walker.AffirmativeStoreWalkerFilter

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.