trait LMHHubEntry extends Logger
represents a single git archive inside an LMHHub that is installed on disk
- Source
- LMHHub.scala
- Alphabetic
- By Inheritance
- LMHHubEntry
- Logger
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
def
fetch: Boolean
download information about archive versions from the remote
-
abstract
val
hub: LMHHub
the MathHub this LMHHubEntry belongs to
-
abstract
val
id: String
the id of this archive entry
-
abstract
def
load(): Unit
loads the LMHHubEntry or throw an error if it is invalid
-
abstract
def
logicalVersion: Option[String]
returns the logical version (a.k.a branch) of an installed archive
-
abstract
def
physicalVersion: Option[String]
returns the physical version (a.k.a commit hash) of an installed archive
-
abstract
def
properties: Map[String, String]
the properties of this entry, if any
-
abstract
def
pull: Boolean
pull the newest version of this archive from the remote
-
abstract
def
push: Boolean
push the newest version of this archive to the remote
-
abstract
val
root: File
the local root of this archive entry
-
abstract
def
setRemote(remote: String): Boolean
reset the remote url of this archive to a given one
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
controller: Controller
- Attributes
- protected
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
fixRemote: Boolean
fix the remote url of the archive
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
lazy val
group: String
the name of the group of this entry
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
log(e: Error): Unit
logs an error - always logged
logs an error - always logged
- Attributes
- protected
- Definition Classes
- Logger
-
def
log(s: ⇒ String, subgroup: Option[String] = None): Unit
logs a message with this logger's logprefix
logs a message with this logger's logprefix
- Attributes
- protected
- Definition Classes
- Logger
-
def
logError(s: ⇒ String): Unit
log as an error message
log as an error message
- Attributes
- protected
- Definition Classes
- Logger
-
def
logGroup[A](a: ⇒ A): A
wraps around a group to create nested logging
wraps around a group to create nested logging
- Attributes
- protected
- Definition Classes
- Logger
-
val
logPrefix: String
- Definition Classes
- LMHHubEntry → Logger
-
def
logTemp(s: ⇒ String): Unit
temporary logging - always logged
temporary logging - always logged
- Attributes
- protected
- Definition Classes
- Logger
-
def
matches(spec: String): Boolean
check if this archive matches a given spec
-
lazy val
name: String
the name of this archive
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
readLongDescription: Option[String]
reads the long description
-
def
report: Report
- Definition Classes
- LMHHubEntry → Logger
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
version: Option[String]
gets the version of an installed archive, a.k.a.
gets the version of an installed archive, a.k.a. the branch of the git commit hash
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()