public class IfsDetermineParserCommand extends IfsCommand
Command specification for IfsDetermineParserCommand
Inputs:
Constructor and Description |
---|
IfsDetermineParserCommand()
Defualt Constructor
|
Modifier and Type | Method and Description |
---|---|
protected Parser |
constructParser(LibrarySession session,
String parserPath)
Construct a Parser object.
|
CommandContext |
createCommandContext()
Returns a CommandContext to be used throughout the invocation.
|
protected void |
execute(CommandContext context)
Execute a CommandContext.
|
protected void |
execute(DetermineParserContext context)
Execute a DetermineParserContext.
|
populateNestedCommands, postExecute, preExecute, run
public IfsDetermineParserCommand()
protected void execute(CommandContext context) throws IfsException
execute
in class IfsCommand
context
- The command context.IfsException
- if execution failsprotected void execute(DetermineParserContext context) throws IfsException
context
- The command context.IfsException
public CommandContext createCommandContext() throws IfsException
createCommandContext
in interface Command
createCommandContext
in class IfsCommand
IfsException
CommandContext
protected Parser constructParser(LibrarySession session, String parserPath) throws IfsException
session
- LibrarySession.parserPath
- Full path to the parser object.IfsException
Copyright © 2023. All rights reserved.