Skip navigation links
A C D F G I L M O S T U V 

A

AbstractAppender<E> - Class in org.zalando.testmailserver.logbackext
 
AbstractAppender() - Constructor for class org.zalando.testmailserver.logbackext.AbstractAppender
 
accept(String, String) - Method in class org.zalando.testmailserver.LoggingMessageListener
Always accept everything
addError(String) - Method in class org.zalando.testmailserver.logbackext.AbstractAppender
 
addError(String, Throwable) - Method in class org.zalando.testmailserver.logbackext.AbstractAppender
 
addFilter(Filter<E>) - Method in class org.zalando.testmailserver.logbackext.AbstractAppender
 
addInfo(String) - Method in class org.zalando.testmailserver.logbackext.AbstractAppender
 
addInfo(String, Throwable) - Method in class org.zalando.testmailserver.logbackext.AbstractAppender
 
addStatus(Status) - Method in class org.zalando.testmailserver.logbackext.AbstractAppender
 
addWarn(String) - Method in class org.zalando.testmailserver.logbackext.AbstractAppender
 
addWarn(String, Throwable) - Method in class org.zalando.testmailserver.logbackext.AbstractAppender
 
append(E) - Method in class org.zalando.testmailserver.logbackext.AbstractAppender
 
append(E) - Method in class org.zalando.testmailserver.logbackext.OneFilePerEventAppender
 

C

clearAllFilters() - Method in class org.zalando.testmailserver.logbackext.AbstractAppender
 
close() - Method in class org.zalando.testmailserver.TestMailServer
 
countDirectChildren(Path) - Static method in class org.zalando.testmailserver.util.Utils
 
createdSince(FileTime) - Static method in class org.zalando.testmailserver.util.FileFilters
 

D

deliver(String, String, InputStream) - Method in class org.zalando.testmailserver.LoggingMessageListener
 
doAppend(E) - Method in class org.zalando.testmailserver.logbackext.AbstractAppender
 

F

FileFilters - Class in org.zalando.testmailserver.util
 
FileFilters() - Constructor for class org.zalando.testmailserver.util.FileFilters
 
format(String, Object...) - Static method in class org.zalando.testmailserver.util.FormattingUtils
 
FormattingUtils - Class in org.zalando.testmailserver.util
Format a message using the same pattern as used for SLF4J log messages.

G

get() - Method in class org.zalando.testmailserver.util.LazyVar
 
getContext() - Method in class org.zalando.testmailserver.logbackext.AbstractAppender
 
getCopyOfAttachedFiltersList() - Method in class org.zalando.testmailserver.logbackext.AbstractAppender
 
getData() - Method in class org.zalando.testmailserver.TestMessage
Get's the raw message DATA.
getDeclaredOrigin() - Method in class org.zalando.testmailserver.logbackext.AbstractAppender
 
getDefaultHostName() - Static method in class org.zalando.testmailserver.util.Utils
 
getEnvelopeReceiver() - Method in class org.zalando.testmailserver.TestMessage
Get's the RCPT TO:
getEnvelopeSender() - Method in class org.zalando.testmailserver.TestMessage
Get's the MAIL FROM:
getFilterChainDecision(E) - Method in class org.zalando.testmailserver.logbackext.AbstractAppender
 
getFolder() - Method in class org.zalando.testmailserver.logbackext.OneFilePerEventAppender
 
getLayout() - Method in class org.zalando.testmailserver.logbackext.OneFilePerEventAppender
 
getName() - Method in class org.zalando.testmailserver.logbackext.AbstractAppender
 
getOptional() - Method in class org.zalando.testmailserver.util.LazyVar
 
getStatusManager() - Method in class org.zalando.testmailserver.logbackext.AbstractAppender
 

I

isStarted() - Method in class org.zalando.testmailserver.logbackext.AbstractAppender
 

L

LazyVar<T> - Class in org.zalando.testmailserver.util
A variable/reference that can be set once to a non-null value.
LazyVar(String) - Constructor for class org.zalando.testmailserver.util.LazyVar
 
LoggingMessageListener - Class in org.zalando.testmailserver
This listener accepts all messages and logs them.
LoggingMessageListener() - Constructor for class org.zalando.testmailserver.LoggingMessageListener
 

M

main(String[]) - Static method in class org.zalando.testmailserver.TestMailServer
 
MSG_LOG_NAME - Static variable in class org.zalando.testmailserver.LoggingMessageListener
 

O

OneFilePerEventAppender<E> - Class in org.zalando.testmailserver.logbackext
Creates a new file with a timestamp file name for each log message.
OneFilePerEventAppender() - Constructor for class org.zalando.testmailserver.logbackext.OneFilePerEventAppender
 
org.zalando.testmailserver - package org.zalando.testmailserver
The MIT License Copyright (c) 2015 Zalando SE Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
org.zalando.testmailserver.logbackext - package org.zalando.testmailserver.logbackext
Logback extensions
org.zalando.testmailserver.util - package org.zalando.testmailserver.util
Utilities not related to the Testmailserver functionality

S

set(T) - Method in class org.zalando.testmailserver.util.LazyVar
 
setContext(Context) - Method in class org.zalando.testmailserver.logbackext.AbstractAppender
 
setFolder(String) - Method in class org.zalando.testmailserver.logbackext.OneFilePerEventAppender
 
setLayout(Layout<E>) - Method in class org.zalando.testmailserver.logbackext.OneFilePerEventAppender
 
setName(String) - Method in class org.zalando.testmailserver.logbackext.AbstractAppender
 
start() - Method in class org.zalando.testmailserver.logbackext.AbstractAppender
 
start() - Method in class org.zalando.testmailserver.TestMailServer
 
stop() - Method in class org.zalando.testmailserver.logbackext.AbstractAppender
 

T

TestMailServer - Class in org.zalando.testmailserver
 
TestMailServer(int) - Constructor for class org.zalando.testmailserver.TestMailServer
 
TestMailServer.Message - Enum in org.zalando.testmailserver
 
TestMessage - Class in org.zalando.testmailserver
 
toString() - Method in class org.zalando.testmailserver.logbackext.AbstractAppender
 
toString() - Method in class org.zalando.testmailserver.TestMessage
 
toString() - Method in class org.zalando.testmailserver.util.LazyVar
 

U

Utils - Class in org.zalando.testmailserver.util
 
Utils() - Constructor for class org.zalando.testmailserver.util.Utils
 

V

valueOf(String) - Static method in enum org.zalando.testmailserver.TestMailServer.Message
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.zalando.testmailserver.TestMailServer.Message
Returns an array containing the constants of this enum type, in the order they are declared.
A C D F G I L M O S T U V 
Skip navigation links

Copyright © 2015 Zalando SE. All rights reserved.