Package aQute.bnd.build
Interface RunSession
public interface RunSession
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cancel()
int
getAgent()
int
getHost()
int
getJdb()
getLabel()
getName()
long
int
launch()
void
stderr
(Appendable app) void
void
stdout
(Appendable app) boolean
void
waitTillStarted
(long ms)
-
Method Details
-
getName
String getName() -
getLabel
String getLabel() -
getJdb
int getJdb() -
stderr
- Throws:
Exception
-
stdout
- Throws:
Exception
-
stdin
- Throws:
Exception
-
launch
- Throws:
Exception
-
cancel
- Throws:
Exception
-
getProperties
-
getExitCode
int getExitCode() -
getHost
String getHost() -
getAgent
int getAgent() -
waitTillStarted
- Throws:
InterruptedException
-
getTimeout
long getTimeout() -
validate
- Throws:
Exception
-