Package org.sonatype.nexus.mindexer.client

Examples of org.sonatype.nexus.mindexer.client.Sha1Query


    super(client);
  }

  @Override
  public SearchResponse identifyBySha1(final String sha1) {
    final Sha1Query query = new Sha1Query();
    query.setSha1(sha1);
    return search(new SearchRequest(query));
  }
View Full Code Here

TOP

Related Classes of org.sonatype.nexus.mindexer.client.Sha1Query

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.