B C D E F G H I M N P R S T V W X 

B

BuildDomainException - Exception in de.malkusch.whoisServerList.compiler.list.exception
Exception during domain construction.
BuildDomainException(String) - Constructor for exception de.malkusch.whoisServerList.compiler.list.exception.BuildDomainException
Constructs a new exception with the specified detail message.
BuildDomainException(Throwable) - Constructor for exception de.malkusch.whoisServerList.compiler.list.exception.BuildDomainException
Constructs a new exception with a cause.
buildList() - Method in interface de.malkusch.whoisServerList.compiler.list.DomainListFactory
Builds the domain list.
buildList() - Method in class de.malkusch.whoisServerList.compiler.list.iana.IanaDomainListFactory
 
buildList() - Method in class de.malkusch.whoisServerList.compiler.list.psl.PublicSuffixDomainListFactory
 
buildList() - Method in class de.malkusch.whoisServerList.compiler.list.xml.XMLDomainListFactory
 
BuildListException - Exception in de.malkusch.whoisServerList.compiler.list.exception
Exception during list building.
BuildListException(Throwable) - Constructor for exception de.malkusch.whoisServerList.compiler.list.exception.BuildListException
Constructs a new exception with a cause.
BuildListException(String) - Constructor for exception de.malkusch.whoisServerList.compiler.list.exception.BuildListException
Constructs a new exception with the specified detail message.

C

compare(Domain, Domain) - Method in class de.malkusch.whoisServerList.compiler.helper.comparator.DomainComparator
 
compare(WhoisServer, WhoisServer) - Method in class de.malkusch.whoisServerList.compiler.helper.comparator.WhoisServerComparator
 
compile() - Method in class de.malkusch.whoisServerList.compiler.DomainListCompiler
Compiles and returns the merged list from all list sources.
complete(T) - Method in class de.malkusch.whoisServerList.compiler.list.listObjectBuilder.DomainBuilder
 
complete(WhoisServer) - Method in class de.malkusch.whoisServerList.compiler.list.listObjectBuilder.WhoisServerBuilder
 
completeDomain(T) - Method in class de.malkusch.whoisServerList.compiler.list.listObjectBuilder.DomainBuilder
Completes a builded domain object.
completeDomain(TopLevelDomain) - Method in class de.malkusch.whoisServerList.compiler.list.listObjectBuilder.TopLevelDomainBuilder
 
completeTopLevelDomain(TopLevelDomain) - Method in class de.malkusch.whoisServerList.compiler.list.listObjectBuilder.TopLevelDomainBuilder
Completes a created domain.
ConcurrencyService - Class in de.malkusch.whoisServerList.compiler.helper
Concurrency service.
ConcurrencyService() - Constructor for class de.malkusch.whoisServerList.compiler.helper.ConcurrencyService
Initializes the concurrency service with the default configuration.
ConcurrencyService(Properties) - Constructor for class de.malkusch.whoisServerList.compiler.helper.ConcurrencyService
Initializes the concurrency service with a configuration.
convert(S) - Method in interface de.malkusch.whoisServerList.compiler.helper.converter.Converter
Converts a type into another type without throwing an exception.
convert(T) - Method in class de.malkusch.whoisServerList.compiler.helper.converter.DocumentToStringIteratorConvertor
 
convert(Domain) - Method in class de.malkusch.whoisServerList.compiler.helper.converter.DomainToNameConverter
 
convert(HttpEntity) - Method in class de.malkusch.whoisServerList.compiler.helper.converter.EntityToDocumentConverter
 
convert(InputStream) - Method in class de.malkusch.whoisServerList.compiler.helper.converter.InputStreamToBufferedReaderConverter
 
convert(InputStream) - Method in class de.malkusch.whoisServerList.compiler.helper.converter.InputStreamToDocumentConverter
 
convert(Node) - Method in class de.malkusch.whoisServerList.compiler.helper.converter.NodeToValueConverter
 
convert(WhoisServer) - Method in class de.malkusch.whoisServerList.compiler.helper.converter.WhoisServerToHostConverter
 
Converter<S,T> - Interface in de.malkusch.whoisServerList.compiler.helper.converter
Converter without throwing an exception.

D

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.

E

EntityToDocumentConverter - Class in de.malkusch.whoisServerList.compiler.helper.converter
HttpEntity to Document Converter.
EntityToDocumentConverter(String) - Constructor for class de.malkusch.whoisServerList.compiler.helper.converter.EntityToDocumentConverter
Sets the default character encoding.
execute() - Method in class de.malkusch.whoisServerList.mojo.schema.HelpMojo
execute() - Method in class de.malkusch.whoisServerList.mojo.schema.SchemaMojo
 
execute() - Method in class de.malkusch.whoisServerList.mojo.XMLMojo
 

F

filter(DomainList) - Method in class de.malkusch.whoisServerList.compiler.filter.DomainListFilter
 

G

getDefaultProperties() - Static method in class de.malkusch.whoisServerList.compiler.DomainListCompiler
Returns the default properties for the compiler.
getExecutor() - Method in class de.malkusch.whoisServerList.compiler.helper.ConcurrencyService
Returns the executor.
getName() - Method in class de.malkusch.whoisServerList.compiler.list.listObjectBuilder.DomainBuilder
Returns the domain name for the builded objects.
getObjectType() - Method in class de.malkusch.whoisServerList.compiler.list.listObjectBuilder.DomainBuilder
 
getObjectType() - Method in class de.malkusch.whoisServerList.compiler.list.listObjectBuilder.WhoisServerBuilder
 
getService() - Static method in class de.malkusch.whoisServerList.compiler.helper.ConcurrencyService
Returns the service provider.
getSource() - Method in interface de.malkusch.whoisServerList.compiler.list.DomainListFactory
Returns the source of this factory.
getSource() - Method in class de.malkusch.whoisServerList.compiler.list.iana.IanaDomainListFactory
 
getSource() - Method in class de.malkusch.whoisServerList.compiler.list.psl.PublicSuffixDomainListFactory
 
getSource() - Method in class de.malkusch.whoisServerList.compiler.list.xml.XMLDomainListFactory
 

H

hasNext() - Method in class de.malkusch.whoisServerList.compiler.helper.iterator.NodeListIterator
 
HelpMojo - Class in de.malkusch.whoisServerList.mojo.schema
Display help information on whois-server-list-maven-plugin.
HelpMojo() - Constructor for class de.malkusch.whoisServerList.mojo.schema.HelpMojo
 

I

IanaDomainListFactory - Class in de.malkusch.whoisServerList.compiler.list.iana
Domain list factory.
IanaDomainListFactory(Properties) - Constructor for class de.malkusch.whoisServerList.compiler.list.iana.IanaDomainListFactory
Initialize with a configuration.
incrementVersion(String) - Static method in class de.malkusch.whoisServerList.compiler.helper.VersionUtil
Increments the patch part of a version.
InputStreamToBufferedReaderConverter - Class in de.malkusch.whoisServerList.compiler.helper.converter
InputStream to BufferedReader Converter.
InputStreamToBufferedReaderConverter(Charset) - Constructor for class de.malkusch.whoisServerList.compiler.helper.converter.InputStreamToBufferedReaderConverter
Sets the character encoding.
InputStreamToDocumentConverter - Class in de.malkusch.whoisServerList.compiler.helper.converter
InputStream to Document Converter.
InputStreamToDocumentConverter(String) - Constructor for class de.malkusch.whoisServerList.compiler.helper.converter.InputStreamToDocumentConverter
Sets the character encoding.
isCountryCode(String) - Static method in class de.malkusch.whoisServerList.compiler.helper.DomainUtil
Whether a code is a country code.
iterator() - Method in class de.malkusch.whoisServerList.compiler.helper.iterator.NodeListIterable
 

M

merge(DomainList, DomainList) - Method in class de.malkusch.whoisServerList.compiler.merger.DomainListMerger
 

N

next() - Method in class de.malkusch.whoisServerList.compiler.helper.iterator.NodeListIterator
 
NodeListIterable<N extends Node,T> - Class in de.malkusch.whoisServerList.compiler.helper.iterator
Converted Iterable for a NodeList.
NodeListIterable(NodeList, Converter<N, T>) - Constructor for class de.malkusch.whoisServerList.compiler.helper.iterator.NodeListIterable
Sets the node list and the node converter.
NodeListIterator<N extends Node,T> - Class in de.malkusch.whoisServerList.compiler.helper.iterator
Convertable Node list iterator.
NodeListIterator(NodeList, Converter<N, T>) - Constructor for class de.malkusch.whoisServerList.compiler.helper.iterator.NodeListIterator
Initializes the iterator with a node list and a node converter.
NodeToValueConverter - Class in de.malkusch.whoisServerList.compiler.helper.converter
Converts a Node to its value.
NodeToValueConverter() - Constructor for class de.malkusch.whoisServerList.compiler.helper.converter.NodeToValueConverter
 
normalize(String) - Static method in class de.malkusch.whoisServerList.compiler.helper.DomainUtil
Return the canonical domain name.

P

