SMILA (incubation) API documentation

org.eclipse.smila.search.utils.search
Class SearchAccess

java.lang.Object
  extended by org.eclipse.smila.search.utils.search.SearchAccess
Direct Known Subclasses:
SearchAccess

public abstract class SearchAccess
extends java.lang.Object

Author:
brox IT-Solutions GmbH To change this generated comment go to Window>Preferences>Java>Code Generation>Code and Comments

Field Summary
static java.lang.String EXTENSION_POINT_NAME_SEARCH_ACCESS
          Extension point name for Search Access.
 
Constructor Summary
SearchAccess()
           
 
Method Summary
abstract  java.lang.Class getCodecClass(IDFParameter parameter)
           
abstract  java.lang.Class getCodecClass(INFParameter parameter)
           
abstract  java.lang.Class getCodecClass(ITFParameter parameter)
           
abstract  java.lang.Class getCodecClass(java.lang.String className)
           
static SearchAccess getInstance()
           
static SearchAccess[] getTypes()
          Get all available IRM types.
static java.lang.String parseType(IConfigurationElement configurationElement, int ordinal)
          Parse configuration and return according IRMType.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXTENSION_POINT_NAME_SEARCH_ACCESS

public static final java.lang.String EXTENSION_POINT_NAME_SEARCH_ACCESS
Extension point name for Search Access.

See Also:
Constant Field Values
Constructor Detail

SearchAccess

public SearchAccess()
Method Detail

getInstance

public static SearchAccess getInstance()

getTypes

public static SearchAccess[] getTypes()
                               throws DSearchException
Get all available IRM types.

Returns:
IRM types.
Throws:
DSearchException

parseType

public static java.lang.String parseType(IConfigurationElement configurationElement,
                                         int ordinal)
Parse configuration and return according IRMType.

Parameters:
configurationElement - Configuration element.
ordinal - Ordinal.
Returns:
Type name.

getCodecClass

public abstract java.lang.Class getCodecClass(IDFParameter parameter)

getCodecClass

public abstract java.lang.Class getCodecClass(INFParameter parameter)

getCodecClass

public abstract java.lang.Class getCodecClass(ITFParameter parameter)

getCodecClass

public abstract java.lang.Class getCodecClass(java.lang.String className)
                                       throws java.lang.ClassNotFoundException
Throws:
java.lang.ClassNotFoundException

SMILA (incubation) API documentation