case class ProjectConfiguration(id: String, cp: String, libcp: Option[String], libcp_defaults: Option[String]) extends Product with Serializable
Meta-information about a project that belongs to a corpus.
- Note
Represents one project of the configured using the config key: "org.opalj.hermes.projects".
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProjectConfiguration
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ProjectConfiguration(id: String, cp: String, libcp: Option[String], libcp_defaults: Option[String])
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
addStatistic(key: String, value: Double): Unit
- key
The unique name of the statistic. If the name is not unique an exception will be thrown.
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
- val cp: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- val id: String
-
def
instantiate: ProjectInstantiation
Instantiates the project and initializes the meta-information.
Instantiates the project and initializes the meta-information.
For the classes belonging to the project the naive bytecode representation is also returned to facilitate analyses w.r.t. the representativeness of the bytecode.
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val libcp: Option[String]
- val libcp_defaults: Option[String]
-
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()
-
def
statistics: Map[String, Double]
General statistics about a project.
General statistics about a project. See org.opalj.br.analyses.Project.statistics for further information.
- Note
This information is only available after instantiate was called.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated