io.gatling.core.util.PathHelper

RichPath

Related Doc: package PathHelper

implicit final class RichPath extends AnyVal

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RichPath
  2. AnyVal
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichPath(path: Path)

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  2. final def ##(): Int

    Definition Classes
    Any
  3. def /(other: Path): Path

  4. def /(pathString: String): Path

  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def ancestor(n: Int): Path

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def copyTo(other: Path, options: CopyOption*): Path

  9. def deepDirs: List[Path]

  10. def deepFiles: List[Path]

  11. def deepList(maxDepth: Int = 1): List[Path]

  12. def delete(): Unit

  13. def exists: Boolean

  14. def extension: String

  15. def filename: String

  16. def files: List[Path]

  17. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  18. def hasExtension(ext: String, exts: String*): Boolean

  19. def ifFile[T](f: (File) ⇒ T): Option[T]

  20. def inputStream: InputStream

  21. def isDirectory: Boolean

  22. def isFile: Boolean

  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. def mkdirs: Path

  25. def outputStream: OutputStream

  26. val path: Path

  27. def segments: List[Path]

  28. def stripExtension: String

  29. def toString(): String

    Definition Classes
    Any
  30. def touch: Path

  31. def writer(charset: Charset = configuration.core.charset): BufferedWriter

Inherited from AnyVal

Inherited from Any

Ungrouped