JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Spring XD
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.springframework.xd.test.fixtures
Interface Disposable
All Known Implementing Classes:
AbstractMailSource
,
AbstractMetricSink
,
AggregateCounterSink
,
CounterSink
,
DisposableFileSupport
,
DisposableMailSupport
,
FileSink
,
FileSource
,
FtpSink
,
FtpSource
,
JdbcSink
,
JdbcSource
,
MailSink
,
NonPollingImapSource
,
PollingMailSource
,
TailSource
,
TcpSink
public interface
Disposable
To be implemented by fixtures that need special cleanup when a test is done.
Author:
Eric Bottard
Method Summary
Methods
Modifier and Type
Method and Description
void
cleanup
()
Free up resources that this fixture may have created.
Method Detail
cleanup
void cleanup()
Free up resources that this fixture may have created.
Overview
Package
Class
Tree
Deprecated
Index
Help
Spring XD
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method