com.epam.admintool.builder.util
Class ClassLocator

java.lang.Object
  extended by com.epam.admintool.builder.util.ClassLocator

public class ClassLocator
extends Object


Constructor Summary
ClassLocator(ClassLoader classLoader, String... packageNames)
           
ClassLocator(String... packageNames)
           
 
Method Summary
 List<ClassLocation> getAllClassLocations()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassLocator

public ClassLocator(String... packageNames)
             throws ClassNotFoundException
Throws:
ClassNotFoundException

ClassLocator

public ClassLocator(ClassLoader classLoader,
                    String... packageNames)
             throws ClassNotFoundException
Throws:
ClassNotFoundException
Method Detail

getAllClassLocations

public List<ClassLocation> getAllClassLocations()
                                         throws ClassNotFoundException,
                                                IOException
Throws:
ClassNotFoundException
IOException


Copyright © 2000-2014 EPAM Systems. All Rights Reserved.