final case class ClassDirectory(absolutePath: Path) extends ClassSystem with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ClassDirectory
- Serializable
- Serializable
- Product
- Equals
- ClassSystem
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ClassDirectory(absolutePath: Path)
Value Members
- val absolutePath: Path
-
def
name: String
- Definition Classes
- ClassDirectory → ClassSystem
-
def
readBytes(path: String): Array[Byte]
- Definition Classes
- ClassSystem
-
def
within[T](f: (FileSystem, Path) ⇒ T): Try[T]
- Definition Classes
- ClassDirectory → ClassSystem