@Immutable public final class DomainListCompiler extends Object
| Constructor and Description |
|---|
DomainListCompiler()
Constructs the compiler with the default properties.
|
DomainListCompiler(Properties properties)
Constructs the compiler.
|
| Modifier and Type | Method and Description |
|---|---|
de.malkusch.whoisServerList.api.v1.model.DomainList |
compile()
Compiles and returns the merged list from all list sources.
|
static Properties |
getDefaultProperties()
Returns the default properties for the compiler.
|
public DomainListCompiler()
getDefaultProperties()public DomainListCompiler(Properties properties)
properties - the compiler propertiespublic static Properties getDefaultProperties()
public de.malkusch.whoisServerList.api.v1.model.DomainList compile()
throws BuildListException,
InterruptedException
BuildListException - If building a list failedInterruptedException - If the thread was interruptedCopyright © 2014. All Rights Reserved.