Interface CodeGenPaths


public interface CodeGenPaths
Applies only to the output paths that various creators will use (e.g., ActivatorCreator).
  • Field Details

  • Method Details

    • metaInfServicesPath

      Optional<String> metaInfServicesPath()
      Identifies where the meta-inf services should be written.
      Returns:
      where should meta-inf services be written
    • sourcePath

      Optional<String> sourcePath()
      Identifies where is the source directory resides.
      Returns:
      the source directory
    • generatedSourcesPath

      Optional<String> generatedSourcesPath()
      Identifies where the generated sources should be written.
      Returns:
      where should the generated sources be written
    • outputPath

      Optional<String> outputPath()
      Identifies where the classes directory resides.
      Returns:
      the classes directory
    • moduleInfoPath

      Optional<String> moduleInfoPath()
      Identifies where the module-info can be found.
      Returns:
      the module-info location