Package org.pentaho.di.connections.vfs
Class VFSConnectionTestOptions
java.lang.Object
org.pentaho.di.connections.vfs.VFSConnectionTestOptions
This class contains options that control the testing of VFS Connection.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Indicates if the root path should be ignored when testing the connection.void
setRootPathIgnored
(boolean rootPathIgnored) Sets if the root path should be ignored when testing the 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.
-