class ConfigFile extends NodeRef[ConfigFileDb] with ConfigFileBase with StoredNode
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConfigFile
- StoredNode
- ConfigFileBase
- HasContent
- HasName
- Node
- Product
- Equals
- NodeRef
- Vertex
- Host
- Element
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ConfigFile(graph: OdbGraph, id: Long)
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
- def accept[T](visitor: NodeVisitor[T]): T
- Definition Classes
- ConfigFile → Node
- def addEdge(arg0: String, arg1: Vertex, arg2: <repeated...>[AnyRef]): Edge
- Definition Classes
- NodeRef → Vertex
- Annotations
- @transient()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asStored: StoredNode
- Definition Classes
- ConfigFileBase
- def canEqual(that: Any): Boolean
- Definition Classes
- ConfigFile → Equals
- def clear(): Unit
- Attributes
- protected[io.shiftleft.overflowdb]
- Definition Classes
- NodeRef
- Annotations
- @throws(classOf[java.io.IOException])
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def content: String
- Definition Classes
- ConfigFile → HasContent
- def edges(arg0: Direction, arg1: <repeated...>[String]): Iterator[Edge]
- Definition Classes
- NodeRef → Vertex
- Annotations
- @transient()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- NodeRef → AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def get(): ConfigFileDb
- Definition Classes
- NodeRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getId: Long
- Definition Classes
- StoredNode
- def graph(): Graph
- Definition Classes
- NodeRef → Element
- def hashCode(): Int
- Definition Classes
- NodeRef → AnyRef → Any
- def id(): AnyRef
- Definition Classes
- NodeRef → Element
- def isCleared(): Boolean
- Definition Classes
- NodeRef
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isSet(): Boolean
- Definition Classes
- NodeRef
- def keys(): Set[String]
- Definition Classes
- Element
- def label(): String
- Definition Classes
- ConfigFile → Element
- def name: String
- Definition Classes
- ConfigFile → HasName
- 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 productArity: Int
- Definition Classes
- ConfigFile → Product
- def productElement(n: Int): Any
- Definition Classes
- ConfigFile → Product
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def productIterator: Iterator[Any]
- Definition Classes
- Product
- def productPrefix: String
- Definition Classes
- ConfigFile → Product
- def properties[V <: AnyRef](arg0: <repeated...>[String]): Iterator[VertexProperty[V]]
- Definition Classes
- NodeRef → Vertex → Element
- Annotations
- @transient()
- def property[V <: AnyRef](arg0: Cardinality, arg1: String, arg2: V, arg3: <repeated...>[AnyRef]): VertexProperty[V]
- Definition Classes
- NodeRef → Vertex
- Annotations
- @transient()
- def property[V <: AnyRef](key: String, value: V, keyValues: <repeated...>[AnyRef]): VertexProperty[V]
- Definition Classes
- Vertex
- Annotations
- @transient()
- def property[V <: AnyRef](key: String, value: V): VertexProperty[V]
- Definition Classes
- Vertex → Element
- def property[V <: AnyRef](key: String): VertexProperty[V]
- Definition Classes
- Vertex → Element
- def readFromDisk(arg0: Long): ConfigFileDb
- Attributes
- protected[io.shiftleft.overflowdb]
- Definition Classes
- NodeRef
- Annotations
- @throws(classOf[java.io.IOException])
- def remove(): Unit
- Definition Classes
- NodeRef → Element
- def setNode(arg0: ConfigFileDb): Unit
- Definition Classes
- NodeRef
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toMap: Map[String, Any]
- Definition Classes
- StoredNode
- def toString(): String
- Definition Classes
- AnyRef → Any
- def underlying: Vertex
- Definition Classes
- StoredNode
- def value[V <: AnyRef](key: String): V
- Definition Classes
- Element
- Annotations
- @throws(classOf[java.util.NoSuchElementException])
- def valueMap: Map[String, AnyRef]
- Definition Classes
- ConfigFile → StoredNode
- def values[V <: AnyRef](propertyKeys: <repeated...>[String]): Iterator[V]
- Definition Classes
- Element
- Annotations
- @transient()
- def vertices(arg0: Direction, arg1: <repeated...>[String]): Iterator[Vertex]
- Definition Classes
- NodeRef → Vertex
- Annotations
- @transient()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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]) @native()