|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProjectException | |
---|---|
pt.ist.fenixframework.core | |
pt.ist.fenixframework.core.exception | |
pt.ist.fenixframework.dml.maven |
Uses of ProjectException in pt.ist.fenixframework.core |
---|
Methods in pt.ist.fenixframework.core that throw ProjectException | |
---|---|
static Project |
Project.fromName(String projectName)
|
static Project |
Project.fromProperties(Properties properties)
|
void |
Project.validate()
|
Constructors in pt.ist.fenixframework.core that throw ProjectException | |
---|---|
Project(String name,
List<DmlFile> dmls,
List<Project> dependencies,
boolean shouldCompile)
|
Uses of ProjectException in pt.ist.fenixframework.core.exception |
---|
Subclasses of ProjectException in pt.ist.fenixframework.core.exception | |
---|---|
class |
NoProjectNameSpecifiedException
|
class |
ProjectPropertiesNotFoundException
|
class |
SpecifiedDmlFileNotFoundException
|
Uses of ProjectException in pt.ist.fenixframework.dml.maven |
---|
Methods in pt.ist.fenixframework.dml.maven that throw ProjectException | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |