public class FromJavadoc extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
excludeClasses |
protected String |
excludeMethods |
protected String |
excludePackages |
protected String |
includeMethods |
protected Boolean |
includeStaticMethods |
Constructor and Description |
---|
FromJavadoc() |
Modifier and Type | Method and 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) |
protected String excludePackages
protected String excludeClasses
protected String includeMethods
protected String excludeMethods
protected Boolean includeStaticMethods
public String getExcludePackages()
public void setExcludePackages(String excludePackages)
public String getExcludeClasses()
public void setExcludeClasses(String excludeClasses)
public String getIncludeMethods()
public void setIncludeMethods(String includeMethods)
public String getExcludeMethods()
public void setExcludeMethods(String excludeMethods)
public Boolean getIncludeStaticMethods()
public void setIncludeStaticMethods(Boolean includeStaticMethods)
Apache Camel