public class DefaultClassPathReader extends Object implements ClassPathReader
This class path is used to search for entity beans etc.
Constructor and Description |
---|
DefaultClassPathReader() |
Modifier and Type | Method and Description |
---|---|
Object[] |
readPath(ClassLoader classLoader)
Return the paths in the classpath to search for entity beans etc.
|
public Object[] readPath(ClassLoader classLoader)
ClassPathReader
This will typically return a URL[] or String[] of the entries in the class path.
readPath
in interface ClassPathReader
Copyright © 2015. All Rights Reserved.