JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.pentaho.di.ui.core
Interface FileDialogOperation.FileLookupInfo
Enclosing class:
FileDialogOperation
public static interface
FileDialogOperation.FileLookupInfo
File information and lookup
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getName
()
String
getPath
()
The full path of the file
boolean
hasChildFile
(
String
folderPath)
Lookup children for a folder
boolean
isFolder
()
Method Details
getPath
String
getPath
()
The full path of the file
getName
String
getName
()
isFolder
boolean
isFolder
()
hasChildFile
boolean
hasChildFile
(
String
folderPath)
Lookup children for a folder