Package weka.core

Class FileHelper


  • public class FileHelper
    extends java.lang.Object
    Wrapper class for File objects. File objects wrapped in this class can be serialized by Weka's XML serialization mechanism.
    Version:
    $Revision: $
    Author:
    Mark Hall (mhall{[at]}pentaho{[dot]}com)
    • Constructor Summary

      Constructors 
      Constructor Description
      FileHelper()
      No-op constructor for beans conformity
      FileHelper​(java.io.File file)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.File getFile()
      Get the file wrapped in this instance
      java.lang.String getFilePath()
      Get the file path
      void setFilePath​(java.lang.String path)
      Set the file path
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FileHelper

        public FileHelper​(java.io.File file)
        Constructor
        Parameters:
        file - the file to wrap
      • FileHelper

        public FileHelper()
        No-op constructor for beans conformity
    • Method Detail

      • setFilePath

        public void setFilePath​(java.lang.String path)
        Set the file path
        Parameters:
        path - the path to set
      • getFilePath

        public java.lang.String getFilePath()
        Get the file path
        Returns:
        the path to set
      • getFile

        public java.io.File getFile()
        Get the file wrapped in this instance
        Returns:
        the File object