Uses of Class
org.glite.data.common.helpers.StreamChomp

Packages that use StreamChomp
org.glite.data.common.helpers   
 

Uses of StreamChomp in org.glite.data.common.helpers
 

Methods in org.glite.data.common.helpers that return StreamChomp
 StreamChomp CommandResult.getOut()
          Get output of command.
 StreamChomp CommandResult.getErr()
          Get error of command.
 

Methods in org.glite.data.common.helpers with parameters of type StreamChomp
 void CommandResult.setOut(StreamChomp out)
          Bean setter method.
 void CommandResult.setErr(StreamChomp err)
          Bean setter method.