Interface ITranslationStudioApplication
public interface ITranslationStudioApplication
Application interface
- Author:
- I-D Media AG
-
Method Summary
Modifier and TypeMethodDescription@NotNull StringObtain the application api key@NotNull String[]Get version information of custom libraries@NotNull String[]Get version information of libraries@Nullable FileGet the metrics price file@Nullable FileGet the ./conf/startup-core.xml file@Nullable FileGet the file ./conf/startup-custom.xml@NotNull StringGet the current translationstudio versionbooleanIndicates that the application is runningvoidShutdown application
-
Method Details
-
isRunning
boolean isRunning()Indicates that the application is running- Returns:
-
getStartupXmlCore
Get the ./conf/startup-core.xml file- Returns:
-
getStartupXmlCustom
Get the file ./conf/startup-custom.xml- Returns:
-
getMetricsPriceFile
Get the metrics price file- Returns:
-
getApiAccessKey
Obtain the application api key- Returns:
-
sendShutdownSignal
void sendShutdownSignal()Shutdown application -
getVersion
Get the current translationstudio version- Returns:
-
getLibrariesVersion
Get version information of libraries- Returns:
-
getCustomLibrariesVersion
Get version information of custom libraries- Returns:
-