org.universAAL.support.directives.procedures
Class IncreaseVersionProcedure

Package class diagram package IncreaseVersionProcedure
java.lang.Object
  extended by org.universAAL.support.directives.procedures.IncreaseVersionProcedure
All Implemented Interfaces:
APIProcedure

public class IncreaseVersionProcedure
extends Object
implements APIProcedure

Author:
amedrano

Constructor Summary
IncreaseVersionProcedure()
           
 
Method Summary
 void execute(org.apache.maven.project.MavenProject mavenProject, org.apache.maven.plugin.logging.Log log)
          
static String nextDevelopmentVersion(String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IncreaseVersionProcedure

public IncreaseVersionProcedure()
Method Detail

execute

public void execute(org.apache.maven.project.MavenProject mavenProject,
                    org.apache.maven.plugin.logging.Log log)
             throws org.apache.maven.plugin.MojoExecutionException,
                    org.apache.maven.plugin.MojoFailureException

Specified by:
execute in interface APIProcedure
Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException

nextDevelopmentVersion

public static String nextDevelopmentVersion(String version)


Copyright © 2014 universAAL Consortium. All Rights Reserved.