Class VfsSharedObjectsIO

java.lang.Object
org.pentaho.di.shared.VfsSharedObjectsIO
All Implemented Interfaces:
SharedObjectsIO

public class VfsSharedObjectsIO extends Object implements SharedObjectsIO
Provide methods to retrieve and save the shared objects defined in shared.xml that is stored in file system.
  • Constructor Details

    • VfsSharedObjectsIO

      public VfsSharedObjectsIO()
      Creates the instance of VfsSharedObjectsIO using the default location of the shared file.
    • VfsSharedObjectsIO

      public VfsSharedObjectsIO(String rootFolder, Bowl bowl)
      Creates the instance of VfsSharedObjectsIO using the rootFolder.
      Parameters:
      rootFolder - the root folder containing the shared object file.
  • Method Details