org.mule.module.launcher.application
Interface ApplicationClassLoader

All Known Implementing Classes:
CompositeApplicationClassLoader, MuleApplicationClassLoader

public interface ApplicationClassLoader

Identifies a classLoader created for a given Mule application


Method Summary
 URL findResource(String s)
           
 String getAppName()
           
 

Method Detail

getAppName

String getAppName()

findResource

URL findResource(String s)


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