Class FileEditor

  • All Implemented Interfaces:
    java.awt.event.ActionListener , java.beans.PropertyEditor , java.util.EventListener

    
    public class FileEditor
     implements PropertyEditor, ActionListener
                        

    A property editor for File properties.

    Note that it never gives out File objects, but always Strings. This is because JMeter is now too dumb to handle File objects (there's no FileProperty).