Package org.platformlayer.cas

Examples of org.platformlayer.cas.CasStoreMap.resolve()


  public Md5Hash getResolved(OpsTarget target) throws OpsException {
    if (resolved == null) {
      if (hash == null) {
        if (specifier != null) {
          CasStoreMap casStores = cas.getCasStoreMap(target);
          resolved = (Md5Hash) casStores.resolve(specifier);
        }
      } else {
        resolved = hash;
      }
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.