|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.connectivity.framework.crawler.web.configuration.Configured
public class Configured
Base class for things that may be configured with a Configuration.
| Field Summary | |
|---|---|
protected Configuration |
_configuration
The configuration. |
| Constructor Summary | |
|---|---|
Configured()
Default empty constructor. |
|
Configured(Configuration configuration)
Construct a Configured. |
|
| Method Summary | |
|---|---|
Configuration |
getConf()
Return the configuration used by this object. |
void |
setConf(Configuration configuration)
Set the configuration to be used by this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Configuration _configuration
| Constructor Detail |
|---|
public Configured()
public Configured(Configuration configuration)
configuration - Configuration| Method Detail |
|---|
public void setConf(Configuration configuration)
setConf in interface Configurableconfiguration - Configurationpublic Configuration getConf()
getConf in interface Configurable
|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||