| java.lang.Object |
| ↳ |
org.ops4j.pax.exam.spi.intern.ClassSourceFolder |
Class Overview
Recursively tries to find the exact "target/classes" folder of a given clazz.
Pax Exam uses it to calculate
Summary
| Public Methods |
|
File
|
find(Class clazz)
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0)
|
|
final
void
|
wait(long arg0, int arg1)
|
|
Public Methods
public
File
find
(Class clazz)
Parameters
| clazz
| to find the root classes folder for. |
Returns
- A File instance being the exact folder on disk or null, if it hasn't been found under m_base. (see constructor)
Throws
| IOException
| if a problem ocures (method crawls folders on disk..)
|
Protected Methods
protected
File
findParentOfTail
(File folder, String tail)