public class IfsGetBeansVersionContext extends IfsCommandContext implements GetBeansVersionContext
Constructor and Description |
---|
IfsGetBeansVersionContext()
Deafult Constructor.
|
IfsGetBeansVersionContext(LibrarySession session)
Constructor to set up all required parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clears the Context.
|
LibrarySession |
getLibrarySession()
Gets the session.
|
String |
getVersionString()
Gets the version string.
|
void |
setLibrarySession(LibrarySession session)
Sets the session.
|
void |
setVersionString(String version)
Sets the version string.
|
public IfsGetBeansVersionContext() throws IfsException
IfsException
public IfsGetBeansVersionContext(LibrarySession session) throws IfsException
session
- LibrarySession.IfsException
- If operation fails.public void clear()
clear
in interface CommandContext
clear
in class IfsCommandContext
public LibrarySession getLibrarySession() throws IfsException
getLibrarySession
in interface GetBeansVersionContext
IfsException
public void setLibrarySession(LibrarySession session) throws IfsException
setLibrarySession
in interface GetBeansVersionContext
IfsException
public String getVersionString() throws IfsException
getVersionString
in interface GetBeansVersionContext
IfsException
public void setVersionString(String version) throws IfsException
setVersionString
in interface GetBeansVersionContext
IfsException
Copyright © 2023. All rights reserved.