case class FileInfo(id: ObjectId, isDirectory: Boolean, name: String, path: String, message: String, commitId: String, time: Date, author: String, mailAddress: String, linkUrl: Option[String]) extends Product with Serializable
The file data for the file list of the repository viewer.
- id
the object id
- isDirectory
whether is it directory
- name
the file (or directory) name
- path
the file (or directory) complete path
- message
the last commit message
- commitId
the last commit id
- time
the last modified time
- author
the last committer name
- mailAddress
the committer's mail address
- linkUrl
the url of submodule
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FileInfo
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new FileInfo(id: ObjectId, isDirectory: Boolean, name: String, path: String, message: String, commitId: String, time: Date, author: String, mailAddress: String, linkUrl: Option[String])
- id
the object id
- isDirectory
whether is it directory
- name
the file (or directory) name
- path
the file (or directory) complete path
- message
the last commit message
- commitId
the last commit id
- time
the last modified time
- author
the last committer name
- mailAddress
the committer's mail address
- linkUrl
the url of submodule