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 StringexcludeClassesprotected StringexcludeMethodsprotected StringexcludePackagesprotected StringincludeMethodsprotected BooleanincludeStaticMethods
-
Constructor Summary
Constructors Constructor Description FromJavasource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExcludeClasses()StringgetExcludeMethods()StringgetExcludePackages()StringgetIncludeMethods()BooleangetIncludeStaticMethods()voidsetExcludeClasses(String excludeClasses)voidsetExcludeMethods(String excludeMethods)voidsetExcludePackages(String excludePackages)voidsetIncludeMethods(String includeMethods)voidsetIncludeStaticMethods(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)
-
-