Class CSVDataSetWrapper

    • Method Detail

      • getFilePath

        protected java.lang.String getFilePath()
      • getVariableNames

        protected java.lang.String getVariableNames()
      • getGuiClass

        public java.lang.Class<?> getGuiClass()
        Description copied from interface: JMeterGUIWrapper
        Gui Test Class used by Jmeter TestElement.GUI_CLASS @See TestElement
        Specified by:
        getGuiClass in interface JMeterGUIWrapper<org.apache.jmeter.testbeans.gui.TestBeanGUI>
      • getTestClass

        public java.lang.Class<?> getTestClass()
        Description copied from interface: TestElementWrapper
        Test Class used by Jmeter TestElement.TEST_CLASS. @See TestElement.
        Specified by:
        getTestClass in interface TestElementWrapper<org.apache.jmeter.config.CSVDataSet>
      • getVariables

        public java.util.List<Variable> getVariables()
      • getFilename

        public java.lang.String getFilename()
      • setFilename

        public void setFilename​(java.lang.String filename)
      • isAsResourceFile

        public boolean isAsResourceFile()
        Include file name from resource folder, use only when executing from source code.
      • setAsResourceFile

        public void setAsResourceFile​(boolean asResourceFile)
        Include file name from resource folder, use only when executing from source code.
      • getFileEncoding

        public java.lang.String getFileEncoding()
      • setFileEncoding

        public void setFileEncoding​(java.lang.String fileEncoding)
      • getIgnoreFirstLine

        public java.lang.String getIgnoreFirstLine()
        Ignore first line of CSV file, it will only be used if Variable Names is not empty, if Variable Names is empty the first line must contain the headers.
      • setIgnoreFirstLine

        public void setIgnoreFirstLine​(java.lang.String ignoreFirstLine)
        Ignore first line of CSV file, it will only be used if Variable Names is not empty, if Variable Names is empty the first line must contain the headers.
      • getDelimiter

        @NonNull
        public @NonNull java.lang.String getDelimiter()
      • setDelimiter

        public void setDelimiter​(@NonNull
                                 @NonNull java.lang.String delimiter)
      • getRecycle

        public java.lang.String getRecycle()
      • setRecycle

        public void setRecycle​(java.lang.String recycle)
      • getStopThread

        public java.lang.String getStopThread()
      • setStopThread

        public void setStopThread​(java.lang.String stopThread)
      • getQuotedData

        public java.lang.String getQuotedData()
      • setQuotedData

        public void setQuotedData​(java.lang.String quotedData)
      • getShareMode

        public java.lang.String getShareMode()
      • setShareMode

        public void setShareMode​(java.lang.String shareMode)