org.modeshape.repository
Class ModeShapeEngine.ConfigurationScanner

java.lang.Object
  extended by org.modeshape.repository.ModeShapeEngine.ConfigurationScanner
Enclosing class:
ModeShapeEngine

protected class ModeShapeEngine.ConfigurationScanner
extends Object

The component responsible for reading the configuration repository and (eventually) for propagating changes in the configuration repository into the services.


Constructor Summary
protected ModeShapeEngine.ConfigurationScanner(Problems problems, ExecutionContext context, ModeShapeConfiguration.ConfigurationDefinition configurationRepository)
           
 
Method Summary
 List<MimeTypeDetectorConfig> getMimeTypeDetectors()
           
 List<org.modeshape.repository.sequencer.SequencerConfig> getSequencingConfigurations()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModeShapeEngine.ConfigurationScanner

protected ModeShapeEngine.ConfigurationScanner(Problems problems,
                                               ExecutionContext context,
                                               ModeShapeConfiguration.ConfigurationDefinition configurationRepository)
Method Detail

getMimeTypeDetectors

public List<MimeTypeDetectorConfig> getMimeTypeDetectors()

getSequencingConfigurations

public List<org.modeshape.repository.sequencer.SequencerConfig> getSequencingConfigurations()


Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.