com.xebialabs.deployit.plugin.wls.step
Class WlstObjectInfoCollectingCallbackHandler

java.lang.Object
  extended by com.xebialabs.deployit.plugin.wls.step.WlstObjectInfoCollectingCallbackHandler
All Implemented Interfaces:
com.xebialabs.overthere.OverthereProcessOutputHandler

public class WlstObjectInfoCollectingCallbackHandler
extends java.lang.Object
implements com.xebialabs.overthere.OverthereProcessOutputHandler


Constructor Summary
WlstObjectInfoCollectingCallbackHandler(boolean dataToBeCollected)
           
 
Method Summary
 java.util.Map<java.lang.String,java.lang.String> getObjectInfo()
           
 void handleErrorLine(java.lang.String line)
           
 void handleOutput(char c)
           
 void handleOutputLine(java.lang.String line)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WlstObjectInfoCollectingCallbackHandler

public WlstObjectInfoCollectingCallbackHandler(boolean dataToBeCollected)
Method Detail

handleErrorLine

public void handleErrorLine(java.lang.String line)
Specified by:
handleErrorLine in interface com.xebialabs.overthere.OverthereProcessOutputHandler

handleOutput

public void handleOutput(char c)
Specified by:
handleOutput in interface com.xebialabs.overthere.OverthereProcessOutputHandler

handleOutputLine

public void handleOutputLine(java.lang.String line)
Specified by:
handleOutputLine in interface com.xebialabs.overthere.OverthereProcessOutputHandler

getObjectInfo

public java.util.Map<java.lang.String,java.lang.String> getObjectInfo()