org.hawk.module
Class LibraryModule

java.lang.Object
  extended by org.hawk.module.LibraryModule

public class LibraryModule
extends java.lang.Object

Placeholder for all the library modules that hawk supports.

See Also:
IModule, SystemModule, HttpModule, MathModule

Constructor Summary
LibraryModule()
           
 
Method Summary
static boolean isLibraryModule(java.lang.String moduleClassName)
          This checks if a module is a library
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LibraryModule

public LibraryModule()
Method Detail

isLibraryModule

public static boolean isLibraryModule(java.lang.String moduleClassName)
This checks if a module is a library

Parameters:
moduleClassName - input class name of the module
Returns:
true if the module is library otherwise false