| java.lang.Object |
| ↳ |
org.ops4j.pax.exam.spi.intern.CollectFromBase |
Class Overview
Collects files from a given base.
Summary
| Public Methods |
|
void
|
collect(Map<String, URL> map)
Puts resources into given map.
|
|
[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, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
org.ops4j.pax.exam.spi.ContentCollector
|
abstract
void
|
collect(Map<String, URL> map)
Puts resources into given map.
|
|
Public Constructors
public
CollectFromBase
(File base)
Public Methods
public
void
collect
(Map<String, URL> map)
Puts resources into given map.