com.atlassian.bamboo.utils
Class UnixWindowsRunnable

java.lang.Object
  extended by com.atlassian.bamboo.utils.UnixWindowsRunnable
All Implemented Interfaces:
Callable<Void>

public abstract class UnixWindowsRunnable
extends Object
implements Callable<Void>


Constructor Summary
UnixWindowsRunnable()
           
 
Method Summary
 Void call()
           
 void run()
           
protected abstract  void runOnUnix()
           
protected abstract  void runOnWindows()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnixWindowsRunnable

public UnixWindowsRunnable()
Method Detail

run

public void run()
         throws Exception
Throws:
Exception

call

public Void call()
          throws Exception
Specified by:
call in interface Callable<Void>
Throws:
Exception

runOnUnix

protected abstract void runOnUnix()
                           throws Exception
Throws:
Exception

runOnWindows

protected abstract void runOnWindows()
                              throws Exception
Throws:
Exception


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.