|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.utils.UnixWindowsCallable<V>
public abstract class UnixWindowsCallable<V>
Constructor Summary | |
---|---|
UnixWindowsCallable()
|
Method Summary | |
---|---|
V |
call()
|
protected abstract V |
callOnUnix()
|
protected abstract V |
callOnWindows()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UnixWindowsCallable()
Method Detail |
---|
public V call() throws java.lang.Exception
call
in interface java.util.concurrent.Callable<V>
java.lang.Exception
protected abstract V callOnUnix() throws java.lang.Exception
java.lang.Exception
protected abstract V callOnWindows() throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |