Class GeneratorContext

java.lang.Object
org.camunda.community.bpmndt.GeneratorContext

public class GeneratorContext extends Object
  • Constructor Details

    • GeneratorContext

      public GeneratorContext()
  • Method Details

    • getBasePath

      public Path getBasePath()
    • getMainResourcePath

      public Path getMainResourcePath()
    • getPackageName

      public String getPackageName()
      Gets the configured base package name or the default value.
      Returns:
      The base package name.
    • getTestSourcePath

      public Path getTestSourcePath()
    • setBasePath

      public void setBasePath(Path basePath)
    • setMainResourcePath

      public void setMainResourcePath(Path mainResourcePath)
    • setPackageName

      public void setPackageName(String packageName)
    • setTestSourcePath

      public void setTestSourcePath(Path testSourcePath)