public class MojoDescriptor extends Object implements Serializable, Cloneable
Constructor and Description |
---|
MojoDescriptor() |
Modifier and Type | Method and Description |
---|---|
void |
addParameter(MojoParameter mojoParameter)
Method addParameter.
|
void |
addRequirement(MojoRequirement mojoRequirement)
Method addRequirement.
|
void |
addSuperclasse(String string)
Method addSuperclasse.
|
MojoDescriptor |
clone()
Method clone.
|
String |
getConfigurator()
Get the configurator field.
|
String |
getDeprecated()
Get the deprecated field.
|
String |
getDescription()
Get the description field.
|
String |
getExecutionStrategy()
Get the executionStrategy field.
|
String |
getGoal()
Get the goal field.
|
String |
getImplementation()
Get the implementation field.
|
String |
getInstantiationStrategy()
Get the instantiationStrategy field.
|
String |
getLanguage()
Get the language field.
|
List<MojoParameter> |
getParameters()
Method getParameters.
|
String |
getPhase()
Get the phase field.
|
List<MojoRequirement> |
getRequirements()
Method getRequirements.
|
String |
getRequiresDependencyCollection()
Get the requiresDependencyCollection field.
|
String |
getRequiresDependencyResolution()
Get the requiresDependencyResolution field.
|
String |
getSince()
Get the since field.
|
List<String> |
getSuperclasses()
Method getSuperclasses.
|
boolean |
isAggregator()
Get the aggregator field.
|
boolean |
isInheritedByDefault()
Get the inheritedByDefault field.
|
boolean |
isRequiresDirectInvocation()
Get the requiresDirectInvocation field.
|
boolean |
isRequiresOnline()
Get the requiresOnline field.
|
boolean |
isRequiresProject()
Get the requiresProject field.
|
boolean |
isRequiresReports()
Get the requiresReports field.
|
boolean |
isTakariBuilder()
Get the takariBuilder field.
|
boolean |
isThreadSafe()
Get the threadSafe field.
|
void |
removeParameter(MojoParameter mojoParameter)
Method removeParameter.
|
void |
removeRequirement(MojoRequirement mojoRequirement)
Method removeRequirement.
|
void |
removeSuperclasse(String string)
Method removeSuperclasse.
|
void |
setAggregator(boolean aggregator)
Set the aggregator field.
|
void |
setConfigurator(String configurator)
Set the configurator field.
|
void |
setDeprecated(String deprecated)
Set the deprecated field.
|
void |
setDescription(String description)
Set the description field.
|
void |
setExecutionStrategy(String executionStrategy)
Set the executionStrategy field.
|
void |
setGoal(String goal)
Set the goal field.
|
void |
setImplementation(String implementation)
Set the implementation field.
|
void |
setInheritedByDefault(boolean inheritedByDefault)
Set the inheritedByDefault field.
|
void |
setInstantiationStrategy(String instantiationStrategy)
Set the instantiationStrategy field.
|
void |
setLanguage(String language)
Set the language field.
|
void |
setParameters(List<MojoParameter> parameters)
Set the parameters field.
|
void |
setPhase(String phase)
Set the phase field.
|
void |
setRequirements(List<MojoRequirement> requirements)
Set the requirements field.
|
void |
setRequiresDependencyCollection(String requiresDependencyCollection)
Set the requiresDependencyCollection field.
|
void |
setRequiresDependencyResolution(String requiresDependencyResolution)
Set the requiresDependencyResolution field.
|
void |
setRequiresDirectInvocation(boolean requiresDirectInvocation)
Set the requiresDirectInvocation field.
|
void |
setRequiresOnline(boolean requiresOnline)
Set the requiresOnline field.
|
void |
setRequiresProject(boolean requiresProject)
Set the requiresProject field.
|
void |
setRequiresReports(boolean requiresReports)
Set the requiresReports field.
|
void |
setSince(String since)
Set the since field.
|
void |
setSuperclasses(List<String> superclasses)
Set the superclasses field.
|
void |
setTakariBuilder(boolean takariBuilder)
Set the takariBuilder field.
|
void |
setThreadSafe(boolean threadSafe)
Set the threadSafe field.
|
public void addParameter(MojoParameter mojoParameter)
mojoParameter
- public void addRequirement(MojoRequirement mojoRequirement)
mojoRequirement
- public void addSuperclasse(String string)
string
- public MojoDescriptor clone()
public String getConfigurator()
public String getDeprecated()
public String getDescription()
public String getExecutionStrategy()
public String getGoal()
public String getImplementation()
public String getInstantiationStrategy()
public String getLanguage()
public List<MojoParameter> getParameters()
public String getPhase()
public List<MojoRequirement> getRequirements()
public String getRequiresDependencyCollection()
public String getRequiresDependencyResolution()
public String getSince()
public boolean isAggregator()
public boolean isInheritedByDefault()
public boolean isRequiresDirectInvocation()
public boolean isRequiresOnline()
public boolean isRequiresProject()
public boolean isRequiresReports()
public boolean isTakariBuilder()
public boolean isThreadSafe()
public void removeParameter(MojoParameter mojoParameter)
mojoParameter
- public void removeRequirement(MojoRequirement mojoRequirement)
mojoRequirement
- public void removeSuperclasse(String string)
string
- public void setAggregator(boolean aggregator)
aggregator
- public void setConfigurator(String configurator)
configurator
- public void setDeprecated(String deprecated)
deprecated
- public void setDescription(String description)
description
- public void setExecutionStrategy(String executionStrategy)
executionStrategy
- public void setGoal(String goal)
goal
- public void setImplementation(String implementation)
implementation
- public void setInheritedByDefault(boolean inheritedByDefault)
inheritedByDefault
- public void setInstantiationStrategy(String instantiationStrategy)
instantiationStrategy
- public void setLanguage(String language)
language
- public void setParameters(List<MojoParameter> parameters)
parameters
- public void setPhase(String phase)
phase
- public void setRequirements(List<MojoRequirement> requirements)
requirements
- public void setRequiresDependencyCollection(String requiresDependencyCollection)
requiresDependencyCollection
- public void setRequiresDependencyResolution(String requiresDependencyResolution)
requiresDependencyResolution
- public void setRequiresDirectInvocation(boolean requiresDirectInvocation)
requiresDirectInvocation
- public void setRequiresOnline(boolean requiresOnline)
requiresOnline
- public void setRequiresProject(boolean requiresProject)
requiresProject
- public void setRequiresReports(boolean requiresReports)
requiresReports
- public void setSince(String since)
since
- public void setSuperclasses(List<String> superclasses)
superclasses
- public void setTakariBuilder(boolean takariBuilder)
takariBuilder
- public void setThreadSafe(boolean threadSafe)
threadSafe
- Copyright © 2020. All rights reserved.