Qorus Integration Engine®  4.0.3.p2_git
com.qoretechnologies.qorus.test.CreateFile Class Referenceabstract

action class to create a file as an input for an interface More...

Inheritance diagram for com.qoretechnologies.qorus.test.CreateFile:
com.qoretechnologies.qorus.test.Action org::qore::jni::QoreObjectWrapper com.qoretechnologies.qorus.test.CreateFileCsv com.qoretechnologies.qorus.test.CreateFileText

Public Member Methods

 CreateFile (QoreObject obj) throws Throwable
 creates the object as a wrapper for the given Qore object More...
 
String getFile () throws Throwable
 returns the filename given in the constructor More...
 

Additional Inherited Members

- Private Member Methods inherited from com.qoretechnologies.qorus.test.Action
 Action (QoreObject obj)
 protected constructor to create the wrapper object
 

Detailed Description

action class to create a file as an input for an interface

Constructor & Destructor Documentation

◆ CreateFile()

com.qoretechnologies.qorus.test.CreateFile.CreateFile ( QoreObject  obj) throws Throwable
inline

creates the object as a wrapper for the given Qore object

Parameters
objthe object to be wrapped

Member Function Documentation

◆ getFile()

String com.qoretechnologies.qorus.test.CreateFile.getFile ( ) throws Throwable
inline

returns the filename given in the constructor

Returns
the filename given in the constructor

The documentation for this class was generated from the following file: