org.jruby.util
Class RawArgParser

java.lang.Object
  extended by org.jruby.util.RawArgParser

public class RawArgParser
extends java.lang.Object

Parse the raw arguments passed in by the ShellLauncher. These arguments have not been processed by a real command line so they need to be massaged so that it looks like they have been. Mostly we just want to get rid of extraneous quotes.


Constructor Summary
RawArgParser(java.lang.String[] rawArgs)
           
 
Method Summary
 java.util.List getArgs()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RawArgParser

public RawArgParser(java.lang.String[] rawArgs)
Method Detail

getArgs

public java.util.List getArgs()


Copyright © 2002-2007 JRuby Team. All Rights Reserved.