org.eclipse.smila.search.utils.search
Class SearchAccess
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
SearchAccess
public SearchAccess()
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