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. val allDependencies: Seq[Dependency]

    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. def baseLoader: ClassLoader

    Permalink
  9. val cache: File

    Permalink
  10. val cachePolicies: Seq[CachePolicy]

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

    Permalink
  12. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

    Permalink
  23. def fetchMap(sources: Boolean, javadoc: Boolean, artifactTypes: Set[String], subset: Set[Dependency] = null): Map[String, File]

    Permalink
  24. val fetchQuiet: Metadata[Task]

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

    Permalink
  26. lazy val filteredFiles: Seq[File]

    Permalink
  27. def finalize(): Unit

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  32. val globalExcludes: Set[(String, String)]

    Permalink
  33. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  34. val intransitiveDeps: Seq[Dependency]

    Permalink
  35. val intransitiveModVerCfgErrors: Seq[String]

    Permalink
  36. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  37. lazy val loader: URLClassLoader

    Permalink
  38. val localExcludeMap: Map[String, Set[(String, String)]]

    Permalink
  39. val logger: Option[TermDisplay]

    Permalink
  40. val loggerFallbackMode: Boolean

    Permalink
  41. val modVerCfgErrors: Seq[String]

    Permalink
  42. val moduleReq: ModuleRequirements

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

    Permalink
    Definition Classes
    AnyRef
  44. val normalDeps: Seq[Dependency]

    Permalink
  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: Seq[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 scaladexDeps: List[Dependency]

    Permalink
  56. val scaladexRawDependencies: Seq[String]

    Permalink
  57. val startRes: Resolution

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

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

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

    Permalink
  61. val transitiveDeps: Seq[Dependency]

    Permalink
  62. val ttl0: Option[Duration]

    Permalink
  63. val userEnabledProfiles: Set[String]

    Permalink
  64. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped