Uses of Interface
software.aws.awsprototypingsdk.nxmonorepo.TargetDependency
-
Packages that use TargetDependency Package Description software.aws.awsprototypingsdk.nxmonorepo The nx-monorepo package vends a NxMonorepoProject Projen construct that adds NX monorepo support and manages your yarn/npm/pnpm workspaces on your behalf. -
-
Uses of TargetDependency in software.aws.awsprototypingsdk.nxmonorepo
Classes in software.aws.awsprototypingsdk.nxmonorepo that implement TargetDependency Modifier and Type Class Description static classTargetDependency.Jsii$ProxyAn implementation forTargetDependencyMethods in software.aws.awsprototypingsdk.nxmonorepo that return TargetDependency Modifier and Type Method Description TargetDependencyTargetDependency.Builder. build()Builds the configured instance.Methods in software.aws.awsprototypingsdk.nxmonorepo that return types with arguments of type TargetDependency Modifier and Type Method Description List<TargetDependency>ProjectTarget. getDependsOn()List of Target Dependencies.List<TargetDependency>ProjectTarget.Jsii$Proxy. getDependsOn()default Map<String,List<TargetDependency>>NXConfig. getTargetDependencies()Configuration for TargetDependencies.Map<String,List<TargetDependency>>NXConfig.Jsii$Proxy. getTargetDependencies()Method parameters in software.aws.awsprototypingsdk.nxmonorepo with type arguments of type TargetDependency Modifier and Type Method Description ProjectTarget.BuilderProjectTarget.Builder. dependsOn(List<? extends TargetDependency> dependsOn)Sets the value ofProjectTarget.getDependsOn()NXConfig.BuilderNXConfig.Builder. targetDependencies(Map<String,? extends List<? extends TargetDependency>> targetDependencies)Sets the value ofNXConfig.getTargetDependencies()
-