trait ConfigNode extends AnyRef
- Alphabetic
- By Inheritance
- ConfigNode
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
- abstract def collapse(): Unit
This method collapses the object structure by joining inheriting objects containing only one value.
This method collapses the object structure by joining inheriting objects containing only one value. Inverse function of expand (except for comments, which are not unmerged).
- abstract val comment: DocumentationComment
- abstract def entriesToHTML(exporter: HTMLExporter, pageHTML: StringBuilder)(implicit project: SomeProject): Unit
Produces the HTML for the individual entries.
Produces the HTML for the individual entries.
- pageHTML
accepts a StringBuilder. The method adds the HTML String to this StringBuilder.
- Attributes
- protected
- abstract def expand(): Unit
This method expands the current object to represent all objects within the structure.
This method expands the current object to represent all objects within the structure. Inverse function of collapse.
- abstract def isEmpty: Boolean
Checks if the configNode (and its potential child objects are empty.
Checks if the configNode (and its potential child objects are empty.
- returns
Returns true, if the ConfigNode, its comment and its childObjects are all empty. Returns false otherwise.
- abstract def replaceClasses(se: SubclassExtractor): Unit
Method for replacing a potential subclass type in the comment of the Node.
Method for replacing a potential subclass type in the comment of the Node.
- se
Accepts an initialized SubclassExtractor containing the ClassHierarchy required for a successful replacement.
- abstract def valueToHTML(exporter: HTMLExporter, pageHTML: StringBuilder)(implicit project: SomeProject): Unit
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(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def getBrief(exporter: HTMLExporter)(implicit project: SomeProject): String
Returns an HMTL-escaped text for the brief description.
Returns an HMTL-escaped text for the brief description.
- Attributes
- protected
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getHeadlineText(label: String): String
Returns a text for the HTML headline entry.
Returns a text for the HTML headline entry.
- Attributes
- protected
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- 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() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toHTML(exporter: HTMLExporter, label: String, pageHTML: StringBuilder)(implicit project: SomeProject): Unit
Method for handling the export of the configuration structure into an HTML file.
Method for handling the export of the configuration structure into an HTML file.
- label
required if the Object is part of another object (Writes the key of the K,V Map there instead). Overrides the label property of the Comment object. Supply an empty string if not needed.
- pageHTML
accepts a StringBuilder. The method adds the HTML String to this StringBuilder.
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
- Deprecated