public class Initialization extends CoordinateConfiguration
| Modifier and Type | Field and Description |
|---|---|
String |
entryPoint
The fully-qualified name of the entry point or any constant name of
EntryPoint.Default. |
boolean |
validated
If validation should be disabled for the entry point.
|
artifactId, groupId, packaging, version| Constructor and Description |
|---|
Initialization()
Creates a new initialization configuration.
|
| Modifier and Type | Method and Description |
|---|---|
EntryPoint |
getEntryPoint(ClassLoaderResolver classLoaderResolver,
String groupId,
String artifactId,
String version,
String packaging)
Resolves the described entry point.
|
asCoordinate, getArtifactId, getGroupId, getPackaging, getVersion@MaybeNull public String entryPoint
EntryPoint.Default.public boolean validated
public Initialization()
public EntryPoint getEntryPoint(ClassLoaderResolver classLoaderResolver, String groupId, String artifactId, String version, String packaging) throws MojoExecutionException
classLoaderResolver - The class loader resolved to use.groupId - This project's group id.artifactId - This project's artifact id.version - This project's version id.packaging - This project's packagingMojoExecutionException - If the entry point cannot be created.Copyright © 2014–2025. All rights reserved.