public interface

ShoebillVersion

net.gtaun.shoebill.ShoebillVersion

Class Overview

Shoebill version information interface.

Summary

Public Methods
abstract String getBuildDate()
Get the build date of the runtime library.
abstract int getBuildNumber()
Get the build number of the runtime library.
abstract String getName()
Get the name of the runtime library.
abstract String getSupportedVersion()
Get the supported SA-MP version of the runtime library.
abstract String getVersion()
Get the version information of the runtime library.

Public Methods

public abstract String getBuildDate ()

Get the build date of the runtime library.

Returns
  • Build date.

public abstract int getBuildNumber ()

Get the build number of the runtime library.

Returns
  • Build number.

public abstract String getName ()

Get the name of the runtime library.

Returns
  • Name.

public abstract String getSupportedVersion ()

Get the supported SA-MP version of the runtime library.

Returns
  • Supported SA-MP version.

public abstract String getVersion ()

Get the version information of the runtime library.

Returns
  • Version information.