Package com.iggroup.oss.restdoclet.plugin.io

Examples of com.iggroup.oss.restdoclet.plugin.io.DirectoryBuilder


    * @throws JiBXException if a JiBX exception occurs.
    */
   private void services() throws IOException, JavadocNotFoundException,
   JiBXException {
      LOG.info("Generating services");
      DirectoryBuilder dirs =
         new DirectoryBuilder(baseDirectory, outputDirectory);

      int identifier = 1;
      List<Service> services = new ArrayList<Service>();

      LOG.info("Looking for mappings");
View Full Code Here


    *
    * @throws IOException if an input-output exception occurs.
    */
   private void deploy() throws IOException {
      LOG.info("Generating jar-archive");
      final DirectoryBuilder dirs =
         new DirectoryBuilder(baseDirectory, outputDirectory);
      final ConfigCopier cc = new ConfigCopier(dirs);
      cc.copy();

      LOG.debug("Creating properties: " + artifactId + ", " + version + ", "
         + finalName + ", " + classifier + ", " + scmUrl);
View Full Code Here

TOP

Related Classes of com.iggroup.oss.restdoclet.plugin.io.DirectoryBuilder

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.