| Package | Description |
|---|---|
| org.jboss.shrinkwrap.resolver.api.maven.embedded | |
| org.jboss.shrinkwrap.resolver.api.maven.embedded.daemon |
| Modifier and Type | Method and Description |
|---|---|
BuiltProject |
StandardBuilder.build()
Build project using previously configured project data and environment settings.
|
BuiltProject |
BuiltProject.getModule(String moduleName)
Returns an instance of
BuiltProject representing module with the given name. |
| Modifier and Type | Method and Description |
|---|---|
List<BuiltProject> |
BuiltProject.getModules()
Returns a list of instances of
BuiltProject representing all modules specified in the POM file. |
| Modifier and Type | Method and Description |
|---|---|
BuiltProject |
DaemonBuild.getBuiltProject()
If the thread containing the Maven build is not alive, then it returns an instance of @{BuiltProject} as a
representation of the built project;
null otherwise |
Copyright © 2024 JBoss by Red Hat. All rights reserved.