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, runpublic IfsDetermineParserCommand()
protected void execute(CommandContext context) throws IfsException
execute in class IfsCommandcontext - The command context.IfsException - if execution failsprotected void execute(DetermineParserContext context) throws IfsException
context - The command context.IfsExceptionpublic CommandContext createCommandContext() throws IfsException
createCommandContext in interface CommandcreateCommandContext in class IfsCommandIfsExceptionCommandContextprotected Parser constructParser(LibrarySession session, String parserPath) throws IfsException
session - LibrarySession.parserPath - Full path to the parser object.IfsExceptionCopyright © 2025. All rights reserved.