LogMX:
The universal log file viewer
www.logmx.com

com.lightysoft.logmx.mgr
Class ManagerSpecVersion

java.lang.Object
  extended by com.lightysoft.logmx.mgr.ManagerSpecVersion

public class ManagerSpecVersion
extends Object

Defines LogMX Manager Specifications versions.

Each Specification version matches a set of services that a LogMX LogFileManager must provide (through implementation of abstract Java methods).

This Specification version helps LogMX to know if a Manager is too old to be used with the current LogMX version. For example, a Manager written for Specification v1.0 will be ignored if current version of LogMX requires a v1.1

Specification versions change log:

Version v1.1 (since LogMX v1.2.4)


Version v1.0 (from LogMX v1.2.2 to LogMX v1.2.3)



Since:
LogMX v1.2.2
Author:
LightySoft
See Also:
LogFileManager.getSpecificationVersion()

Field Summary
static ManagerSpecVersion V1_0
          Deprecated. Manager Specification v1.0 (supported from LogMX v1.2.2 to v1.2.3).
Managers must be compliant with V1_1 since LogMX v1.2.4
static ManagerSpecVersion V1_1
          Manager Specification v1.1 (supported since LogMX v1.2.4, see this class Javadoc for details)
 
Method Summary
 String getVersion()
          Returns the Specification version for this instance
 String toString()
          Returns getVersion()
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

V1_0

@Deprecated
public static final ManagerSpecVersion V1_0
Deprecated. Manager Specification v1.0 (supported from LogMX v1.2.2 to v1.2.3).
Managers must be compliant with V1_1 since LogMX v1.2.4

V1_1

public static final ManagerSpecVersion V1_1
Manager Specification v1.1 (supported since LogMX v1.2.4, see this class Javadoc for details)

Method Detail

toString

public String toString()
Returns getVersion()

Overrides:
toString in class Object
Returns:
Returns value of getVersion()
Since:
LogMX v1.2.2
See Also:
Object.toString()

getVersion

public String getVersion()
Returns the Specification version for this instance

Returns:
Specification version for this instance
Since:
LogMX v1.2.2

LogMX:
The universal log file viewer
www.logmx.com

Copyright © 2011 LightySoft. All rights reserved. [LogMX v3.0.2 (Nov. 16th, 2011)]