Package org.grails.build.parsing
Class DefaultCommandLine.SpecifiedOption
- java.lang.Object
-
- org.grails.build.parsing.DefaultCommandLine.SpecifiedOption
-
- Enclosing class:
- DefaultCommandLine
public static class DefaultCommandLine.SpecifiedOption extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SpecifiedOption()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OptiongetOption()java.lang.ObjectgetValue()
-
-
-
Method Detail
-
getOption
public Option getOption()
-
getValue
public java.lang.Object getValue()
-
-