public class ExtendedMojoDescriptor extends org.apache.maven.plugin.descriptor.MojoDescriptor
| Constructor and Description |
|---|
ExtendedMojoDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDependencyCollectionRequired() |
boolean |
isThreadSafe() |
void |
setDependencyCollectionRequired(String requiresDependencyCollection) |
void |
setThreadSafe(boolean threadSafe) |
addParameter, alwaysExecute, clone, equals, getComponentType, getDependencyResolutionRequired, getDeprecated, getExecuteGoal, getExecuteLifecycle, getExecutePhase, getExecutionStrategy, getFullGoalName, getGoal, getId, getLanguage, getMojoConfiguration, getParameterMap, getParameters, getPhase, getPluginDescriptor, getRole, getRoleHint, getSince, hashCode, isAggregator, isDependencyResolutionRequired, isDirectInvocationOnly, isForking, isInheritedByDefault, isOnlineRequired, isProjectRequired, isRequiresReports, requiresOnline, setAggregator, setDependencyResolutionRequired, setDeprecated, setDirectInvocationOnly, setExecuteGoal, setExecuteLifecycle, setExecutePhase, setExecutionStrategy, setGoal, setInheritedByDefault, setLanguage, setMojoConfiguration, setOnlineRequired, setParameters, setPhase, setPluginDescriptor, setProjectRequired, setRequiresReports, setSinceaddRequirement, getAlias, getComponentComposer, getComponentConfigurator, getComponentFactory, getComponentProfile, getConfiguration, getDescription, getHumanReadableKey, getImplementation, getImplementationClass, getInstantiationStrategy, getLifecycleHandler, getRealm, getRequirements, getRoleClass, getVersion, hasConfiguration, isIsolatedRealm, setAlias, setComponentComposer, setComponentConfigurator, setComponentFactory, setComponentProfile, setComponentType, setConfiguration, setDescription, setImplementation, setImplementationClass, setInstantiationStrategy, setIsolatedRealm, setLifecycleHandler, setRealm, setRole, setRoleClass, setRoleHint, setVersion, toStringpublic ExtendedMojoDescriptor()
public boolean isThreadSafe()
isThreadSafe in class org.apache.maven.plugin.descriptor.MojoDescriptorpublic void setThreadSafe(boolean threadSafe)
setThreadSafe in class org.apache.maven.plugin.descriptor.MojoDescriptorpublic String getDependencyCollectionRequired()
getDependencyCollectionRequired in class org.apache.maven.plugin.descriptor.MojoDescriptorpublic void setDependencyCollectionRequired(String requiresDependencyCollection)
setDependencyCollectionRequired in class org.apache.maven.plugin.descriptor.MojoDescriptorCopyright © 2004–2022 The Apache Software Foundation. All rights reserved.