Package | Description |
---|---|
com.buschmais.jqassistant.plugin.maven3.api.model | |
com.buschmais.jqassistant.plugin.maven3.impl.scanner |
Modifier and Type | Interface and Description |
---|---|
interface |
MavenProjectDirectoryDescriptor
Describes a maven project as it has been executed during a maven build.
|
Modifier and Type | Method and Description |
---|---|
MavenProjectDescriptor |
MavenProjectDirectoryDescriptor.getParent()
Return the parent of this project.
|
Modifier and Type | Method and Description |
---|---|
List<MavenProjectDescriptor> |
MavenProjectDirectoryDescriptor.getModules()
Return the modules of this project.
|
Modifier and Type | Method and Description |
---|---|
void |
MavenProjectDirectoryDescriptor.setParent(MavenProjectDescriptor parentDescriptor) |
Modifier and Type | Method and Description |
---|---|
protected <T extends MavenProjectDescriptor> |
MavenProjectScannerPlugin.resolveProject(org.apache.maven.project.MavenProject project,
Class<T> expectedType,
com.buschmais.jqassistant.core.scanner.api.ScannerContext scannerContext)
Resolves a maven project.
|
Copyright © 2016 buschmais GbR. All rights reserved.