Interface ITranslationStudioApplication


public interface ITranslationStudioApplication
Application interface
Author:
I-D Media AG
  • Method Details

    • isRunning

      boolean isRunning()
      Indicates that the application is running
      Returns:
    • getStartupXmlCore

      @Nullable @Nullable File getStartupXmlCore()
      Get the ./conf/startup-core.xml file
      Returns:
    • getStartupXmlCustom

      @Nullable @Nullable File getStartupXmlCustom()
      Get the file ./conf/startup-custom.xml
      Returns:
    • getMetricsPriceFile

      @Nullable @Nullable File getMetricsPriceFile()
      Get the metrics price file
      Returns:
    • getApiAccessKey

      @NotNull @NotNull String getApiAccessKey()
      Obtain the application api key
      Returns:
    • sendShutdownSignal

      void sendShutdownSignal()
      Shutdown application
    • getVersion

      @NotNull @NotNull String getVersion()
      Get the current translationstudio version
      Returns:
    • getLibrariesVersion

      @NotNull @NotNull String[] getLibrariesVersion()
      Get version information of libraries
      Returns:
    • getCustomLibrariesVersion

      @NotNull @NotNull String[] getCustomLibrariesVersion()
      Get version information of custom libraries
      Returns: