A B C D E G H I J L M N P R S T U V 
All Classes All Packages

A

add(T) - Method in class ch.weetech.cache.DoublyLinkedList
 
addAll(Collection<T>) - Method in class ch.weetech.cache.DoublyLinkedList
 
alternative - ch.weetech.alert.Email.Type
 
asyncGet(String, int) - Static method in class ch.weetech.http.UrlFetchApp
 

B

build() - Method in class ch.weetech.alert.EmailAddress.Builder
 
build() - Method in class ch.weetech.alert.EmailAttachment.Builder
 
build() - Method in class ch.weetech.alert.EmailBody.Builder
 
build() - Method in class ch.weetech.alert.SMTP.Builder
 
Builder(File) - Constructor for class ch.weetech.alert.EmailAttachment.Builder
 
Builder(String) - Constructor for class ch.weetech.alert.EmailAddress.Builder
 
Builder(String) - Constructor for class ch.weetech.alert.EmailAttachment.Builder
 
Builder(String, int) - Constructor for class ch.weetech.alert.SMTP.Builder
 
Builder(String, String) - Constructor for class ch.weetech.alert.EmailBody.Builder
 
buildFormDataFromMap(Map<Object, Object>) - Static method in class ch.weetech.network.HttpUtil
 

C

Cache<K,​V> - Interface in ch.weetech.cache
 
CacheApp - Class in ch.weetech.cache
 
CacheApp() - Constructor for class ch.weetech.cache.CacheApp
 
CacheElement<K,​V> - Class in ch.weetech.cache
 
CacheElement(K, V) - Constructor for class ch.weetech.cache.CacheElement
 
ch.weetech.alert - package ch.weetech.alert
 
ch.weetech.cache - package ch.weetech.cache
 
ch.weetech.database - package ch.weetech.database
 
ch.weetech.http - package ch.weetech.http
 
ch.weetech.network - package ch.weetech.network
 
ch.weetech.properties - package ch.weetech.properties
 
ch.weetech.string - package ch.weetech.string
 
clear() - Method in interface ch.weetech.cache.Cache
 
clear() - Method in class ch.weetech.cache.DoublyLinkedList
 
clear() - Method in class ch.weetech.cache.LRUCache
 
CLIENT_CONNECT_TIMEOUT - Static variable in class ch.weetech.network.HttpResponseCode
 
CLIENT_INTERRUPTED_EXCEPTION - Static variable in class ch.weetech.network.HttpResponseCode
 
CLIENT_IO_ERROR - Static variable in class ch.weetech.network.HttpResponseCode
 
CLIENT_READ_TIMEOUT - Static variable in class ch.weetech.network.HttpResponseCode
 
close() - Method in class ch.weetech.database.DatabaseManager
 
ConfigApp - Class in ch.weetech.properties
 
ConfigApp() - Constructor for class ch.weetech.properties.ConfigApp
 
contains(T) - Method in class ch.weetech.cache.DoublyLinkedList
 
contentTransferEncoding(String) - Method in class ch.weetech.alert.EmailAttachment.Builder
 
contentType(String) - Method in class ch.weetech.alert.EmailAttachment.Builder
 

D

DatabaseManager - Class in ch.weetech.database
 
DatabaseManager(String, String, String) - Constructor for class ch.weetech.database.DatabaseManager
 
DatabaseStatementManager - Class in ch.weetech.database
 
DatabaseStatementManager() - Constructor for class ch.weetech.database.DatabaseStatementManager
 
detach() - Method in class ch.weetech.cache.DummyNode
 
detach() - Method in interface ch.weetech.cache.LinkedListNode
 
detach() - Method in class ch.weetech.cache.Node
 
DoublyLinkedList<T> - Class in ch.weetech.cache
 
DoublyLinkedList() - Constructor for class ch.weetech.cache.DoublyLinkedList
 
DummyNode<T> - Class in ch.weetech.cache
 
DummyNode(DoublyLinkedList<T>) - Constructor for class ch.weetech.cache.DummyNode
 

E

Email - Class in ch.weetech.alert
 
Email() - Constructor for class ch.weetech.alert.Email
 
Email.Type - Enum in ch.weetech.alert
 
EmailAddress - Class in ch.weetech.alert
 
EmailAddress.Builder - Class in ch.weetech.alert
 
EmailApp - Class in ch.weetech.alert
https://developers.google.com/apps-script/reference/mail https://www.tutorialspoint.com/java/java_sending_email.htm https://mkyong.com/java/java-how-to-send-email/ https://www.javatpoint.com/example-of-sending-email-using-java-mail-api
EmailApp() - Constructor for class ch.weetech.alert.EmailApp
 
EmailAttachment - Class in ch.weetech.alert
 
EmailAttachment.Builder - Class in ch.weetech.alert
 
EmailBody - Class in ch.weetech.alert
 
EmailBody.Builder - Class in ch.weetech.alert
 
execute(String) - Method in class ch.weetech.database.DatabaseManager
 

G

get(String) - Method in class ch.weetech.network.HttpClientApp
 
get(String, String, int, int) - Method in class ch.weetech.network.HttpClientApp
 
get(String, HttpClient, Map<String, String>) - Static method in class ch.weetech.http.UrlFetchApp
 
get(K) - Method in interface ch.weetech.cache.Cache
 
get(K) - Method in class ch.weetech.cache.LRUCache
 
getAddress() - Method in class ch.weetech.alert.EmailAddress
 
getAll(List<String>, ExecutorService) - Static method in class ch.weetech.http.UrlFetchApp
 
getConnection(String, String, String) - Static method in class ch.weetech.database.Jdbc
 
getContent() - Method in class ch.weetech.alert.EmailAttachment
 
getContent() - Method in class ch.weetech.alert.EmailBody
 
getContent() - Method in class ch.weetech.network.HttpResponse
 
getContentTransferEncoding() - Method in class ch.weetech.alert.EmailAttachment
 
getContentType() - Method in class ch.weetech.alert.EmailAttachment
 
getContentType() - Method in class ch.weetech.alert.EmailBody
 
getElement() - Method in class ch.weetech.cache.DummyNode
 
getElement() - Method in interface ch.weetech.cache.LinkedListNode
 
getElement() - Method in class ch.weetech.cache.Node
 
getError() - Method in class ch.weetech.network.HttpResponse
 
getFile() - Method in class ch.weetech.alert.EmailAttachment
 
getHashMapList(String, Map<String, Object>, DataSource) - Static method in class ch.weetech.database.DatabaseStatementManager
 
getKey() - Method in class ch.weetech.cache.CacheElement
 
getListReference() - Method in class ch.weetech.cache.DummyNode
 
getListReference() - Method in interface ch.weetech.cache.LinkedListNode
 
getListReference() - Method in class ch.weetech.cache.Node
 
getLRUCache(int) - Static method in class ch.weetech.cache.CacheApp
 
getMapList(ResultSet) - Static method in class ch.weetech.database.RStoListMap
 
getName() - Method in class ch.weetech.alert.EmailAddress
 
getName() - Method in class ch.weetech.alert.EmailAttachment
 
getNext() - Method in class ch.weetech.cache.DummyNode
 
getNext() - Method in interface ch.weetech.cache.LinkedListNode
 
getNext() - Method in class ch.weetech.cache.Node
 
getPrev() - Method in class ch.weetech.cache.DummyNode
 
getPrev() - Method in interface ch.weetech.cache.LinkedListNode
 
getPrev() - Method in class ch.weetech.cache.Node
 
getResponse(String) - Static method in class ch.weetech.http.UrlFetchApp
 
getResponse(String, Map<String, String>) - Static method in class ch.weetech.http.UrlFetchApp
 
getResultsList() - Method in class ch.weetech.database.Result
 
getSmtpHost() - Method in class ch.weetech.alert.SMTP
 
getSmtpPassword() - Method in class ch.weetech.alert.SMTP
 
getSmtpPort() - Method in class ch.weetech.alert.SMTP
 
getSmtpUsername() - Method in class ch.weetech.alert.SMTP
 
getStatusCode() - Method in class ch.weetech.network.HttpResponse
 
getValue() - Method in class ch.weetech.cache.CacheElement
 

H

hasElement() - Method in class ch.weetech.cache.DummyNode
 
hasElement() - Method in interface ch.weetech.cache.LinkedListNode
 
hasElement() - Method in class ch.weetech.cache.Node
 
Hex - Class in ch.weetech.string
 
Hex() - Constructor for class ch.weetech.string.Hex
 
HttpClientApp - Class in ch.weetech.network
 
