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