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
IfsExceptionpublic IfsDetermineParserContext(LibrarySession session, String name) throws IfsException
session - LibrarySession.name - Name.IfsException - - If operation fails.public void clear()
clear in interface CommandContextclear in class IfsCommandContextpublic LibrarySession getLibrarySession() throws IfsException
getLibrarySession in interface DetermineParserContextIfsExceptionpublic void setLibrarySession(LibrarySession session) throws IfsException
setLibrarySession in interface DetermineParserContextIfsExceptionpublic String getName() throws IfsException
getName in interface DetermineParserContextIfsExceptionpublic void setName(String name) throws IfsException
setName in interface DetermineParserContextIfsExceptionpublic Parser getParser() throws IfsException
getParser in interface DetermineParserContextIfsExceptionpublic void setParser(Parser parser) throws IfsException
setParser in interface DetermineParserContextIfsExceptionCopyright © 2025. All rights reserved.