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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates if the root path should be ignored when testing the connection.voidsetRootPathIgnored(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.trueto ignore the root path;false, otherwise.
-