public class ExtendedMojoDescriptor extends org.apache.maven.plugin.descriptor.MojoDescriptor
MojoDescriptor not supported by Maven 3.2.5.| Constructor and Description |
|---|
ExtendedMojoDescriptor() |
ExtendedMojoDescriptor(boolean containsXhtmlTextValues) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsXhtmlTextValues()
Indicates if the methods
ComponentDescriptor.getDescription(), MojoDescriptor.getDeprecated(), Parameter.getDescription()
and Parameter.getDeprecated() return XHTML values. |
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isV4Api() |
void |
setV4Api(boolean v4Api) |
addParameter, alwaysExecute, clone, getComponentType, getDependencyCollectionRequired, getDependencyResolutionRequired, getDeprecated, getExecuteGoal, getExecuteLifecycle, getExecutePhase, getExecutionStrategy, getFullGoalName, getGoal, getId, getLanguage, getMojoConfiguration, getParameterMap, getParameters, getPhase, getPluginDescriptor, getRole, getRoleHint, getSince, isAggregator, isDependencyResolutionRequired, isDirectInvocationOnly, isForking, isInheritedByDefault, isOnlineRequired, isProjectRequired, isRequiresReports, isThreadSafe, requiresOnline, setAggregator, setDependencyCollectionRequired, setDependencyResolutionRequired, setDeprecated, setDirectInvocationOnly, setExecuteGoal, setExecuteLifecycle, setExecutePhase, setExecutionStrategy, setGoal, setInheritedByDefault, setLanguage, setMojoConfiguration, setOnlineRequired, setParameters, setPhase, setPluginDescriptor, setProjectRequired, setRequiresReports, setSince, setThreadSafeaddRequirement, 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 ExtendedMojoDescriptor(boolean containsXhtmlTextValues)
containsXhtmlTextValues - public boolean containsXhtmlTextValues()
ComponentDescriptor.getDescription(), MojoDescriptor.getDeprecated(), Parameter.getDescription()
and Parameter.getDeprecated() return XHTML values.true if aforementioned methods return XHTML values, if false those values contain
javadoc (HTML + custom javadoc tags) (for legacy extractors)public boolean isV4Api()
public void setV4Api(boolean v4Api)
public int hashCode()
hashCode in class org.apache.maven.plugin.descriptor.MojoDescriptorCopyright © 2004–2024 The Apache Software Foundation. All rights reserved.