- de.malkusch.whoisServerList.compiler - package de.malkusch.whoisServerList.compiler
-
Compiler package.
- de.malkusch.whoisServerList.compiler.exception - package de.malkusch.whoisServerList.compiler.exception
-
Exception package.
- de.malkusch.whoisServerList.compiler.filter - package de.malkusch.whoisServerList.compiler.filter
-
Filter package.
- de.malkusch.whoisServerList.compiler.helper - package de.malkusch.whoisServerList.compiler.helper
-
Helper package.
- de.malkusch.whoisServerList.compiler.helper.comparator - package de.malkusch.whoisServerList.compiler.helper.comparator
-
Comparator package.
- de.malkusch.whoisServerList.compiler.helper.converter - package de.malkusch.whoisServerList.compiler.helper.converter
-
Converter package.
- de.malkusch.whoisServerList.compiler.helper.iterator - package de.malkusch.whoisServerList.compiler.helper.iterator
-
Converter package.
- de.malkusch.whoisServerList.compiler.list - package de.malkusch.whoisServerList.compiler.list
-
Factories for the different domain list sources.
- de.malkusch.whoisServerList.compiler.list.exception - package de.malkusch.whoisServerList.compiler.list.exception
-
Exception package.
- de.malkusch.whoisServerList.compiler.list.iana - package de.malkusch.whoisServerList.compiler.list.iana
-
Factory for IANA's top level domain list.
- de.malkusch.whoisServerList.compiler.list.listObjectBuilder - package de.malkusch.whoisServerList.compiler.list.listObjectBuilder
-
Factories for the different domain list sources.
- de.malkusch.whoisServerList.compiler.list.psl - package de.malkusch.whoisServerList.compiler.list.psl
-
Public Suffix List domain factory package.
- de.malkusch.whoisServerList.compiler.list.xml - package de.malkusch.whoisServerList.compiler.list.xml
-
XML list factory.
- de.malkusch.whoisServerList.compiler.merger - package de.malkusch.whoisServerList.compiler.merger
-
Merger for the objects in the whois server list.
- de.malkusch.whoisServerList.mojo - package de.malkusch.whoisServerList.mojo
-
Mojo package.
- de.malkusch.whoisServerList.mojo.schema - package de.malkusch.whoisServerList.mojo.schema
-
Schema package.
- DocumentConverter<T> - Interface in de.malkusch.whoisServerList.compiler.helper.converter
-
Converter to a Document.
- DocumentToStringIteratorConvertor<T> - Class in de.malkusch.whoisServerList.compiler.helper.converter
-
Converts a Document to a string iterator for a given xpath expression.
- DocumentToStringIteratorConvertor(String, DocumentConverter<T>) - Constructor for class de.malkusch.whoisServerList.compiler.helper.converter.DocumentToStringIteratorConvertor
-
Initializes with an xpath expression and a document converter.
- DomainBuilder<T extends de.malkusch.whoisServerList.api.v1.model.domain.Domain> - Class in de.malkusch.whoisServerList.compiler.list.listObjectBuilder
-
Builder for Domain objects.
- DomainBuilder(Source, Class<T>) - Constructor for class de.malkusch.whoisServerList.compiler.list.listObjectBuilder.DomainBuilder
-
Sets the object source.
- DomainComparator - Class in de.malkusch.whoisServerList.compiler.helper.comparator
-
Compares Domains by its name.
- DomainComparator() - Constructor for class de.malkusch.whoisServerList.compiler.helper.comparator.DomainComparator
-
- DomainListCompiler - Class in de.malkusch.whoisServerList.compiler
-
Compiles a list of top level domains and its whois server.
- DomainListCompiler() - Constructor for class de.malkusch.whoisServerList.compiler.DomainListCompiler
-
Constructs the compiler with the default properties.
- DomainListCompiler(Properties) - Constructor for class de.malkusch.whoisServerList.compiler.DomainListCompiler
-
Constructs the compiler.
- DomainListFactory - Interface in de.malkusch.whoisServerList.compiler.list
-
Domain list factory.
- DomainListFilter - Class in de.malkusch.whoisServerList.compiler.filter
-
Filter domains.
- DomainListFilter(int) - Constructor for class de.malkusch.whoisServerList.compiler.filter.DomainListFilter
-
Sets the whois filter timeout.
- DomainListFilter(Properties) - Constructor for class de.malkusch.whoisServerList.compiler.filter.DomainListFilter
-
Sets the whois filter timeout.
- DomainListMerger - Class in de.malkusch.whoisServerList.compiler.merger
-
Merges DomainList.
- DomainListMerger(Properties) - Constructor for class de.malkusch.whoisServerList.compiler.merger.DomainListMerger
-
Constructs the merger.
- DomainToNameConverter - Class in de.malkusch.whoisServerList.compiler.helper.converter
-
Converts a domain to its name.
- DomainToNameConverter() - Constructor for class de.malkusch.whoisServerList.compiler.helper.converter.DomainToNameConverter
-
- DomainUtil - Class in de.malkusch.whoisServerList.compiler.helper
-
Domain utility class.