Interface Execable<X,​T>

Type Parameters:
X - The exec input
T - The exec output
All Known Subinterfaces:
ContainerResource<S,​W,​I,​PI,​O,​PO,​X,​T,​B,​IS,​UB>, ExecListenable<I,​T>, PodResource<T,​D>, TtyExecable<I,​T>, TtyExecErrorable<X,​O,​P,​T>, TtyExecErrorChannelable<X,​O,​P,​T>, TtyExecInputOutputErrorable<X,​O,​PO,​I,​PI,​T>, TtyExecOutputErrorable<X,​O,​P,​T>
All Known Implementing Classes:
PodOperationsImpl

public interface Execable<X,​T>
  • Method Summary

    Modifier and Type Method Description
    T exec​(X... input)  
  • Method Details