Package com.caucho.env.deploy

Examples of com.caucho.env.deploy.RepositoryDependency


      if (_controller.getRepository() != null) {
        String tag = _controller.getId();
        String tagValue = _controller.getRepository().getTagContentHash(tag);

        _invocationDependency.add(new RepositoryDependency(tag, tagValue));
       
        if (_controller.getVersionDependency() != null)
          _invocationDependency.add(_controller.getVersionDependency());
      }
     
View Full Code Here

TOP

Related Classes of com.caucho.env.deploy.RepositoryDependency

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.