case class ProjectConfiguration(designDependencies: Seq[DesignDependency], profileDependencies: Seq[ProfileDependency], extensionDependencies: Seq[ExtensionDependency], invalidDependencies: Seq[InvalidParsedDependency], dependencyLoaders: Map[String, ResourceLoader], descriptor: ProjectDescriptor, validationDialect: Dialect, unitCacheBuilder: UnitCacheBuilder = APBUnitCacheBuilder, envLoaders: List[ResourceLoader], errors: ProjectErrors, migrationRisks: MigrationRisks = MigrationRisks.empty) extends DependencySet with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProjectConfiguration
- Serializable
- Serializable
- Product
- Equals
- DependencySet
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ProjectConfiguration(designDependencies: Seq[DesignDependency], profileDependencies: Seq[ProfileDependency], extensionDependencies: Seq[ExtensionDependency], invalidDependencies: Seq[InvalidParsedDependency], dependencyLoaders: Map[String, ResourceLoader], descriptor: ProjectDescriptor, validationDialect: Dialect, unitCacheBuilder: UnitCacheBuilder = APBUnitCacheBuilder, envLoaders: List[ResourceLoader], errors: ProjectErrors, migrationRisks: MigrationRisks = MigrationRisks.empty)
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
- lazy val absolutePathListener: Option[AbsolutePathDetectionRawReferenceListener]
-
def
allDependencies(): Seq[ParsedDependency]
- Definition Classes
- ProjectConfiguration → DependencySet
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
val
dependencyLoaders: Map[String, ResourceLoader]
- Definition Classes
- ProjectConfiguration → DependencySet
-
val
descriptor: ProjectDescriptor
- Definition Classes
- ProjectConfiguration → DependencySet
-
def
design(): Seq[DesignDependency]
- Definition Classes
- ProjectConfiguration → DependencySet
- val designDependencies: Seq[DesignDependency]
-
def
designExtension(): Seq[ExtensionDependency]
- Definition Classes
- ProjectConfiguration → DependencySet
- val envLoaders: List[ResourceLoader]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
val
errors: ProjectErrors
- Definition Classes
- ProjectConfiguration → DependencySet
- val extensionDependencies: Seq[ExtensionDependency]
- def getAnypointConfigListeners: Iterable[RawReferenceListener]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getListeners(): Iterable[RawReferenceListener]
- val invalidDependencies: Seq[InvalidParsedDependency]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mainFile: Option[String]
- def mainLoader(): ResourceLoader
-
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()
- val profileDependencies: Seq[ProfileDependency]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val unitCacheBuilder: UnitCacheBuilder
-
def
validation(): Seq[ProfileDependency]
- Definition Classes
- ProjectConfiguration → DependencySet
-
val
validationDialect: Dialect
- Definition Classes
- ProjectConfiguration → DependencySet
-
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