public interface IMojoParameterMetadataProvider
Modifier and Type | Method and Description |
---|---|
MojoParameter |
getClassConfiguration(ArtifactKey pluginKey,
java.lang.String className)
Calculates available configuration of a single plugin class.
|
MojoParameter |
getClassConfiguration(ArtifactKey pluginKey,
java.lang.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,
java.util.Collection<java.lang.String> mojos)
Calculates available configuration of a number of mojos.
|
MojoParameter |
getMojoConfiguration(ArtifactKey pluginKey,
java.util.Collection<java.lang.String> mojos,
org.eclipse.core.runtime.IProgressMonitor monitor)
Deprecated.
|
MojoParameter |
getMojoConfiguration(ArtifactKey pluginKey,
org.eclipse.core.runtime.IProgressMonitor monitor)
Deprecated.
|
MojoParameter |
getMojoConfiguration(ArtifactKey pluginKey,
java.lang.String mojo)
Calculates available configuration of one specific mojo.
|
MojoParameter |
getMojoConfiguration(ArtifactKey pluginKey,
java.lang.String mojo,
org.eclipse.core.runtime.IProgressMonitor monitor)
Deprecated.
|
MojoParameter getMojoConfiguration(ArtifactKey pluginKey, java.lang.String mojo) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
MojoParameter getMojoConfiguration(ArtifactKey pluginKey, java.util.Collection<java.lang.String> mojos) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
MojoParameter getMojoConfiguration(ArtifactKey pluginKey) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
MojoParameter getClassConfiguration(ArtifactKey pluginKey, java.lang.String className) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
@Deprecated MojoParameter getMojoConfiguration(ArtifactKey pluginKey, java.lang.String mojo, org.eclipse.core.runtime.IProgressMonitor monitor) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
@Deprecated MojoParameter getMojoConfiguration(ArtifactKey pluginKey, java.util.Collection<java.lang.String> mojos, org.eclipse.core.runtime.IProgressMonitor monitor) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
@Deprecated MojoParameter getMojoConfiguration(ArtifactKey pluginKey, org.eclipse.core.runtime.IProgressMonitor monitor) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
@Deprecated MojoParameter getClassConfiguration(ArtifactKey pluginKey, java.lang.String className, org.eclipse.core.runtime.IProgressMonitor monitor) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException