object Mercurial
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Mercurial
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type Graph = isabelle.Graph[String, Unit]
- class Repository extends AnyRef
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 check_files(files: List[Path], ssh: System = SSH.Local): (List[Path], List[Path])
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def clone_repository(source: String, root: Path, rev: String = "", options: String = "", ssh: System = SSH.Local): Repository
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def find_repository(start: Path, ssh: System = SSH.Local): Option[Repository]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def init_repository(root: Path, ssh: System = SSH.Local): Repository
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def is_repository(root: Path, ssh: System = SSH.Local): Boolean
-
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 opt_flag(flag: String, b: Boolean): String
- def opt_rev(s: String): String
- def opt_template(s: String): String
- def optional(s: String, prefix: String = ""): String
- def repository(root: Path, ssh: System = SSH.Local): Repository
- def setup_repository(source: String, root: Path, ssh: System = SSH.Local): Repository
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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
- @native() @throws( ... )