|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--context.arch.util.Configuration
This class implements a subscriber object, encapsulating the information needed to create a subscriber and send information to it.
Subscribers
Field Summary | |
static java.lang.String |
AUTHOR
Tag for author |
static java.lang.String |
CONFIGURATION
Tag for a configuration |
static java.lang.String |
DESCRIPTION
Tag for description |
static java.lang.String |
INTERPRETERS
Tag for interpreters |
static java.lang.String |
OTHER_COMPONENTS
Tag for other components |
static java.lang.String |
PARAMETERS
Tag for parameters |
static java.lang.String |
SERVERS
Tag for servers |
static java.lang.String |
VERSION
Tag for a version |
static java.lang.String |
WIDGETS
Tag for widgets |
Constructor Summary | |
Configuration(DataObject data)
Basic constructor that creates a configuration object from a DataObject. |
Method Summary | |
java.lang.String |
getAuthor()
Returns the author of this configuration |
java.lang.String |
getDescription()
Returns the description of this configuration |
ConfigObjects |
getInterpreterConfigurations()
Returns the interpreter configurations for this configuration |
ConfigObjects |
getOtherConfigurations()
Returns the other component (not servers, widgets, or interpreters) configurations for this configuration |
AttributeNameValues |
getParameters()
Returns the parameters for this configuration |
ConfigObjects |
getServerConfigurations()
Returns the server configurations for this configuration |
java.lang.String |
getVersion()
Returns the version number of this configuration |
ConfigObjects |
getWidgetConfigurations()
Returns the widget configurations for this configuration |
void |
setAuthor(java.lang.String author)
Sets the author of this configuration |
void |
setDescription(java.lang.String description)
Sets the description of this configuration |
void |
setInterpreterConfigurations(ConfigObjects interpreters)
Sets the interpreter configurations for this configuration |
void |
setOtherConfigurations(ConfigObjects others)
Sets the the other component (not servers, widgets, or interpreters) configurations for this configuration |
void |
setParameters(AttributeNameValues parameters)
Sets the parameters for this configuration |
void |
setServerConfigurations(ConfigObjects servers)
Sets the server configurations for this configuration |
void |
setVersion(java.lang.String version)
Sets the version number of this configuration |
void |
setWidgetConfigurations(ConfigObjects widgets)
Sets the widget configurations for this configuration |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public static final java.lang.String VERSION
public static final java.lang.String CONFIGURATION
public static final java.lang.String AUTHOR
public static final java.lang.String DESCRIPTION
public static final java.lang.String PARAMETERS
public static final java.lang.String WIDGETS
public static final java.lang.String INTERPRETERS
public static final java.lang.String SERVERS
public static final java.lang.String OTHER_COMPONENTS
Constructor Detail |
public Configuration(DataObject data)
data
- DataObject containing the subscriber infoMethod Detail |
public java.lang.String getVersion()
public void setVersion(java.lang.String version)
version
- Version of this configurationpublic java.lang.String getAuthor()
public void setAuthor(java.lang.String author)
author
- Author of this configurationpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- Description of this configurationpublic AttributeNameValues getParameters()
public void setParameters(AttributeNameValues parameters)
parameters
- Parameters for this configurationpublic ConfigObjects getWidgetConfigurations()
public void setWidgetConfigurations(ConfigObjects widgets)
widgets
- Widget configurations for this configurationpublic ConfigObjects getInterpreterConfigurations()
public void setInterpreterConfigurations(ConfigObjects interpreters)
interpreters
- Interpreter configurations for this configurationpublic ConfigObjects getServerConfigurations()
public void setServerConfigurations(ConfigObjects servers)
servers
- Server configurations for this configurationpublic ConfigObjects getOtherConfigurations()
public void setOtherConfigurations(ConfigObjects others)
others
- Other configurations for this configuration
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |