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. var anyError: Boolean

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

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. val baseDependencies: Seq[Dependency]

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

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

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

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

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

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

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

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

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

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

    Permalink
  25. val fetchQuiet: Metadata[Task]

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

    Permalink
  27. lazy val filteredFiles: Seq[File]

    Permalink
  28. def finalize(): Unit

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

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

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

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

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

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

    Permalink
  35. val intransitiveModVerCfgErrors: Seq[String]

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

    Permalink
  37. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  38. lazy val loader: URLClassLoader

    Permalink
  39. val logger: Option[TermDisplay]

    Permalink
  40. val loggerFallbackMode: Boolean

    Permalink
  41. val modVerCfgErrors: Seq[String]

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  46. lazy val parentLoader: ClassLoader

    Permalink
  47. val pool: ExecutorService

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

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

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

    Permalink
  51. val res: Resolution

    Permalink
  52. lazy val retainedMainClass: String

    Permalink
  53. val sourceDirectories: List[File]

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

    Permalink
  55. val startRes: Resolution

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

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

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

    Permalink
  59. val ttl0: Option[Duration]

    Permalink
  60. val userEnabledProfiles: Set[String]

    Permalink
  61. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped