Skip navigation links
A B C D E G H I L M O P R S T U V W X 

A

append(Object, Object) - Method in class org.apache.commons.lang3.builder.PatternAwareEqualsBuilder
Test if two Objects are equal using their equals method.
append(long, long) - Method in class org.apache.commons.lang3.builder.PatternAwareEqualsBuilder
Test if two long s are equal.
append(int, int) - Method in class org.apache.commons.lang3.builder.PatternAwareEqualsBuilder
Test if two ints are equal.
append(short, short) - Method in class org.apache.commons.lang3.builder.PatternAwareEqualsBuilder
Test if two shorts are equal.
append(char, char) - Method in class org.apache.commons.lang3.builder.PatternAwareEqualsBuilder
Test if two chars are equal.
append(byte, byte) - Method in class org.apache.commons.lang3.builder.PatternAwareEqualsBuilder
Test if two bytes are equal.
append(double, double) - Method in class org.apache.commons.lang3.builder.PatternAwareEqualsBuilder
Test if two doubles are equal by testing that the pattern of bits returned by doubleToLong are equal.
append(float, float) - Method in class org.apache.commons.lang3.builder.PatternAwareEqualsBuilder
Test if two floats are equal byt testing that the pattern of bits returned by doubleToLong are equal.
append(boolean, boolean) - Method in class org.apache.commons.lang3.builder.PatternAwareEqualsBuilder
Test if two booleanss are equal.
append(Object[], Object[]) - Method in class org.apache.commons.lang3.builder.PatternAwareEqualsBuilder
Performs a deep comparison of two Object arrays.
append(long[], long[]) - Method in class org.apache.commons.lang3.builder.PatternAwareEqualsBuilder
Deep comparison of array of long.
append(int[], int[]) - Method in class org.apache.commons.lang3.builder.PatternAwareEqualsBuilder
Deep comparison of array of int.
append(short[], short[]) - Method in class org.apache.commons.lang3.builder.PatternAwareEqualsBuilder
Deep comparison of array of short.
append(char[], char[]) - Method in class org.apache.commons.lang3.builder.PatternAwareEqualsBuilder
Deep comparison of array of char.
append(byte[], byte[]) - Method in class org.apache.commons.lang3.builder.PatternAwareEqualsBuilder
Deep comparison of array of byte.
append(double[], double[]) - Method in class org.apache.commons.lang3.builder.PatternAwareEqualsBuilder
Deep comparison of array of double.
append(float[], float[]) - Method in class org.apache.commons.lang3.builder.PatternAwareEqualsBuilder
Deep comparison of array of float.
append(boolean[], boolean[]) - Method in class org.apache.commons.lang3.builder.PatternAwareEqualsBuilder
Deep comparison of array of boolean.
appendSuper(boolean) - Method in class org.apache.commons.lang3.builder.PatternAwareEqualsBuilder
Adds the result of super.equals() to this builder.

B

build(URL) - Method in class de.malkusch.whoisServerList.api.v1.DomainListFactory
Builds a new server list from an URL.
build() - Method in class de.malkusch.whoisServerList.api.v1.DomainListFactory
Builds a new server list from the locally bundled server list.
build() - Method in class org.apache.commons.lang3.builder.PatternAwareEqualsBuilder
Returns true if the fields that have been checked are all equal.

C

clone() - Method in class de.malkusch.whoisServerList.api.v1.model.DomainList
 
clone() - Method in class de.malkusch.whoisServerList.api.v1.model.ListObject
 

D

de.malkusch.whoisServerList.api.v1 - package de.malkusch.whoisServerList.api.v1
Whois server API.
de.malkusch.whoisServerList.api.v1.adapter - package de.malkusch.whoisServerList.api.v1.adapter
XmlAdapters.
de.malkusch.whoisServerList.api.v1.model - package de.malkusch.whoisServerList.api.v1.model
Domain model classes.
de.malkusch.whoisServerList.api.v1.model.domain - package de.malkusch.whoisServerList.api.v1.model.domain
Domain classes.
DEFAULT_PORT - Static variable in class de.malkusch.whoisServerList.api.v1.model.WhoisServer
The whois default port.
Domain - Class in de.malkusch.whoisServerList.api.v1.model.domain
Domain.
Domain() - Constructor for class de.malkusch.whoisServerList.api.v1.model.domain.Domain
 
Domain.State - Enum in de.malkusch.whoisServerList.api.v1.model.domain
Domain state.
DomainList - Class in de.malkusch.whoisServerList.api.v1.model
List of all top level domains.
DomainList() - Constructor for class de.malkusch.whoisServerList.api.v1.model.DomainList
 
DomainListFactory - Class in de.malkusch.whoisServerList.api.v1
Factory for the Whois Server List.
DomainListFactory() - Constructor for class de.malkusch.whoisServerList.api.v1.DomainListFactory
 
