Interface FrontendModule

All Superinterfaces:
ProjectModule
All Known Implementing Classes:
FrontendModuleImpl

public interface FrontendModule extends ProjectModule
Author:
Abdulin Ildar
  • Method Details

    • getSrcPath

      Path getSrcPath()
    • getDevBuildDir

      Path getDevBuildDir()
      Returns:
      output dir for dev mode
    • getDevScriptsBuildDir

      Path getDevScriptsBuildDir()
      Returns:
      output dir for dev mode script compilation results
    • getProdBuildDir

      Path getProdBuildDir()
      Returns:
      output dir for prod mode
    • getProdScriptsBuildDir

      Path getProdScriptsBuildDir()
      Returns:
      output dir for prod mode script compilation results
    • getTsSource

      Path getTsSource()
      Returns:
      Typescript source dir
    • getResources

      Path getResources()
      Returns:
      static resources dir
    • getTypescriptCompilePath

      Path getTypescriptCompilePath()
    • getTypescriptMetadataPath

      Path getTypescriptMetadataPath()
      Returns:
      typescript scripts metadata file path
    • getPackageJsonPath

      Path getPackageJsonPath()