Uses of Class
pt.ist.fenixframework.core.Project

Packages that use Project
pt.ist.fenixframework.core   
pt.ist.fenixframework.dml.maven   
 

Uses of Project in pt.ist.fenixframework.core
 

Methods in pt.ist.fenixframework.core that return Project
static Project Project.fromName(String projectName)
           
static Project Project.fromProperties(Properties properties)
           
 

Methods in pt.ist.fenixframework.core that return types with arguments of type Project
 List<Project> Project.getDependencyProjects()
           
 List<Project> Project.getProjects()
           
 

Constructor parameters in pt.ist.fenixframework.core with type arguments of type Project
Project(String name, List<DmlFile> dmls, List<Project> dependencies, boolean shouldCompile)
           
 

Uses of Project in pt.ist.fenixframework.dml.maven
 

Methods in pt.ist.fenixframework.dml.maven that return Project
static Project DmlMojoUtils.getProject(org.apache.maven.project.MavenProject project, File srcDirectoryFile, File generatedSourcesDirectoryFile, List<URL> dmlFiles, org.apache.maven.plugin.logging.Log log, boolean verbose)
           
 



Copyright © 2013. All Rights Reserved.