Package

org.antipathy.scoozie.action

filesystem

Permalink

package filesystem

Visibility
  1. Public
  2. All

Type Members

  1. case class Chmod(path: String, permissions: String, dirFiles: String) extends FileSystemAction with Product with Serializable

    Permalink

    Create an ozzie chmod step

    Create an ozzie chmod step

    path

    the path to operate on

    permissions

    the permissions to set

    dirFiles

    should the operation be recursive

  2. case class Delete(path: String) extends PrepareFSAction with FileSystemAction with Product with Serializable

    Permalink

    Oozie delete definition

    Oozie delete definition

    path

    the path to delete

  3. trait FileSystemAction extends XmlSerializable

    Permalink

    Base trait for file system actions

  4. case class MakeDir(path: String) extends PrepareFSAction with FileSystemAction with Product with Serializable

    Permalink

    Oozie make directory definition

    Oozie make directory definition

    path

    the path to create

  5. case class Move(srcPath: String, targetPath: String) extends FileSystemAction with Product with Serializable

    Permalink

    Create an ozzie move step

    Create an ozzie move step

    srcPath

    the path to move from

    targetPath

    the path to move to

  6. case class Touchz(path: String) extends FileSystemAction with Product with Serializable

    Permalink

    Create a touch step

    Create a touch step

    path

    the path to touch

Ungrouped