treecalc.comp
Class Action

java.lang.Object
  extended by treecalc.comp.Action

public class Action
extends java.lang.Object


Constructor Summary
Action()
           
 
Method Summary
static void deleteDirRecursive(java.io.File dir)
           
static void doit(java.lang.String filenamePmt, boolean writeast, boolean walkit, java.lang.String packagename, java.lang.String genpath, boolean packetize, java.lang.String jarName, boolean trace)
           
static java.lang.String getVersionFromMaven()
          Util method that returns actual maven version of the project from file pom.properties
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Action

public Action()
Method Detail

doit

public static void doit(java.lang.String filenamePmt,
                        boolean writeast,
                        boolean walkit,
                        java.lang.String packagename,
                        java.lang.String genpath,
                        boolean packetize,
                        java.lang.String jarName,
                        boolean trace)
                 throws java.io.IOException
Throws:
java.io.IOException

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Throws:
java.io.IOException

deleteDirRecursive

public static void deleteDirRecursive(java.io.File dir)

getVersionFromMaven

public static java.lang.String getVersionFromMaven()
Util method that returns actual maven version of the project from file pom.properties

Returns:


Copyright © 2013. All Rights Reserved.