Skip navigation links
A C E F G H I O P R S T W 

A

asSet(T...) - Static method in class org.buildobjects.process.Helper
 
asSet(int[]) - Static method in class org.buildobjects.process.Helper
 

C

consume(InputStream) - Method in interface org.buildobjects.process.StreamConsumer
Consume something until the bitter end.

E

ExternalProcessFailureException - Exception in org.buildobjects.process
Signals the failure of an external process that returned a non zero exit code.

F

filter(String, String, String...) - Static method in class org.buildobjects.process.ProcBuilder
Static helper to filter a string through a process

G

getCommand() - Method in exception org.buildobjects.process.ExternalProcessFailureException
 
getExecutionTime() - Method in class org.buildobjects.process.ProcResult
 
getExitValue() - Method in exception org.buildobjects.process.ExternalProcessFailureException
 
getExitValue() - Method in class org.buildobjects.process.ProcResult
 
getMessage() - Method in exception org.buildobjects.process.ExternalProcessFailureException
 
getOutputBytes() - Method in class org.buildobjects.process.ProcResult
 
getOutputString() - Method in class org.buildobjects.process.ProcResult
 
getProcString() - Method in class org.buildobjects.process.ProcResult
 
getStderr() - Method in exception org.buildobjects.process.ExternalProcessFailureException
 
getTime() - Method in exception org.buildobjects.process.ExternalProcessFailureException
 

H

Helper - Class in org.buildobjects.process
 
Helper() - Constructor for class org.buildobjects.process.Helper
 

I

ignoreExitStatus() - Method in class org.buildobjects.process.ProcBuilder
Ignore the error status returned from this command

O

org.buildobjects.process - package org.buildobjects.process
 

P

ProcBuilder - Class in org.buildobjects.process
A builder to construct a new process.
ProcBuilder(String, String...) - Constructor for class org.buildobjects.process.ProcBuilder
Creates a new ProcBuilder
ProcResult - Class in org.buildobjects.process
Represents the result of a successful process execution.

R

run() - Method in class org.buildobjects.process.ProcBuilder
Spawn the actual execution.
run(String, String...) - Static method in class org.buildobjects.process.ProcBuilder
Static helper to run a process

S

StartupException - Exception in org.buildobjects.process
Signals a problem starting an external process (missing binary)
StartupException(String, Throwable) - Constructor for exception org.buildobjects.process.StartupException
 
StreamConsumer - Interface in org.buildobjects.process
 

T

TimeoutException - Exception in org.buildobjects.process
Signals a timeout

W

withArg(String) - Method in class org.buildobjects.process.ProcBuilder
Adds another argument
withArgs(String...) - Method in class org.buildobjects.process.ProcBuilder
Add multiple args
withExitStatuses(int[]) - Method in class org.buildobjects.process.ProcBuilder
Deprecated.
Please use the variants with a set or vargs parameters
withExpectedExitStatuses(Set<Integer>) - Method in class org.buildobjects.process.ProcBuilder
Define the valid exit status codes for the command
withExpectedExitStatuses(int...) - Method in class org.buildobjects.process.ProcBuilder
Define the valid exit status codes for the command Convenience method taking varargs.
withInputStream(InputStream) - Method in class org.buildobjects.process.ProcBuilder
Take the input for the program from a given InputStream
withNoTimeout() - Method in class org.buildobjects.process.ProcBuilder
Disable timeout for the operation.
withOutputConsumer(StreamConsumer) - Method in class org.buildobjects.process.ProcBuilder
Process the standard output with the given consumer object
withOutputStream(OutputStream) - Method in class org.buildobjects.process.ProcBuilder
Redirecting the standard output.
withTimeoutMillis(long) - Method in class org.buildobjects.process.ProcBuilder
Specify a timeout for the operation.
withVar(String, String) - Method in class org.buildobjects.process.ProcBuilder
Add a variable to the processes environment
withWorkingDirectory(File) - Method in class org.buildobjects.process.ProcBuilder
Override the wokring directory
A C E F G H I O P R S T W 
Skip navigation links

Copyright © 2017. All rights reserved.