public class

CollectFromItems

extends Object
implements ContentCollector
java.lang.Object
   ↳ org.ops4j.pax.exam.spi.intern.CollectFromItems

Summary

Public Constructors
CollectFromItems(List<Class<?>> items)
Public Methods
void collect(Map<String, URL> map)
Puts resources into given map.
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.ops4j.pax.exam.spi.ContentCollector

Public Constructors

public CollectFromItems (List<Class<?>> items)

Public Methods

public void collect (Map<String, URL> map)

Puts resources into given map.

Parameters
map to be filled.
Throws
IOException