Skip navigation links

Oracle Outside In Java API Reference
8.5.4

F11002-01


com.oracle.outsidein
Class OutsideInVersion

java.lang.Object
  extended by com.oracle.outsidein.OutsideInVersion


public class OutsideInVersion
extends java.lang.Object

Describes the version information of the underlying native oilink executable.


Method Summary
 java.util.Date getBuildDateTime()
          Gets the build date and time of the oilink executable
 int getDotVersion()
          Gets the dot version number
 int getMajorVersion()
          Gets the major version number
 int getMinorVersion()
          Gets the minor version number
 java.lang.String getVersion()
          Gets the version information as a string.
 java.lang.String toString()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getVersion

public java.lang.String getVersion()
Gets the version information as a string. The string includes the major version, the minor version, and the dot version, separated by '.'

getMajorVersion

public int getMajorVersion()
Gets the major version number

getMinorVersion

public int getMinorVersion()
Gets the minor version number

getDotVersion

public int getDotVersion()
Gets the dot version number

getBuildDateTime

public java.util.Date getBuildDateTime()
Gets the build date and time of the oilink executable

Skip navigation links

Oracle Outside In Java API Reference
8.5.4

F11002-01


Copyright © 2010, 2018, Oracle and/or its affiliates. All rights reserved.