public class Initialization extends AbstractUserConfiguration
Modifier and Type | Field and Description |
---|---|
String |
entryPoint
The fully-qualified name of the entry point or any constant name of
EntryPoint.Default . |
artifactId, groupId, packaging, version
Constructor and Description |
---|
Initialization() |
Modifier and Type | Method and Description |
---|---|
EntryPoint |
getEntryPoint(ClassLoaderResolver classLoaderResolver,
String groupId,
String artifactId,
String version,
String packaging)
Resolves the described entry point.
|
static Initialization |
makeDefault()
Creates a default initialization instance.
|
asCoordinate, getArtifactId, getGroupId, getPackaging, getVersion
public String entryPoint
EntryPoint.Default
.public static Initialization makeDefault()
public EntryPoint getEntryPoint(ClassLoaderResolver classLoaderResolver, String groupId, String artifactId, String version, String packaging) throws org.apache.maven.plugin.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 packagingorg.apache.maven.plugin.MojoExecutionException
- If the entry point cannot be created.Copyright © 2014–2022. All rights reserved.