Project

io.joern.console.workspacehandling.Project
See theProject companion object
case class Project(projectFile: ProjectFile, var path: Path, var cpg: Option[Cpg])

Value parameters

cpg

reference to loaded CPG or None, if the CPG is not loaded

path

absolute path to directory holding the project

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def appliedOverlays: Seq[String]
def availableOverlays: List[String]
def close: Project

Close project if it is open and do nothing otherwise.

Close project if it is open and do nothing otherwise.

Attributes

def inputPath: String
def isOpen: Boolean
def name: String
def overlayDirs: Seq[File]
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
def toTableRow: List[String]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product