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 void
addSetting(Setting s)
Setting
getSetting(String name)
Setting[]
getSettings()
void
removeSetting(Setting s)
String
toString()
-
-
-
Constructor Detail
-
Settings
public Settings()
-
Settings
public Settings(String name)
-
-