org.mule.utils
Interface BasePackageResolver

All Known Implementing Classes:
DefaultServletBasePackageResolver, TomcatBasePackageResolver

public interface BasePackageResolver

Implementations of this interface are used to figure out the base path for classes that will be scanned for annotations.


Method Summary
 String getPackage(org.springframework.core.io.Resource resource)
           
 

Method Detail

getPackage

String getPackage(org.springframework.core.io.Resource resource)


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.