Classes | Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | Static Private Attributes
org.xbmc.android.jsonrpc.api.Version Class Reference

List of all members.

Classes

enum  Branch
enum  Type

Public Member Functions

Branch getBranch ()
Date getDate ()
String getHash ()
Type getType ()
String toString ()

Static Public Member Functions

static Version get ()

Private Member Functions

 Version (String hash, String date, Branch branch, Type type)

Private Attributes

final Branch branch
final Date date
final String hash
final Type type

Static Private Attributes

static Version VERSION

Detailed Description

A class containing version information about a specific XBMC build.

Author:
freezy <freezy@xbmc.org>

Definition at line 33 of file Version.java.


Constructor & Destructor Documentation

org.xbmc.android.jsonrpc.api.Version.Version ( String  hash,
String  date,
Branch  branch,
Type  type 
) [inline, private]

Version definition

Parameters:
hashRevision hash
dateDate in format 2012-11-10 09:33:15 +0100
branchXBMC branch name
typeXBMC build name

Definition at line 61 of file Version.java.


Member Function Documentation

Returns the version of XBMC against which the JSON-RPC library was built.

Returns:
XBMC version

Definition at line 46 of file Version.java.

Returns the branch of the XBMC build the library was built against.

Returns:
Branch name

Definition at line 93 of file Version.java.

Returns the date of the XBMC build the library was built against.

Returns:
Date XBMC build used to generate the library

Definition at line 85 of file Version.java.

Returns the git hash of the commit the library was built against.

Returns:
Git hash of the XBMC build used to generate the library

Definition at line 77 of file Version.java.

Definition at line 97 of file Version.java.

Definition at line 102 of file Version.java.


Member Data Documentation

Definition at line 37 of file Version.java.

Definition at line 36 of file Version.java.

Definition at line 35 of file Version.java.

Definition at line 38 of file Version.java.

Definition at line 40 of file Version.java.


The documentation for this class was generated from the following file:


smarthome_media_kodi_driver
Author(s): Mickael Gaillard , Erwan Le Huitouze
autogenerated on Thu Jun 6 2019 21:03:49