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)
ClassPathReaderThis will typically return a URL[] or String[] of the entries in the class path.
readPath in interface ClassPathReaderCopyright © 2014. All Rights Reserved.