pt.ist.fenixframework.dml.maven
Class DmlMojoUtils

Package class diagram package DmlMojoUtils
java.lang.Object
  extended by pt.ist.fenixframework.dml.maven.DmlMojoUtils

public class DmlMojoUtils
extends Object


Constructor Summary
DmlMojoUtils()
           
 
Method Summary
static URLClassLoader augmentClassLoader(org.apache.maven.plugin.logging.Log log, List<String> classpathElements)
           
static Project getProject(org.apache.maven.project.MavenProject project, File srcDirectoryFile, File generatedSourcesDirectoryFile, List<URL> dmlFiles, org.apache.maven.plugin.logging.Log log, boolean verbose)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DmlMojoUtils

public DmlMojoUtils()
Method Detail

getProject

public static Project getProject(org.apache.maven.project.MavenProject project,
                                 File srcDirectoryFile,
                                 File generatedSourcesDirectoryFile,
                                 List<URL> dmlFiles,
                                 org.apache.maven.plugin.logging.Log log,
                                 boolean verbose)
                          throws IOException,
                                 ProjectException,
                                 MalformedURLException
Throws:
IOException
ProjectException
MalformedURLException

augmentClassLoader

public static URLClassLoader augmentClassLoader(org.apache.maven.plugin.logging.Log log,
                                                List<String> classpathElements)


Copyright © 2013. All Rights Reserved.