Package picocli
Interface CommandLine.Model.IScoped
- All Known Implementing Classes:
CommandLine.Model.FieldBinding
,CommandLine.Model.MethodBinding
- Enclosing class:
CommandLine.Model
public static interface CommandLine.Model.IScoped
This interface provides access to an
CommandLine.Model.IScope
instance.- Since:
- 4.7
-
Method Summary
-
Method Details
-
getScope
CommandLine.Model.IScope getScope()Get theCommandLine.Model.IScope
instance.- Returns:
CommandLine.Model.IScope
instance
-