Class/Object

coursier.cli

Helper

Related Docs: object Helper | package cli

Permalink

class Helper extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Helper
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Helper(common: CommonOptions, rawDependencies: Seq[String], extraJars: Seq[File] = Nil, printResultStdout: Boolean = false, ignoreErrors: Boolean = false, isolated: IsolatedLoaderOptions = IsolatedLoaderOptions(), warnBaseLoaderNotFound: Boolean = true)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def allModuleVersionConfigs: List[(core.Module, String, Option[String])]

    Permalink
  5. var anyError: Boolean

    Permalink
  6. def artifacts(sources: Boolean, javadoc: Boolean, artifactTypes: Set[String], subset: Set[Dependency] = null): Seq[Artifact]

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. val baseDependencies: List[Dependency]

    Permalink
  9. def baseLoader: ClassLoader

    Permalink
  10. val cache: File

    Permalink
  11. val cachePolicies: Seq[CachePolicy]

    Permalink
  12. val checksums: Seq[Option[String]]

    Permalink
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def contextLoader: ClassLoader

    Permalink
  15. val defaultRepositories: Seq[core.Repository]

    Permalink
  16. val dependencies: List[Dependency]

    Permalink
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  19. val excludeErrors: Seq[String]

    Permalink
  20. val excludes: Set[(String, String)]

    Permalink
  21. val excludes0: Seq[core.Module]

    Permalink
  22. val excludesNoAttr: Seq[core.Module]

    Permalink
  23. val excludesWithAttr: Seq[core.Module]

    Permalink
  24. def fetch(sources: Boolean, javadoc: Boolean, artifactTypes: Set[String], subset: Set[Dependency] = null): Seq[File]

    Permalink
  25. val fetch0: (Seq[(Module, String)]) ⇒ Task[MD]

    Permalink
  26. val fetchQuiet: Metadata[Task]

    Permalink
  27. val fetchs: Seq[Content[Task]]

    Permalink
  28. lazy val filteredFiles: Seq[File]

    Permalink
  29. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  30. val forceVersionErrors: Seq[String]

    Permalink
  31. val forceVersions: Map[core.Module, String]

    Permalink
  32. val forceVersions0: Seq[(core.Module, String)]

    Permalink
  33. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  34. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  35. val intransitiveDependencies: Seq[Dependency]

    Permalink
  36. val intransitiveModVerCfgErrors: Seq[String]

    Permalink
  37. val intransitiveModuleVersionConfigs: Seq[(core.Module, String, Option[String])]

    Permalink
  38. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  39. lazy val loader: URLClassLoader

    Permalink
  40. val logger: Option[TermDisplay]

    Permalink
  41. val loggerFallbackMode: Boolean

    Permalink
  42. val modVerCfgErrors: Seq[String]

    Permalink
  43. val moduleVersionConfigs: Seq[(core.Module, String, Option[String])]

    Permalink
  44. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  45. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  46. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  47. val otherRawDependencies: Seq[String]

    Permalink
  48. lazy val parentLoader: ClassLoader

    Permalink
  49. val pool: ExecutorService

    Permalink
  50. lazy val projCache: Map[core.Resolution.ModuleVersion, core.Project]

    Permalink
  51. val repositories: List[core.Repository]

    Permalink
  52. val repositoriesValidation: Validation[NonEmptyList[String], Seq[core.Repository]]

    Permalink
  53. val res: Resolution

    Permalink
  54. lazy val retainedMainClass: String

    Permalink
  55. val scaladexModuleVersionConfigs: List[(Module, String, None.type)]

    Permalink
  56. val scaladexRawDependencies: Seq[String]

    Permalink
  57. val sourceDirectories: List[File]

    Permalink
  58. val sourceRepositoryForceVersions: List[(Module, String)]

    Permalink
  59. val startRes: Resolution

    Permalink
  60. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  61. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  62. val trDeps: Vector[core.Dependency]

    Permalink
  63. val ttl0: Option[Duration]

    Permalink
  64. val userEnabledProfiles: Set[String]

    Permalink
  65. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  66. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  67. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped