Class FileDetails
- java.lang.Object
-
- org.apache.hop.ui.hopgui.perspective.explorer.file.FileDetails
-
public class FileDetails extends Object
-
-
Constructor Summary
Constructors Constructor Description FileDetails(String path, IHopFileType hopFileType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IHopFileTypegetHopFileType()Gets hopFileTypeStringgetPath()Gets pathvoidsetHopFileType(IHopFileType hopFileType)voidsetPath(String path)
-
-
-
Constructor Detail
-
FileDetails
public FileDetails(String path, IHopFileType hopFileType)
-
-
Method Detail
-
getPath
public String getPath()
Gets path- Returns:
- value of path
-
setPath
public void setPath(String path)
- Parameters:
path- The path to set
-
getHopFileType
public IHopFileType getHopFileType()
Gets hopFileType- Returns:
- value of hopFileType
-
setHopFileType
public void setHopFileType(IHopFileType hopFileType)
- Parameters:
hopFileType- The hopFileType to set
-
-