Packages

object Archive

Source
Archive.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Archive
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def ContentPathToDPath(segs: FilePath): DPath

    scheme..authority / seg / ments ----> scheme :// authority / seg / ments file extensions are kept, to be used on folders only

  5. def ContentPathToMMTPath(segs: FilePath): MPath

    scheme..authority / seg / ments / name.omdoc[.xz] ----> scheme :// authority / seg / ments ? name

  6. def MMTPathToContentPath(m: MPath): FilePath

    Get the disk path of the module in the content folder

    Get the disk path of the module in the content folder

    m

    the MPath of the module

    returns

    the File descriptor of the destination file in the content folder

  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def extensionIs(e: String): (String) ⇒ Boolean

    returns a functions that filters by file name extension

  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def narrationSegmentsAsFile(segs: FilePath, extension: String): FilePath

    Makes sure that a path refers to a file, not to a folder, using .extension files to store information about folders

    Makes sure that a path refers to a file, not to a folder, using .extension files to store information about folders

    segs

    a path in a folder with narration structure

    extension

    a file extension

    returns

    segs with an appended segment ".extension" if there is no such segment yet

  17. def narrationSegmentsAsFolder(segs: FilePath, extension: String): FilePath

    Inverse of narrationSegmentsAsFile

    Inverse of narrationSegmentsAsFile

    This is inverse to narrationSegmentsAsFile if all files and no folders in the respective dimension end in ".extension"

    segs

    a path in a folder with narration structure that ends in ".extension"

    extension

    a file extension

    returns

    segs with a final segment ".extension" removed if there is one

  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. def traverseIf(e: String): TraverseMode

    returns a trivial TraverseMode

  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped