Class AppLayout

java.lang.Object
nz.org.riskscape.engine.cli.AppLayout

public class AppLayout extends Object

Basic representation of the application as we expect it to be installed.

I hope we can pass something like this in to the application bootstrapping process and then use that bootstrapper in the normal Main method as well as our various test base classes, so that we have one way to bootstrap an engine

  • Constructor Details

    • AppLayout

      public AppLayout(Path root)
  • Method Details

    • getI18nDir

      public Path getI18nDir()
    • getLibDir

      public Path getLibDir()
    • getPluginsDir

      public Path getPluginsDir()
    • getPluginsOptionalDir

      public Path getPluginsOptionalDir()
    • getRoot

      public Path getRoot()