org.ops4j.pax.exam.options
Interface CompositeOption

All Superinterfaces:
Option
All Known Implementing Classes:
DefaultCompositeOption, OptionalCompositeOption

public interface CompositeOption
extends Option

An option composed of other options.

Since:
0.3.0, December 08, 2008
Author:
Alin Dreghiciu (adreghiciu@gmail.com)

Method Summary
 Option[] getOptions()
          Getter.
 

Method Detail

getOptions

Option[] getOptions()
Getter.

Returns:
composed options (cannot be null)


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