org.ow2.util.scan.api
Interface IClassesLocator

All Known Implementing Classes:
ArchiveClassesLocator, ClassLoaderClassesLocator

public interface IClassesLocator

This class is used to localize class bytecode.

Author:
Gael Lalire

Method Summary
 java.net.URL getClassURL(java.lang.String className)
           
 

Method Detail

getClassURL

java.net.URL getClassURL(java.lang.String className)
                         throws ScanException
Parameters:
className - the class name you need URL
Returns:
null if class is not localizable else the url of the class
Throws:
ScanException - if an error occurs


Copyright © 2007-2009 OW2 Consortium. All Rights Reserved.