com.googlecode.lightest.core
Interface IPreferences

All Superinterfaces:
Cloneable

public interface IPreferences
extends Cloneable

A marker interface for preferences related to the test run. ITask's may query the preferences object for information necessary to configure the task. Implementations should be POGO value objects composed of Strings and Integers, with no additional logic. Referencing classes should use "getX()" to retrieve the desired preference.




Copyright © 2009. All Rights Reserved.