download() - Method in class de.malkusch.whoisServerList.api.v1.DomainListFactory
Builds a new server list from default remote location.

E

equals(Object) - Method in class de.malkusch.whoisServerList.api.v1.model.DomainList
 
equals(Object) - Method in class de.malkusch.whoisServerList.api.v1.model.ListObject
 

G

getAvailablePattern() - Method in class de.malkusch.whoisServerList.api.v1.model.WhoisServer
Returns the pattern for checking the server response for an available domain.
getChanged() - Method in class de.malkusch.whoisServerList.api.v1.model.domain.Domain
Returns the changed date.
getCountryCode() - Method in class de.malkusch.whoisServerList.api.v1.model.domain.TopLevelDomain
Returns the ISO 3166-1 tld country code.
getCreated() - Method in class de.malkusch.whoisServerList.api.v1.model.domain.Domain
Returns the created date.
getDate() - Method in class de.malkusch.whoisServerList.api.v1.model.DomainList
Return the date of this list.
getDescription() - Method in class de.malkusch.whoisServerList.api.v1.model.DomainList
Return the description.
getDomains() - Method in class de.malkusch.whoisServerList.api.v1.model.domain.TopLevelDomain
Returns the sub domains.
getDomains() - Method in class de.malkusch.whoisServerList.api.v1.model.DomainList
Returns the top level domains.
getErrorPatterns() - Method in class de.malkusch.whoisServerList.api.v1.model.WhoisServer
Returns the pattern for checking the server response for an error response.
getHost() - Method in class de.malkusch.whoisServerList.api.v1.model.WhoisServer
Returns the whois server.
getName() - Method in class de.malkusch.whoisServerList.api.v1.model.domain.Domain
Returns the domain name.
getQueryFormat() - Method in class de.malkusch.whoisServerList.api.v1.model.WhoisServer
Returns the optional query format in a C printf style.
getRegistrationService() - Method in class de.malkusch.whoisServerList.api.v1.model.domain.TopLevelDomain
Returns the URL of the registration service.
getRegistratonService() - Method in class de.malkusch.whoisServerList.api.v1.model.domain.TopLevelDomain
getSource() - Method in class de.malkusch.whoisServerList.api.v1.model.ListObject
Returns the source of this object.
getState() - Method in class de.malkusch.whoisServerList.api.v1.model.domain.TopLevelDomain
Gets the domain state.
getVersion() - Method in class de.malkusch.whoisServerList.api.v1.model.DomainList
Return the version.
getWhoisServers() - Method in class de.malkusch.whoisServerList.api.v1.model.domain.Domain
Returns the whois servers.

H

hashCode() - Method in class de.malkusch.whoisServerList.api.v1.model.domain.TopLevelDomain
 
hashCode() - Method in class de.malkusch.whoisServerList.api.v1.model.DomainList
 
hashCode() - Method in class de.malkusch.whoisServerList.api.v1.model.ListObject
 

I

isEquals() - Method in class org.apache.commons.lang3.builder.PatternAwareEqualsBuilder
Returns true if the fields that have been checked are all equal.

L

ListObject<T extends ListObject<T>> - Class in de.malkusch.whoisServerList.api.v1.model
An object of the list.
ListObject() - Constructor for class de.malkusch.whoisServerList.api.v1.model.ListObject
 

M

marshal(Pattern) - Method in class de.malkusch.whoisServerList.api.v1.adapter.XmlCaseInsensitivePatternAdapter
 

O

org.apache.commons.lang3.builder - package org.apache.commons.lang3.builder
 

P

PatternAwareEqualsBuilder - Class in org.apache.commons.lang3.builder
Assists in implementing Object.equals(Object) methods.
PatternAwareEqualsBuilder() - Constructor for class org.apache.commons.lang3.builder.PatternAwareEqualsBuilder
Constructor for EqualsBuilder.
PROPERTY_FILE - Static variable in class de.malkusch.whoisServerList.api.v1.DomainListFactory
The configuration property for the bundled server list file.
PROPERTY_URL - Static variable in class de.malkusch.whoisServerList.api.v1.DomainListFactory
The configuration property for the server list url.
PROPERTYFILE - Static variable in class de.malkusch.whoisServerList.api.v1.DomainListFactory
The bundled default configuration.

R

