de.uni_paderborn.fujaba.app
Class KernelInterfaceImpl

java.lang.Object
  extended byde.uni_paderborn.fujaba.app.KernelInterfaceImpl
All Implemented Interfaces:
de.upb.lib.plugins.KernelInterface

public class KernelInterfaceImpl
extends java.lang.Object
implements de.upb.lib.plugins.KernelInterface

Version:
$Revision: 1.5 $ $Date: 2005/03/08 09:49:32 $
Author:
sinan To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Method Summary
static KernelInterfaceImpl get()
          No comment provided by developer, please add a comment to improve documentation.
 int getBuildNumber()
          Get the buildNumber attribute of the KernelInterfaceImpl object
 int getMajorVersion()
          Get the majorVersion attribute of the KernelInterfaceImpl object
 de.upb.lib.plugins.PluginManager getManager()
          Get the manager attribute of the KernelInterfaceImpl object
 int getMinorVersion()
          Get the minorVersion attribute of the KernelInterfaceImpl object
 java.util.Vector getPluginServerURLs()
          Get the pluginServerURLs attribute of the KernelInterfaceImpl object
 int getRevisionNumber()
          Get the revisionNumber attribute of the KernelInterfaceImpl object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static KernelInterfaceImpl get()
No comment provided by developer, please add a comment to improve documentation.

Returns:
No description provided

getMajorVersion

public int getMajorVersion()
Get the majorVersion attribute of the KernelInterfaceImpl object

Specified by:
getMajorVersion in interface de.upb.lib.plugins.KernelInterface
Returns:
The majorVersion value

getMinorVersion

public int getMinorVersion()
Get the minorVersion attribute of the KernelInterfaceImpl object

Specified by:
getMinorVersion in interface de.upb.lib.plugins.KernelInterface
Returns:
The minorVersion value

getBuildNumber

public int getBuildNumber()
Get the buildNumber attribute of the KernelInterfaceImpl object

Specified by:
getBuildNumber in interface de.upb.lib.plugins.KernelInterface
Returns:
The buildNumber value

getRevisionNumber

public int getRevisionNumber()
Get the revisionNumber attribute of the KernelInterfaceImpl object

Specified by:
getRevisionNumber in interface de.upb.lib.plugins.KernelInterface
Returns:
The revisionNumber value

getPluginServerURLs

public java.util.Vector getPluginServerURLs()
Get the pluginServerURLs attribute of the KernelInterfaceImpl object

Specified by:
getPluginServerURLs in interface de.upb.lib.plugins.KernelInterface
Returns:
The pluginServerURLs value

getManager

public de.upb.lib.plugins.PluginManager getManager()
Get the manager attribute of the KernelInterfaceImpl object

Returns:
The manager value