public class ModuleGenerator extends Object
| Constructor and Description |
|---|
ModuleGenerator(org.apache.maven.plugin.logging.Log log,
org.apache.maven.project.MavenProject project) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
determineApiPaths() |
Path |
determineModuleRoot() |
Set<String> |
determineRuntimePaths() |
void |
execute() |
void |
generate(Path root,
List<String> dependencies) |
public ModuleGenerator(org.apache.maven.plugin.logging.Log log,
org.apache.maven.project.MavenProject project)
public void execute()
throws IOException
IOExceptionpublic void generate(Path root, List<String> dependencies) throws IOException
IOExceptionpublic Path determineModuleRoot() throws IOException
IOExceptionpublic Set<String> determineApiPaths() throws IOException
IOExceptionpublic Set<String> determineRuntimePaths() throws IOException
IOExceptionCopyright © 2016 JBoss by Red Hat. All rights reserved.