librarymanagement-ivy
librarymanagement-ivy
org.apache.ivy.plugins.parser.m2
ReplaceMavenConfigurationMappings
sbt.internal.librarymanagement
ComponentManager
ComponentManager
CustomHttp
CustomPomParser
CustomPomParser
IfMissing
IfMissing
Define
Fail
InvalidComponent
IvyActions
IvyCache
IvyInternalDefaults
IvyRetrieve
IvySbt
Module
IvyScalaUtil
OverrideScalaMediator
MakePom
MakePom
NotInCache
ProjectResolver
ProjectResolver
sbt.internal.librarymanagement.ivyint
CustomMavenResolver
CustomRemoteMavenResolver
ErrorMessageAuthenticator
GigahorseUrlHandler
GigahorseUrlHandler
ParallelResolveEngine
SbtDefaultDependencyDescriptor
sbt.internal.librarymanagement.mavenint
PomExtraDependencyAttributes
sbt.librarymanagement.ivy
CircularDependencyLevel
CircularDependencyLevel
Credentials
Credentials
DirectCredentials
ExternalIvyConfiguration
ExternalIvyConfiguration
ExternalIvyConfigurationFormats
FileCredentials
InlineIvyConfiguration
InlineIvyConfiguration
InlineIvyConfigurationFormats
IvyConfiguration
IvyConfiguration
IvyConfigurationFormats
IvyDefaults
IvyDependencyResolution
IvyDependencyResolution
IvyLibraryManagementCodec
IvyLibraryManagementCodec
IvyPaths
IvyPaths
IvyPathsFormats
IvyPublisher
IvyPublisher
UpdateOptions
UpdateOptions
sbt.librarymanagement.ivy.formats
UpdateOptionsFormat
librarymanagement-ivy
/
sbt.librarymanagement.ivy
/
InlineIvyConfiguration
InlineIvyConfiguration
final
class
InlineIvyConfiguration
extends
IvyConfiguration
with
Serializable
Companion:
object
Graph
Supertypes
class
IvyConfiguration
trait
Serializable
class
Object
trait
Matchable
class
Any
Value members
Value members
Concrete methods
override
def
equals
(
o:
Any
):
Boolean
Definition Classes
IvyConfiguration
->
Any
override
def
hashCode
:
Int
Definition Classes
IvyConfiguration
->
Any
override
def
toString
:
String
Definition Classes
IvyConfiguration
->
Any
def
withChecksums
(
checksums:
Vector
[
String
]):
InlineIvyConfiguration
def
withLock
(
lock:
Option
[
GlobalLock
]):
InlineIvyConfiguration
def
withLock
(
lock:
GlobalLock
):
InlineIvyConfiguration
def
withLog
(
log:
Option
[
Logger
]):
InlineIvyConfiguration
def
withLog
(
log:
Logger
):
InlineIvyConfiguration
def
withManagedChecksums
(
managedChecksums:
Boolean
):
InlineIvyConfiguration
def
withModuleConfigurations
(
moduleConfigurations:
Vector
[
ModuleConfiguration
]):
InlineIvyConfiguration
def
withOtherResolvers
(
otherResolvers:
Vector
[
Resolver
]):
InlineIvyConfiguration
def
withPaths
(
paths:
Option
[
IvyPaths
]):
InlineIvyConfiguration
def
withPaths
(
paths:
IvyPaths
):
InlineIvyConfiguration
def
withResolutionCacheDir
(
resolutionCacheDir:
Option
[
File
]):
InlineIvyConfiguration
def
withResolutionCacheDir
(
resolutionCacheDir:
File
):
InlineIvyConfiguration
def
withResolvers
(
resolvers:
Vector
[
Resolver
]):
InlineIvyConfiguration
def
withUpdateOptions
(
updateOptions:
UpdateOptions
):
InlineIvyConfiguration
Concrete fields
val
checksums
:
Vector
[
String
]
val
managedChecksums
:
Boolean
val
moduleConfigurations
:
Vector
[
ModuleConfiguration
]
val
otherResolvers
:
Vector
[
Resolver
]
val
paths
:
Option
[
IvyPaths
]
val
resolutionCacheDir
:
Option
[
File
]
val
resolvers
:
Vector
[
Resolver
]