public class MojoParameterMetadataProvider extends Object implements IMojoParameterMetadataProvider
| Modifier and Type | Field and Description |
|---|---|
static String |
EXTENSION_MOJO_PARAMETER_METADATA |
protected MavenImpl |
maven |
| Constructor and Description |
|---|
MojoParameterMetadataProvider() |
| Modifier and Type | Method and Description |
|---|---|
MojoParameter |
getClassConfiguration(ArtifactKey pluginKey,
String className)
Calculates available configuration of a single plugin class.
|
MojoParameter |
getClassConfiguration(ArtifactKey pluginKey,
String className,
org.eclipse.core.runtime.IProgressMonitor monitor)
Deprecated.
|
MojoParameter |
getMojoConfiguration(ArtifactKey pluginKey)
Calculates available configuration of all mojos provided by specified plugin.
|
MojoParameter |
getMojoConfiguration(ArtifactKey pluginKey,
Collection<String> mojos)
Calculates available configuration of a number of mojos.
|
MojoParameter |
getMojoConfiguration(ArtifactKey pluginKey,
Collection<String> mojos,
org.eclipse.core.runtime.IProgressMonitor monitor)
Deprecated.
|
MojoParameter |
getMojoConfiguration(ArtifactKey pluginKey,
org.eclipse.core.runtime.IProgressMonitor monitor)
Deprecated.
|
MojoParameter |
getMojoConfiguration(ArtifactKey pluginKey,
String mojo)
Calculates available configuration of one specific mojo.
|
MojoParameter |
getMojoConfiguration(ArtifactKey pluginKey,
String mojo,
org.eclipse.core.runtime.IProgressMonitor monitor)
Deprecated.
|
protected final MavenImpl maven
public static final String EXTENSION_MOJO_PARAMETER_METADATA
@Deprecated public MojoParameter getClassConfiguration(ArtifactKey pluginKey, String className, org.eclipse.core.runtime.IProgressMonitor monitor) throws org.eclipse.core.runtime.CoreException
getClassConfiguration in interface IMojoParameterMetadataProviderorg.eclipse.core.runtime.CoreException@Deprecated public MojoParameter getMojoConfiguration(ArtifactKey pluginKey, Collection<String> mojos, org.eclipse.core.runtime.IProgressMonitor monitor) throws org.eclipse.core.runtime.CoreException
getMojoConfiguration in interface IMojoParameterMetadataProviderorg.eclipse.core.runtime.CoreException@Deprecated public MojoParameter getMojoConfiguration(ArtifactKey pluginKey, org.eclipse.core.runtime.IProgressMonitor monitor) throws org.eclipse.core.runtime.CoreException
getMojoConfiguration in interface IMojoParameterMetadataProviderorg.eclipse.core.runtime.CoreException@Deprecated public MojoParameter getMojoConfiguration(ArtifactKey pluginKey, String mojo, org.eclipse.core.runtime.IProgressMonitor monitor) throws org.eclipse.core.runtime.CoreException
getMojoConfiguration in interface IMojoParameterMetadataProviderorg.eclipse.core.runtime.CoreExceptionpublic MojoParameter getClassConfiguration(ArtifactKey pluginKey, String className) throws org.eclipse.core.runtime.CoreException
IMojoParameterMetadataProvidergetClassConfiguration in interface IMojoParameterMetadataProviderorg.eclipse.core.runtime.CoreExceptionpublic MojoParameter getMojoConfiguration(ArtifactKey pluginKey, Collection<String> mojos) throws org.eclipse.core.runtime.CoreException
IMojoParameterMetadataProvidergetMojoConfiguration in interface IMojoParameterMetadataProviderorg.eclipse.core.runtime.CoreExceptionpublic MojoParameter getMojoConfiguration(ArtifactKey pluginKey) throws org.eclipse.core.runtime.CoreException
IMojoParameterMetadataProvidergetMojoConfiguration in interface IMojoParameterMetadataProviderorg.eclipse.core.runtime.CoreExceptionpublic MojoParameter getMojoConfiguration(ArtifactKey pluginKey, String mojo) throws org.eclipse.core.runtime.CoreException
IMojoParameterMetadataProvidergetMojoConfiguration in interface IMojoParameterMetadataProviderorg.eclipse.core.runtime.CoreExceptionCopyright © 2005–2021 Eclipse Foundation. All rights reserved.