ma.glasnost.orika.test
Class MavenProjectUtil

java.lang.Object
  extended by ma.glasnost.orika.test.MavenProjectUtil

public class MavenProjectUtil
extends Object

MavenProjectUtil provides lookup of the current project's root folder, assuming the default compile directory somewhere beneath the 'target' folder; uses lookup of the current class' class-file as a resource and walks up to the target folder

Author:
matt.deboer@gmail.com

Constructor Summary
MavenProjectUtil()
           
 
Method Summary
static File findProjectRoot()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MavenProjectUtil

public MavenProjectUtil()
Method Detail

findProjectRoot

public static File findProjectRoot()


Copyright © 2012 Glasnost. All Rights Reserved.