Interface ApplicationInfo


public interface ApplicationInfo
A ApplicationInfo provides the access to the application specific environment properties. Application properties are usually defined by the platform in which the application is running.
  • Method Summary

    Modifier and Type
    Method
    Description
    Provides the application ID.
    Provides the application name
    Provides the application URL.
  • Method Details

    • getName

      String getName()
      Provides the application name
      Returns:
      String the application name
    • getId

      String getId()
      Provides the application ID.
      Returns:
      String the application ID
    • getUrl

      String getUrl()
      Provides the application URL.
      Returns:
      the application URL