Package de.gematik.prepare.pooling
Class Pooler
- java.lang.Object
-
- de.gematik.prepare.pooling.Pooler
-
public class Pooler extends Object
-
-
Constructor Summary
Constructors Constructor Description Pooler()Pooler(PrepareItemsConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CombineItem>pool()voidsetConfig(PrepareItemsConfig config)
-
-
-
Constructor Detail
-
Pooler
public Pooler(PrepareItemsConfig config)
-
Pooler
public Pooler()
-
-
Method Detail
-
pool
public List<CombineItem> pool() throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
-
setConfig
public void setConfig(PrepareItemsConfig config)
-
-