Interface AppConfig

All Superinterfaces:
SpincastConfig
All Known Implementing Classes:
AppConfigDefault

public interface AppConfig extends SpincastConfig
Application's custom configurations. Extends SpincastConfig so both the default and the custom configurations will be available through the AppConfig interface.
  • Method Details

    • getAppName

      String getAppName()
      A custom configuration : returns the application name.
    • getAppRootPackage

      String getAppRootPackage()
      The root package of your application. Logback will configure a custom level for it.