Package org.apache.camel.maven
Class FromJavasource
- java.lang.Object
-
- org.apache.camel.maven.FromJavasource
-
public class FromJavasource extends Object
Java source API generator properties.
-
-
Field Summary
Fields Modifier and Type Field Description protected String
excludeClasses
protected String
excludeMethods
protected String
excludePackages
protected String
includeMethods
protected Boolean
includeStaticMethods
-
Constructor Summary
Constructors Constructor Description FromJavasource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getExcludeClasses()
String
getExcludeMethods()
String
getExcludePackages()
String
getIncludeMethods()
Boolean
getIncludeStaticMethods()
void
setExcludeClasses(String excludeClasses)
void
setExcludeMethods(String excludeMethods)
void
setExcludePackages(String excludePackages)
void
setIncludeMethods(String includeMethods)
void
setIncludeStaticMethods(Boolean includeStaticMethods)
-
-
-
Method Detail
-
getExcludePackages
public String getExcludePackages()
-
setExcludePackages
public void setExcludePackages(String excludePackages)
-
getExcludeClasses
public String getExcludeClasses()
-
setExcludeClasses
public void setExcludeClasses(String excludeClasses)
-
getIncludeMethods
public String getIncludeMethods()
-
setIncludeMethods
public void setIncludeMethods(String includeMethods)
-
getExcludeMethods
public String getExcludeMethods()
-
setExcludeMethods
public void setExcludeMethods(String excludeMethods)
-
getIncludeStaticMethods
public Boolean getIncludeStaticMethods()
-
setIncludeStaticMethods
public void setIncludeStaticMethods(Boolean includeStaticMethods)
-
-