org.jwarp.service.work
Interface ILibrary


public interface ILibrary

A library is a collection of tools that are summerized in a library. There is some additional information provided with the library but there is no need to pack all tools in libraries.


Method Summary
 java.lang.String getAuthor()
          Returns the library's author(s)
 java.lang.String getDescription()
          Returns the library's description
 java.lang.String getName()
          Returns the library's name.
 java.lang.Class[] getToolFactories()
          Returns the library's tools classes
 java.lang.String getVersion()
          Returns the library's version string
 

Method Detail

getName

public java.lang.String getName()
Returns the library's name.
Returns:
The name

getDescription

public java.lang.String getDescription()
Returns the library's description
Returns:
The description

getAuthor

public java.lang.String getAuthor()
Returns the library's author(s)
Returns:
The author(s)

getVersion

public java.lang.String getVersion()
Returns the library's version string
Returns:
The version string

getToolFactories

public java.lang.Class[] getToolFactories()
Returns the library's tools classes
Returns:
The classes' array

©   O R C A   S y s t e m s