HttpClientApp(int) - Constructor for class ch.weetech.network.HttpClientApp
 
HttpClientApp(HttpClient) - Constructor for class ch.weetech.network.HttpClientApp
 
HttpResponse - Class in ch.weetech.network
 
HttpResponse() - Constructor for class ch.weetech.network.HttpResponse
 
HttpResponseCode - Class in ch.weetech.network
 
HttpResponseCode() - Constructor for class ch.weetech.network.HttpResponseCode
 
HttpUtil - Class in ch.weetech.network
 
HttpUtil() - Constructor for class ch.weetech.network.HttpUtil
 

I

init() - Method in class ch.weetech.database.DatabaseManager
 
IP - Class in ch.weetech.network
 
IP() - Constructor for class ch.weetech.network.IP
 
isEmpty() - Method in interface ch.weetech.cache.Cache
 
isEmpty() - Method in class ch.weetech.cache.DoublyLinkedList
 
isEmpty() - Method in class ch.weetech.cache.DummyNode
 
isEmpty() - Method in interface ch.weetech.cache.LinkedListNode
 
isEmpty() - Method in class ch.weetech.cache.LRUCache
 
isEmpty() - Method in class ch.weetech.cache.Node
 
isIpInSubnet(String, String, int) - Static method in class ch.weetech.network.IP
https://stackoverflow.com/a/54514071/775849 Check if IP is within an Subnet defined by Network Address and Network Mask
isIpInSubnet(String, String, String) - Static method in class ch.weetech.network.IP
https://stackoverflow.com/a/54514071/775849 Check if IP is within an Subnet defined by Network Address and Network Mask
isIPv4(String) - Static method in class ch.weetech.network.IP
 
isIPv6(String) - Static method in class ch.weetech.network.IP
 
isSmtpAuth() - Method in class ch.weetech.alert.SMTP
 
isSmtpStartTlsEnable() - Method in class ch.weetech.alert.SMTP
 
isSuccess() - Method in class ch.weetech.database.Result
 
isValidEmail(String) - Static method in class ch.weetech.alert.Email
 

J

Jdbc - Class in ch.weetech.database
 
Jdbc() - Constructor for class ch.weetech.database.Jdbc
 

L

Library - Class in <Unnamed>
 
Library() - Constructor for class Library
 
LinkedListNode<V> - Interface in ch.weetech.cache
 
LRUCache<K,​V> - Class in ch.weetech.cache
 
LRUCache(int) - Constructor for class ch.weetech.cache.LRUCache
 

M

MAIL_SMTP_AUTH - Static variable in class ch.weetech.alert.SMTP
 
MAIL_SMTP_HOST - Static variable in class ch.weetech.alert.SMTP
 
MAIL_SMTP_PASSWORD - Static variable in class ch.weetech.alert.SMTP
 
MAIL_SMTP_PORT - Static variable in class ch.weetech.alert.SMTP
 
MAIL_SMTP_STARTTLS_ENABLE - Static variable in class ch.weetech.alert.SMTP
 
MAIL_SMTP_USERNAME - Static variable in class ch.weetech.alert.SMTP
 
mixed - ch.weetech.alert.Email.Type
 
moveToFront(LinkedListNode<T>) - Method in class ch.weetech.cache.DoublyLinkedList
 

N

name(String) - Method in class ch.weetech.alert.EmailAddress.Builder
 
name(String) - Method in class ch.weetech.alert.EmailAttachment.Builder
 
Node<T> - Class in ch.weetech.cache
 
Node(T, LinkedListNode<T>, DoublyLinkedList<T>) - Constructor for class ch.weetech.cache.Node
 

P

post(String, Map<Object, Object>) - Method in class ch.weetech.network.HttpClientApp
 
post(String, Map<Object, Object>, String) - Static method in class ch.weetech.http.UrlFetchApp
 
post(String, Map<Object, Object>, Map<String, String>, String, int, int) - Method in class ch.weetech.network.HttpClientApp
 
put(K, V) - Method in interface ch.weetech.cache.Cache
 
put(K, V) - Method in class ch.weetech.cache.LRUCache
 

R

read(String) - Static method in class ch.weetech.properties.ConfigApp
 
related - ch.weetech.alert.Email.Type
 
remove(T) - Method in class ch.weetech.cache.DoublyLinkedList
 
removeTail() - Method in class ch.weetech.cache.DoublyLinkedList
 
Result - Class in ch.weetech.database
 
Result() - Constructor for class ch.weetech.database.Result
 
RStoListMap - Class in ch.weetech.database
 
RStoListMap() - Constructor for class ch.weetech.database.RStoListMap
 

S

save(String, Properties) - Static method in class ch.weetech.properties.ConfigApp
 
search(T) - Method in class ch.weetech.cache.DoublyLinkedList
 
search(T) - Method in class ch.weetech.cache.DummyNode
 
search(T) - Method in class ch.weetech.cache.Node
 
search(V) - Method in interface ch.weetech.cache.LinkedListNode
 
sendHtml(EmailAddress, List<EmailAddress>, List<EmailAddress>, List<EmailAddress>, String, EmailBody, List<EmailAttachment>, SMTP, boolean) - Static method in class ch.weetech.alert.EmailApp
 
sendText(EmailAddress, List<EmailAddress>, List<EmailAddress>, List<EmailAddress>, String, EmailBody, List<EmailAttachment>, SMTP, boolean) - Static method in class ch.weetech.alert.EmailApp
 
sendTextAndHtml(EmailAddress, List<EmailAddress>, List<EmailAddress>, List<EmailAddress>, String, EmailBody, EmailBody, List<EmailAttachment>, SMTP, boolean) - Static method in class ch.weetech.alert.EmailApp
 
setContent(String) - Method in class ch.weetech.network.HttpResponse
 
setError(String) - Method in class ch.weetech.network.HttpResponse
 
setKey(K) - Method in class ch.weetech.cache.CacheElement
 
setNext(LinkedListNode<T>) - Method in class ch.weetech.cache.DummyNode
 
setNext(LinkedListNode<T>) - Method in class ch.weetech.cache.Node
 
setNext(LinkedListNode<V>) - Method in interface ch.weetech.cache.LinkedListNode
 
setPrev(LinkedListNode<T>) - Method in class ch.weetech.cache.DummyNode
 
setPrev(LinkedListNode<T>) - Method in class ch.weetech.cache.Node
 
setPrev(LinkedListNode<V>) - Method in interface ch.weetech.cache.LinkedListNode
 
setResultsList(List<Map<String, String>>) - Method in class ch.weetech.database.Result
 
setStatement(Map<String, Object>, PreparedStatement) - Static method in class ch.weetech.database.StatementUtil
 
setStatusCode(int) - Method in class ch.weetech.network.HttpResponse
 
setSuccess(boolean) - Method in class ch.weetech.database.Result
 
setValue(V) - Method in class ch.weetech.cache.CacheElement
 
shutdown() - Method in class ch.weetech.database.DatabaseManager
 
size() - Method in interface ch.weetech.cache.Cache
 
size() - Method in class ch.weetech.cache.DoublyLinkedList
 
size() - Method in class ch.weetech.cache.LRUCache
 
SMTP - Class in ch.weetech.alert
 
SMTP.Builder - Class in ch.weetech.alert
 
smtpAuth(boolean) - Method in class ch.weetech.alert.SMTP.Builder
 
smtpPassword(String) - Method in class ch.weetech.alert.SMTP.Builder
 
smtpStartTlsEnable(boolean) - Method in class ch.weetech.alert.SMTP.Builder
 
smtpUsername(String) - Method in class ch.weetech.alert.SMTP.Builder
 
someLibraryMethod() - Method in class Library
 
StatementUtil - Class in ch.weetech.database
 
StatementUtil() - Constructor for class ch.weetech.database.StatementUtil
 

T

toByteArray(String) - Static method in class ch.weetech.string.Hex
 
toHexString(byte[]) - Static method in class ch.weetech.string.Hex
 
toMapList(ResultSet) - Static method in class ch.weetech.database.RStoListMap
 

U

updateAndMoveToFront(LinkedListNode<T>, T) - Method in class ch.weetech.cache.DoublyLinkedList
 
UrlFetchApp - Class in ch.weetech.http
 
UrlFetchApp() - Constructor for class ch.weetech.http.UrlFetchApp
 

V

valueOf(String) - Static method in enum ch.weetech.alert.Email.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum ch.weetech.alert.Email.Type
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E G H I J L M N P R S T U V 
All Classes All Packages