PROPERTY_LEVEL - Static variable in class de.malkusch.whoisServerList.compiler.helper.ConcurrencyService
The property key for the concurrency level.
PROPERTY_LIST_CHARSET - Static variable in class de.malkusch.whoisServerList.compiler.list.iana.IanaDomainListFactory
The property key for the character encoding of IANA's TLD list.
PROPERTY_LIST_TLD_XPATH - Static variable in class de.malkusch.whoisServerList.compiler.list.iana.IanaDomainListFactory
The property key for the xpath expression to find all TLDs from IANA's list.
PROPERTY_LIST_URI - Static variable in class de.malkusch.whoisServerList.compiler.list.iana.IanaDomainListFactory
The property key for the URI to IANA's TLD list.
PROPERTY_WHOIS_CHARSET - Static variable in class de.malkusch.whoisServerList.compiler.list.iana.IanaDomainListFactory
The property key for IANA's whois server.
PROPERTY_WHOIS_HOST - Static variable in class de.malkusch.whoisServerList.compiler.list.iana.IanaDomainListFactory
The property key for IANA's whois server.
PROPERTY_WHOIS_TIMEOUT_SECONDS - Static variable in class de.malkusch.whoisServerList.compiler.list.iana.IanaDomainListFactory
The property key for IANA's whois server timeout.
PublicSuffixDomainListFactory - Class in de.malkusch.whoisServerList.compiler.list.psl
This factory builds the domain list from the Public Domain Suffix List.
PublicSuffixDomainListFactory(PublicSuffixList) - Constructor for class de.malkusch.whoisServerList.compiler.list.psl.PublicSuffixDomainListFactory
Initializes with a public suffix list.
PublicSuffixDomainListFactory() - Constructor for class de.malkusch.whoisServerList.compiler.list.psl.PublicSuffixDomainListFactory
Initializes with the bundled suffix list.

R

remove() - Method in class de.malkusch.whoisServerList.compiler.helper.iterator.NodeListIterator
 

S

SchemaMojo - Class in de.malkusch.whoisServerList.mojo.schema
Schema Mojo.
SchemaMojo() - Constructor for class de.malkusch.whoisServerList.mojo.schema.SchemaMojo
 
setHost(String) - Method in class de.malkusch.whoisServerList.compiler.list.listObjectBuilder.WhoisServerBuilder
Sets the host name for builded objects.
setName(String) - Method in class de.malkusch.whoisServerList.compiler.list.listObjectBuilder.DomainBuilder
Sets the domain name.

T

TopLevelDomainBuilder - Class in de.malkusch.whoisServerList.compiler.list.listObjectBuilder
Factory for TopLevelDomain.
TopLevelDomainBuilder(Source) - Constructor for class de.malkusch.whoisServerList.compiler.list.listObjectBuilder.TopLevelDomainBuilder
Sets the source for this factory.

V

VersionUtil - Class in de.malkusch.whoisServerList.compiler.helper
Version utility class.

W

WhoisServerBuilder - Class in de.malkusch.whoisServerList.compiler.list.listObjectBuilder
Builder for WhoisServer.
WhoisServerBuilder(Source) - Constructor for class de.malkusch.whoisServerList.compiler.list.listObjectBuilder.WhoisServerBuilder
Sets the source for this factory.
WhoisServerComparator - Class in de.malkusch.whoisServerList.compiler.helper.comparator
Compares WhoisServer by its host name.
WhoisServerComparator() - Constructor for class de.malkusch.whoisServerList.compiler.helper.comparator.WhoisServerComparator
 
WhoisServerListException - Exception in de.malkusch.whoisServerList.compiler.exception
Exception.
WhoisServerListException(String) - Constructor for exception de.malkusch.whoisServerList.compiler.exception.WhoisServerListException
Constructs a new exception with the specified detail message.
WhoisServerListException(Throwable) - Constructor for exception de.malkusch.whoisServerList.compiler.exception.WhoisServerListException
Constructs a new exception with a cause.
WhoisServerToHostConverter - Class in de.malkusch.whoisServerList.compiler.helper.converter
Converts a whois server to its host name.
WhoisServerToHostConverter() - Constructor for class de.malkusch.whoisServerList.compiler.helper.converter.WhoisServerToHostConverter
 

X

XMLDomainListFactory - Class in de.malkusch.whoisServerList.compiler.list.xml
Builds the domain list from the existing whois server list.
XMLDomainListFactory() - Constructor for class de.malkusch.whoisServerList.compiler.list.xml.XMLDomainListFactory
 
XMLMojo - Class in de.malkusch.whoisServerList.mojo
Domain List Compiler Mojo.
XMLMojo() - Constructor for class de.malkusch.whoisServerList.mojo.XMLMojo
 
B C D E F G H I M N P R S T V W X 

Copyright © 2014. All Rights Reserved.