reflectionEquals(Object, Object, Collection<String>) - Static method in class org.apache.commons.lang3.builder.PatternAwareEqualsBuilder
This method uses reflection to determine if the two Objects are equal.
reflectionEquals(Object, Object, String...) - Static method in class org.apache.commons.lang3.builder.PatternAwareEqualsBuilder
This method uses reflection to determine if the two Objects are equal.
reflectionEquals(Object, Object, boolean) - Static method in class org.apache.commons.lang3.builder.PatternAwareEqualsBuilder
This method uses reflection to determine if the two Objects are equal.
reflectionEquals(Object, Object, boolean, Class<?>, String...) - Static method in class org.apache.commons.lang3.builder.PatternAwareEqualsBuilder
This method uses reflection to determine if the two Objects are equal.
reset() - Method in class org.apache.commons.lang3.builder.PatternAwareEqualsBuilder
Reset the EqualsBuilder so you can use the same object again

S

setAvailablePattern(Pattern) - Method in class de.malkusch.whoisServerList.api.v1.model.WhoisServer
Sets the pattern for checking the server response for an available domain.
setChanged(Date) - Method in class de.malkusch.whoisServerList.api.v1.model.domain.Domain
Sets the changed date.
setCountryCode(String) - Method in class de.malkusch.whoisServerList.api.v1.model.domain.TopLevelDomain
Sets the ISO 3166-1 country code.
setCreated(Date) - Method in class de.malkusch.whoisServerList.api.v1.model.domain.Domain
Sets the created date.
setDate(Date) - Method in class de.malkusch.whoisServerList.api.v1.model.DomainList
Set the date of this list.
setDescription(String) - Method in class de.malkusch.whoisServerList.api.v1.model.DomainList
Set the description.
setDomains(List<Domain>) - Method in class de.malkusch.whoisServerList.api.v1.model.domain.TopLevelDomain
Sets the sub domains.
setDomains(List<TopLevelDomain>) - Method in class de.malkusch.whoisServerList.api.v1.model.DomainList
Set the top level domains.
setEquals(boolean) - Method in class org.apache.commons.lang3.builder.PatternAwareEqualsBuilder
Sets the isEquals value.
setErrorPatterns(List<Pattern>) - Method in class de.malkusch.whoisServerList.api.v1.model.WhoisServer
Sets the error pattern for checking the server response for an error response.
setHost(String) - Method in class de.malkusch.whoisServerList.api.v1.model.WhoisServer
Sets the whois server.
setName(String) - Method in class de.malkusch.whoisServerList.api.v1.model.domain.Domain
Sets the domain name.
setQueryFormat(String) - Method in class de.malkusch.whoisServerList.api.v1.model.WhoisServer
Sets the optional query format.
setRegistrationService(URL) - Method in class de.malkusch.whoisServerList.api.v1.model.domain.TopLevelDomain
Sets the URL of the registration service.
setRegistratonService(URL) - Method in class de.malkusch.whoisServerList.api.v1.model.domain.TopLevelDomain
setSource(Source) - Method in class de.malkusch.whoisServerList.api.v1.model.ListObject
Sets the source of this object.
setState(Domain.State) - Method in class de.malkusch.whoisServerList.api.v1.model.domain.TopLevelDomain
Sets the domain state.
setVersion(String) - Method in class de.malkusch.whoisServerList.api.v1.model.DomainList
Set the version.
setWhoisServers(List<WhoisServer>) - Method in class de.malkusch.whoisServerList.api.v1.model.domain.Domain
Sets the whois servers.
Source - Enum in de.malkusch.whoisServerList.api.v1.model
Source of an object.

T

TopLevelDomain - Class in de.malkusch.whoisServerList.api.v1.model.domain
Top level domain.
TopLevelDomain() - Constructor for class de.malkusch.whoisServerList.api.v1.model.domain.TopLevelDomain
 
toString() - Method in class de.malkusch.whoisServerList.api.v1.model.domain.Domain
 
toString() - Method in class de.malkusch.whoisServerList.api.v1.model.WhoisServer
 

U

unmarshal(String) - Method in class de.malkusch.whoisServerList.api.v1.adapter.XmlCaseInsensitivePatternAdapter
 

V

valueOf(String) - Static method in enum de.malkusch.whoisServerList.api.v1.model.domain.Domain.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.malkusch.whoisServerList.api.v1.model.Source
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.malkusch.whoisServerList.api.v1.model.domain.Domain.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.malkusch.whoisServerList.api.v1.model.Source
Returns an array containing the constants of this enum type, in the order they are declared.

W

WhoisServer - Class in de.malkusch.whoisServerList.api.v1.model
Whois server.
WhoisServer() - Constructor for class de.malkusch.whoisServerList.api.v1.model.WhoisServer
 

X

XmlCaseInsensitivePatternAdapter - Class in de.malkusch.whoisServerList.api.v1.adapter
Case insensitive Pattern adapter.
XmlCaseInsensitivePatternAdapter() - Constructor for class de.malkusch.whoisServerList.api.v1.adapter.XmlCaseInsensitivePatternAdapter
 
A B C D E G H I L M O P R S T U V W X 
Skip navigation links

Copyright © 2016. All rights reserved.