org.antipathy.scoozie.action

filesystem

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

    Create an ozzie chmod step

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

    Oozie delete definition

  3. trait FileSystemAction extends XmlSerializable

    Base trait for file system actions

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

    Oozie make directory definition

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

    Create an ozzie move step

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

    Create a touch step

Ungrouped