Package org.pentaho.di.connections.vfs
Interface VFSDetailsComposite
public interface VFSDetailsComposite
-
Method Summary
-
Method Details
-
open
Object open() -
close
void close() -
validate
Validates the fields that the DetailsComposite if responsible for.- Returns:
- null if successfully validates or an error message if it does not.
-
getRootPathSelectionAdapter
Gets the Object of SelectionAdapterFileDialogTextVar for the browse file dialog.- Parameters:
TextVar
- The TextVar object.- Returns:
- Object of SelectionAdapterFileDialogTextVar or null otherwise.
Defaults to
null
.
-