org.apache.sling.jcr.resource.internal.helper
Class MapEntries

java.lang.Object
  extended by org.apache.sling.jcr.resource.internal.helper.MapEntries
All Implemented Interfaces:
javax.jcr.observation.EventListener

public class MapEntries
extends Object
implements javax.jcr.observation.EventListener


Field Summary
static String DEFAULT_MAP_ROOT
           
static MapEntries EMPTY
           
 
Constructor Summary
MapEntries(JcrResourceResolverFactoryImpl factory, SlingRepository repository)
           
 
Method Summary
 void dispose()
           
 Collection<MapEntry> getMapMaps()
           
 List<MapEntry> getResolveMaps()
           
 javax.jcr.Session getSession()
           
 void onEvent(javax.jcr.observation.EventIterator events)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY

public static MapEntries EMPTY

DEFAULT_MAP_ROOT

public static final String DEFAULT_MAP_ROOT
See Also:
Constant Field Values
Constructor Detail

MapEntries

public MapEntries(JcrResourceResolverFactoryImpl factory,
                  SlingRepository repository)
           throws javax.jcr.RepositoryException
Throws:
javax.jcr.RepositoryException
Method Detail

dispose

public void dispose()

getResolveMaps

public List<MapEntry> getResolveMaps()

getMapMaps

public Collection<MapEntry> getMapMaps()

getSession

public javax.jcr.Session getSession()

onEvent

public void onEvent(javax.jcr.observation.EventIterator events)
Specified by:
onEvent in interface javax.jcr.observation.EventListener


Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.