Project Wonder 5.0

er.indexing
Class ERIndexing

java.lang.Object
  extended by er.extensions.ERXFrameworkPrincipal
      extended by er.indexing.ERIndexing

public class ERIndexing
extends ERXFrameworkPrincipal


Nested Class Summary
 
Nested classes/interfaces inherited from class er.extensions.ERXFrameworkPrincipal
ERXFrameworkPrincipal.Observer
 
Field Summary
static java.lang.Class[] REQUIRES
           
 
Fields inherited from class er.extensions.ERXFrameworkPrincipal
initializedFrameworks, launchingFrameworks
 
Constructor Summary
ERIndexing()
           
 
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 er.extensions.ERXFrameworkPrincipal
didFinishInitialization, initialize, setUpFrameworkPrincipalClass, sharedInstance, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

REQUIRES

public static final java.lang.Class[] REQUIRES
Constructor Detail

ERIndexing

public ERIndexing()
Method Detail

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 index
index - 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()

Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.