Package org.apache.camel.maven
Class Substitution
- java.lang.Object
-
- org.apache.camel.maven.Substitution
-
public class Substitution extends Object
Argument name substitution forFileApiMethodGeneratorMojo
.
-
-
Constructor Summary
Constructors Constructor Description Substitution()
Substitution(String method, String argName, String argType, String replacement, boolean replaceWithType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getArgName()
String
getArgType()
String
getMethod()
String
getReplacement()
boolean
isReplaceWithType()
void
setArgName(String argName)
void
setArgType(String argType)
void
setMethod(String method)
void
setReplacement(String replacement)
void
setReplaceWithType(boolean replaceWithType)
-
-
-
Field Detail
-
method
public String method
-
-
Method Detail
-
getMethod
public String getMethod()
-
setMethod
public void setMethod(String method)
-
getArgName
public String getArgName()
-
setArgName
public void setArgName(String argName)
-
getArgType
public String getArgType()
-
setArgType
public void setArgType(String argType)
-
getReplacement
public String getReplacement()
-
setReplacement
public void setReplacement(String replacement)
-
isReplaceWithType
public boolean isReplaceWithType()
-
setReplaceWithType
public void setReplaceWithType(boolean replaceWithType)
-
-