Class VFSConnectionTestOptions

java.lang.Object
org.pentaho.di.connections.vfs.VFSConnectionTestOptions

public class VFSConnectionTestOptions extends Object
This class contains options that control the testing of VFS Connection.
  • Constructor Details

    • VFSConnectionTestOptions

      public VFSConnectionTestOptions()
    • VFSConnectionTestOptions

      public VFSConnectionTestOptions(boolean rootPathIgnored)
  • Method Details

    • isRootPathIgnored

      public boolean isRootPathIgnored()
      Indicates if the root path should be ignored when testing the connection.
      Returns:
      true, if the root path should be ignored; false, otherwise.
    • setRootPathIgnored

      public void setRootPathIgnored(boolean rootPathIgnored)
      Sets if the root path should be ignored when testing the connection.
      Parameters:
      rootPathIgnored - The root path ignored flag. true to ignore the root path; false, otherwise.