LocalRepository

org.beangle.ems.app.blob.LocalRepository
class LocalRepository(val base: String, val dir: String) extends Repository

Attributes

Graph
Supertypes
trait Repository
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def path(p: String): Option[String]

Attributes

Definition Classes
override def remove(p: String): Boolean

Attributes

Definition Classes
override def upload(folder: String, is: InputStream, fileName: String, owner: String): BlobMeta

Attributes

Definition Classes
override def url(path: String): Option[URL]

Attributes

Definition Classes

Inherited methods

final def remove(folder: String, sha: String): Boolean

Attributes

Inherited from:
Repository

Concrete fields

val base: String
val dir: String