org.ops4j.pax.exam.container.def.options
Interface RepositoryOption

All Superinterfaces:
Option
All Known Implementing Classes:
RepositoryOptionImpl

public interface RepositoryOption
extends Option

Option specifiying a Pax Runner repository.

Since:
0.3.0, December 19, 2008
Author:
Toni Menzel (tonit)

Method Summary
 RepositoryOption allowSnapshots()
          Mark repository as allowing snapshots.
 RepositoryOption disableReleases()
          Mark repository as not allowing releases.
 

Method Detail

allowSnapshots

RepositoryOption allowSnapshots()
Mark repository as allowing snapshots.

Returns:
this for fluent api

disableReleases

RepositoryOption disableReleases()
Mark repository as not allowing releases.

Returns:
this for fluent api


Copyright © 2006-2012 OPS4J - Open Participation Software for Java. All Rights Reserved.