org.mule.module.launcher.coreextension
Class ClasspathMuleCoreExtensionDiscoverer

java.lang.Object
  extended by org.mule.module.launcher.coreextension.ClasspathMuleCoreExtensionDiscoverer
All Implemented Interfaces:
MuleCoreExtensionDiscoverer

public class ClasspathMuleCoreExtensionDiscoverer
extends Object
implements MuleCoreExtensionDiscoverer

Discovers MuleCoreExtension classes that are defined in the classpath using core-extensions.properties files.


Field Summary
static String CORE_EXTENSION_PROPERTIES
           
static String SERVICE_PATH
           
 
Constructor Summary
ClasspathMuleCoreExtensionDiscoverer()
           
 
Method Summary
 List<MuleCoreExtension> discover()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVICE_PATH

public static final String SERVICE_PATH
See Also:
Constant Field Values

CORE_EXTENSION_PROPERTIES

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

ClasspathMuleCoreExtensionDiscoverer

public ClasspathMuleCoreExtensionDiscoverer()
Method Detail

discover

public List<MuleCoreExtension> discover()
                                 throws DefaultMuleException
Specified by:
discover in interface MuleCoreExtensionDiscoverer
Throws:
DefaultMuleException


Copyright © 2003-2013 MuleSoft, Inc.. All Rights Reserved.