org.indy
Class BaseComponent

java.lang.Object
  |
  +--org.indy.BaseComponent
Direct Known Subclasses:
AbstractPeerThreadManager, AddressList, IndyComponent, Message

public abstract class BaseComponent
extends java.lang.Object

BaseComponent is the base class that is the ancestor for all Indy components. BaseComponent implements properties and methods that allow Indy components to access Version number information.

Version:
1.0
Author:
OTG

Constructor Summary
BaseComponent()
           
 
Method Summary
 java.lang.String getVersion()
          Gets the current version of Indy.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseComponent

public BaseComponent()
Method Detail

getVersion

public final java.lang.String getVersion()
Gets the current version of Indy. This is equivalent to IndyUtilities.getIndyVersion()
Returns:
The Indy version
See Also:
IndyUtilities.getIndyVersion()


Copyright © 2002-2002 IndyJ. All Rights Reserved.