package ivy
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
sealed
trait
CircularDependencyLevel extends AnyRef
Wrapper around circular dependency strategy.
- sealed trait Credentials extends AnyRef
- final class DirectCredentials extends Credentials
- final class ExternalIvyConfiguration extends IvyConfiguration with Serializable
- trait ExternalIvyConfigurationFormats extends AnyRef
- final class FileCredentials extends Credentials
- final class InlineIvyConfiguration extends IvyConfiguration with Serializable
- trait InlineIvyConfigurationFormats extends AnyRef
- abstract class IvyConfiguration extends Serializable
- trait IvyConfigurationFormats extends AnyRef
- class IvyDependencyResolution extends DependencyResolutionInterface
- trait IvyLibraryManagementCodec extends BasicJsonProtocol with LibraryManagementCodec with GlobalLockFormat with LoggerFormat with UpdateOptionsFormat with IvyPathsFormats with ResolverFormats with ModuleConfigurationFormats with InlineIvyConfigurationFormats with ExternalIvyConfigurationFormats with IvyConfigurationFormats
- final class IvyPaths extends Serializable
- trait IvyPathsFormats extends AnyRef
- class IvyPublisher extends PublisherInterface
-
final
class
UpdateOptions extends AnyRef
Represents configurable options for update task.
Represents configurable options for update task. While UpdateConfiguration is passed into update at runtime, UpdateOption is intended to be used while setting up the Ivy object.
See also UpdateConfiguration in IvyActions.scala.
Value Members
- object CircularDependencyLevel
- object Credentials
- object ExternalIvyConfiguration extends Serializable
- object InlineIvyConfiguration extends Serializable
- object IvyConfiguration extends Serializable
-
object
IvyDefaults
This is a list of functions with default values.
- object IvyDependencyResolution
- object IvyLibraryManagementCodec extends IvyLibraryManagementCodec
- object IvyPaths extends Serializable
- object IvyPublisher
- object UpdateOptions