Package org.jcsp.net.settings
Class Settings
- java.lang.Object
-
- org.jcsp.net.settings.Settings
-
public class Settings extends Object
Used internally within the JCSP network infrastructure to represent a set of system settings.- Author:
- Quickstone Technologies Limited
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddSetting(Setting s)SettinggetSetting(String name)Setting[]getSettings()voidremoveSetting(Setting s)StringtoString()
-
-
-
Constructor Detail
-
Settings
public Settings()
-
Settings
public Settings(String name)
-
-