|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.util.RawArgParser
public class RawArgParser
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 |
---|
public RawArgParser(java.lang.String[] rawArgs)
Method Detail |
---|
public java.util.List getArgs()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |