public class IfsDetermineParserContext extends IfsCommandContext implements DetermineParserContext
Constructor and Description |
---|
IfsDetermineParserContext()
Deafult Constructor.
|
IfsDetermineParserContext(LibrarySession session,
String name)
Constructor which sets up all the required parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clears the Context.
|
LibrarySession |
getLibrarySession()
Gets the session.
|
String |
getName()
Gets the document name.
|
Parser |
getParser()
Gets the returning parser.
|
void |
setLibrarySession(LibrarySession session)
Sets the session.
|
void |
setName(String name)
Sets the document name.
|
void |
setParser(Parser parser)
Sets the returning parser.
|
public IfsDetermineParserContext() throws IfsException
IfsException
public IfsDetermineParserContext(LibrarySession session, String name) throws IfsException
session
- LibrarySession.name
- Name.IfsException
- - If operation fails.public void clear()
clear
in interface CommandContext
clear
in class IfsCommandContext
public LibrarySession getLibrarySession() throws IfsException
getLibrarySession
in interface DetermineParserContext
IfsException
public void setLibrarySession(LibrarySession session) throws IfsException
setLibrarySession
in interface DetermineParserContext
IfsException
public String getName() throws IfsException
getName
in interface DetermineParserContext
IfsException
public void setName(String name) throws IfsException
setName
in interface DetermineParserContext
IfsException
public Parser getParser() throws IfsException
getParser
in interface DetermineParserContext
IfsException
public void setParser(Parser parser) throws IfsException
setParser
in interface DetermineParserContext
IfsException
Copyright © 2023. All rights reserved.