object TreeResultBuilder
- Annotations
- @nowarn()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TreeResultBuilder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class ConfigResult(path: Path, config: Config) extends ParserResult with Product with Serializable
- case class DocumentResult(doc: Document) extends TreeContentResult with Product with Serializable
- case class HoconResult(path: Path, config: ConfigParser, sourceFile: Option[FilePath] = None) extends ParserResult with Product with Serializable
- case class MarkupResult(doc: UnresolvedDocument, sourceFile: Option[FilePath] = None) extends TreeContentResult with Product with Serializable
- sealed trait ParserResult extends Navigatable
- case class StyleResult(doc: StyleDeclarationSet, format: String, sourceFile: Option[FilePath] = None) extends ParserResult with Product with Serializable
- case class TemplateResult(doc: TemplateDocument, sourceFile: Option[FilePath] = None) extends ParserResult with Product with Serializable
- sealed trait TreeContentResult extends ParserResult
- case class TreeResult(path: Path, content: Seq[TreeContentResult], titleDoc: Option[UnresolvedDocument], templates: Seq[TemplateDocument], hocon: Seq[HoconResult], config: Seq[ConfigResult]) extends TreeContentResult with Product with Serializable
- type UnresolvedContent = Either[UnresolvedDocument, TreeResult]
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() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
buildNode(path: Path, content: Seq[ParserResult]): TreeResult
- Annotations
- @deprecated
- Deprecated
(Since version internal API in version 1.x) 0.19.3
-
def
buildTree(results: Seq[ParserResult], baseConfig: Config, includes: IncludeMap): Either[ConfigError, DocumentTreeRoot]
- Annotations
- @deprecated
- Deprecated
(Since version internal API in version 1.x) 0.19.3
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated
-
def
resolveConfig(result: TreeResult, baseConfig: Config, includes: IncludeMap, titleDocName: Option[String] = None): Either[ConfigError, DocumentTree]
- Annotations
- @deprecated
- Deprecated
(Since version internal API in version 1.x) 0.19.3
-
def
resolveConfig(doc: Document, baseConfig: Config): Either[ConfigError, Document]
- Annotations
- @deprecated
- Deprecated
(Since version internal API in version 1.x) 0.19.3
-
def
resolveConfig(doc: UnresolvedDocument, baseConfig: Config, includes: IncludeMap): Either[ConfigError, Document]
- Annotations
- @deprecated
- Deprecated
(Since version internal API in version 1.x) 0.19.3