Package com.caucho.server.deploy

Examples of com.caucho.server.deploy.RepositoryDependency


      if (_controller.getRepository() != null
          && _controller.getBaseRepositoryTag() != null) {
        String baseTag = _controller.getBaseRepositoryTag();
        String baseValue = _controller.getRepository().getTagRoot(baseTag);

        _invocationDependency.add(new RepositoryDependency(baseTag, baseValue));
      }

      _jspApplicationContext = new JspApplicationContextImpl(this);

      // validation
View Full Code Here

TOP

Related Classes of com.caucho.server.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.