er.indexing
Class ERIndexing
java.lang.Object
er.extensions.ERXFrameworkPrincipal
er.indexing.ERIndexing
public class ERIndexing
- extends ERXFrameworkPrincipal
Field Summary |
static java.lang.Class[] |
REQUIRES
|
Method Summary |
protected void |
addIndex(java.lang.String key,
ERIndex index)
|
void |
clear()
|
void |
fileDidChange(com.webobjects.foundation.NSNotification n)
|
void |
finishInitialization()
Overridden by subclasses to provide framework initialization. |
static ERIndexing |
indexing()
|
void |
loadIndexDefinitions()
Searches all bundles for *.indexModel resources files and dserializes the index definitions and adds
the index definitions to the master dictionary of application indices |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
REQUIRES
public static final java.lang.Class[] REQUIRES
ERIndexing
public ERIndexing()
loadIndexDefinitions
public void loadIndexDefinitions()
- Searches all bundles for *.indexModel resources files and dserializes the index definitions and adds
the index definitions to the master dictionary of application indices
fileDidChange
public void fileDidChange(com.webobjects.foundation.NSNotification n)
throws java.net.MalformedURLException
- Throws:
java.net.MalformedURLException
addIndex
protected void addIndex(java.lang.String key,
ERIndex index)
- Parameters:
key
- the name of the indexindex
- the indexer instance having the name of the index and the index definition from the indexModel file
finishInitialization
public void finishInitialization()
- Description copied from class:
ERXFrameworkPrincipal
- Overridden by subclasses to provide framework initialization.
- Specified by:
finishInitialization
in class ERXFrameworkPrincipal
indexing
public static ERIndexing indexing()
clear
public void clear()
Copyright © 2002 – 2007 Project Wonder.