Interface ClientVersion

All Known Implementing Classes:
ACARSError, ACARSLogEntry, ClientInfo, ConnectionEntry, DispatchConnectionEntry, FlightInfo

public interface ClientVersion
An interface for version/build/beta tuples.
Since:
4.1
Version:
7.5
Author:
Luke
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the beta version.
    int
    Returns the build number.
    Returns the client type.
    int
    Returns the version number.
    default boolean
    Returns whether this is a beta build.
  • Method Details

    • getVersion

      int getVersion()
      Returns the version number.
      Returns:
      the version
    • getClientBuild

      int getClientBuild()
      Returns the build number.
      Returns:
      the build
    • getBeta

      int getBeta()
      Returns the beta version.
      Returns:
      the beta, or zero if non-beta
    • getClientType

      ClientType getClientType()
      Returns the client type.
      Returns:
      the type
    • isBeta

      default boolean isBeta()
      Returns whether this is a beta build.
      Returns:
      TRUE if beta, otherwise FALSE