org.mule.module.launcher.plugin
Class PluginDescriptorParser

java.lang.Object
  extended by org.mule.module.launcher.plugin.PluginDescriptorParser

public class PluginDescriptorParser
extends Object


Field Summary
protected static String PROPERTY_LOADER_OVERRIDE
           
 
Constructor Summary
PluginDescriptorParser(ApplicationDescriptor appDescriptor, File appDir)
           
 
Method Summary
 ApplicationDescriptor getAppDescriptor()
           
 File getAppDir()
           
 Set<PluginDescriptor> parse()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTY_LOADER_OVERRIDE

protected static final String PROPERTY_LOADER_OVERRIDE
See Also:
Constant Field Values
Constructor Detail

PluginDescriptorParser

public PluginDescriptorParser(ApplicationDescriptor appDescriptor,
                              File appDir)
Method Detail

parse

public Set<PluginDescriptor> parse()
                            throws IOException
Throws:
IOException

getAppDescriptor

public ApplicationDescriptor getAppDescriptor()

getAppDir

public File getAppDir()


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