org.universAAL.support.directives.checks
Class SVNCheck

Package class diagram package SVNCheck
java.lang.Object
  extended by org.universAAL.support.directives.checks.SVNCheck
All Implemented Interfaces:
APICheck, APIFixableCheck

public class SVNCheck
extends Object
implements APIFixableCheck

Author:
amedrano

Constructor Summary
SVNCheck()
           
 
Method Summary
 boolean check(org.apache.maven.project.MavenProject mavenProject, org.apache.maven.plugin.logging.Log log)
           
 void fix(org.apache.maven.project.MavenProject mavenProject, org.apache.maven.plugin.logging.Log log)
           
static String getSVNURL(File dir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVNCheck

public SVNCheck()
Method Detail

check

public boolean check(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:
check in interface APICheck
Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException

fix

public void fix(org.apache.maven.project.MavenProject mavenProject,
                org.apache.maven.plugin.logging.Log log)
         throws org.apache.maven.plugin.MojoFailureException
Specified by:
fix in interface APIFixableCheck
Throws:
org.apache.maven.plugin.MojoFailureException

getSVNURL

public static String getSVNURL(File dir)
                        throws Exception,
                               org.tmatesoft.svn.core.SVNException
Throws:
Exception
org.tmatesoft.svn.core.SVNException


Copyright © 2014 universAAL Consortium. All Rights Reserved.