c

org.mulesoft.apb.project.internal.engine

AnypointTreeBuilder

case class AnypointTreeBuilder(dependencyFetcher: DependencyFetcher, loaders: List[ResourceLoader], cacheBuilder: UnitCacheBuilder) extends TreeBuilderTemplate with CollisionComputationHelper with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, CollisionComputationHelper, TreeBuilderTemplate, PlatformSecrets, ProjectEngine, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AnypointTreeBuilder
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. CollisionComputationHelper
  7. TreeBuilderTemplate
  8. PlatformSecrets
  9. ProjectEngine
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AnypointTreeBuilder(dependencyFetcher: DependencyFetcher, loaders: List[ResourceLoader], cacheBuilder: UnitCacheBuilder)

Type Members

  1. type GavPath = String
    Definition Classes
    TreeBuilderTemplate

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def assignMigrationRisks(config: ProjectConfiguration): ProjectConfiguration
    Attributes
    protected
    Definition Classes
    CollisionComputationHelper
  6. def build(project: ProjectDescriptor): Future[ProjectConfiguration]
  7. def buildProjectConfig(descriptor: ProjectDescriptor, seenDependencies: Set[Gav]): Future[ProjectConfiguration]
    Attributes
    protected
    Definition Classes
    TreeBuilderTemplate
  8. val cache: Map[GavPath, Future[Dependency]]
    Attributes
    protected
    Definition Classes
    TreeBuilderTemplate
  9. val cacheBuilder: UnitCacheBuilder
  10. def cachedFetchLoader(gavAware: GavAware): ResourceLoader
    Attributes
    protected
    Definition Classes
    TreeBuilderTemplate
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  12. def computeNextRisks(descriptor: ProjectDescriptor, pathsToCheck: Set[String], risks: MigrationRisks, foundFileCollisions: Set[String]): MigrationRisks
    Attributes
    protected
    Definition Classes
    CollisionComputationHelper
  13. val dependencyFetcher: DependencyFetcher
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def errorLocation(gav: Gav): String
    Attributes
    protected
    Definition Classes
    TreeBuilderTemplate
  16. val gavLoaders: Map[GavPath, ResourceLoader]
    Attributes
    protected
    Definition Classes
    TreeBuilderTemplate
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val loaders: List[ResourceLoader]
  20. def lookupRisksForRoot(config: ProjectConfiguration, rls: List[ResourceLoader]): Future[ProjectConfiguration]
    Attributes
    protected
    Definition Classes
    CollisionComputationHelper
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  24. def parseDependency(descriptorParse: DescriptorParseResult, dependency: ProjectDependency, dependenciesInPath: Set[Gav], loader: ResourceLoader, parentClassifier: Option[String]): Future[ParsedDependency]
    Attributes
    protected
    Definition Classes
    AnypointTreeBuilderTreeBuilderTemplate
  25. def parseDescriptor(content: Content): DescriptorParseResult
    Attributes
    protected
    Definition Classes
    TreeBuilderTemplate
  26. val platform: Platform
    Definition Classes
    PlatformSecrets
  27. def processDependency(descriptor: ProjectDescriptor, dependency: ProjectDependency, dependenciesInPath: Set[Gav]): Future[Dependency]
    Attributes
    protected
    Definition Classes
    TreeBuilderTemplate
  28. def setDependencyGavAsLocation(dependency: ProjectDependency, errors: List[AMFValidationResult]): List[AMFValidationResult]
    Attributes
    protected
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from TreeBuilderTemplate

Inherited from PlatformSecrets

Inherited from ProjectEngine

Inherited from AnyRef

Inherited from Any

Ungrouped