Package org.apache.maven.api
Interface Plugin
@Experimental
public interface Plugin
Represents a maven plugin runtime
- Since:
- 4.0.0
-
Method Summary
Modifier and TypeMethodDescriptiondefault Collection<Dependency> org.apache.maven.api.plugin.descriptor.PluginDescriptorList<org.apache.maven.api.plugin.descriptor.lifecycle.Lifecycle> org.apache.maven.api.model.PlugingetModel()
-
Method Details
-
getModel
@Nonnull org.apache.maven.api.model.Plugin getModel() -
getDescriptor
@Nonnull org.apache.maven.api.plugin.descriptor.PluginDescriptor getDescriptor() -
getLifecycles
-
getClassLoader
-
getArtifact
-
getDependencies
-
getDependenciesMap
-