Class FromJavasource

java.lang.Object
org.apache.camel.maven.FromJavasource

public class FromJavasource extends Object
Java source API generator properties.
  • Field Details

    • excludePackages

      protected String excludePackages
    • excludeClasses

      protected String excludeClasses
    • includeMethods

      protected String includeMethods
    • excludeMethods

      protected String excludeMethods
    • includeStaticMethods

      protected Boolean includeStaticMethods
  • Constructor Details

    • FromJavasource

      public FromJavasource()
  • Method Details

    • 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)