public interface

RepositoryOption

implements ValueOption<T>
org.ops4j.pax.exam.options.extra.RepositoryOption
Known Indirect Subclasses

Class Overview

Option specifiying a Maven repository.

Summary

Public Methods
abstract RepositoryOption allowSnapshots()
Mark repository as allowing snapshots.
abstract RepositoryOption disableReleases()
Mark repository as not allowing releases.
abstract RepositoryOption id(String id)
Defines repository identifier to be referenced in Maven settings.
[Expand]
Inherited Methods
From interface org.ops4j.pax.exam.options.ValueOption

Public Methods

public abstract RepositoryOption allowSnapshots ()

Mark repository as allowing snapshots.

Returns
  • this for fluent API

public abstract RepositoryOption disableReleases ()

Mark repository as not allowing releases.

Returns
  • this for fluent API

public abstract RepositoryOption id (String id)

Defines repository identifier to be referenced in Maven settings.

Returns
  • this for fluent API