Package org.oddjob.jobs
Class BeanDiagnosticsJob
java.lang.Object
org.oddjob.jobs.BeanDiagnosticsJob
- All Implemented Interfaces:
Runnable,ArooaSessionAware
- Author:
- rob
Description
Dump out the types and properties of a bean or beans.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBean()Iterable<?> getBeans()getName()voidrun()voidsetArooaSession(ArooaSession session) Accept the current Arooa Session.voidvoidvoidvoidsetOutput(OutputStream output) toString()
-
Constructor Details
-
BeanDiagnosticsJob
public BeanDiagnosticsJob()
-
-
Method Details
-
setArooaSession
Description copied from interface:ArooaSessionAwareAccept the current Arooa Session.- Specified by:
setArooaSessionin interfaceArooaSessionAware- Parameters:
session- The Arooa Session. Never null.
-
run
public void run() -
getName
-
setName
-
getBean
-
setBean
-
getBeans
-
setBeans
-
getOutput
-
setOutput
-
toString
-