-
- Enclosing class:
- CommandLine.Model
public static interface CommandLine.Model.IScoped
This interface provides access to anCommandLine.Model.IScope
instance.- Since:
- 4.7
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommandLine.Model.IScope
getScope()
Get theCommandLine.Model.IScope
instance.
-
-
-
Method Detail
-
getScope
CommandLine.Model.IScope getScope()
Get theCommandLine.Model.IScope
instance.- Returns:
CommandLine.Model.IScope
instance
-
-