|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.geosolutions.geobatch.catalog.impl.BaseIdentifiable
it.geosolutions.geobatch.catalog.impl.BaseConfiguration
it.geosolutions.geobatch.configuration.event.consumer.file.FileBasedEventConsumerConfiguration
public class FileBasedEventConsumerConfiguration
Conf for the event consumers based on xml marshalled files.
TODO: we may need another hierarchy level for a BaseEventConsumerConfiguration class
| Field Summary | |
|---|---|
protected java.util.List<ProgressListenerConfiguration> |
listenerConfigurations
These configs are filled by the loader, dereferencing the listenersId. |
| Constructor Summary | |
|---|---|
protected |
FileBasedEventConsumerConfiguration(java.lang.String id,
java.lang.String name,
java.lang.String description)
Default Constructor. |
| Method Summary | |
|---|---|
void |
addListenerConfiguration(ProgressListenerConfiguration plc)
|
FileBasedEventConsumerConfiguration |
clone()
|
java.util.List<? extends ActionConfiguration> |
getActions()
Getter for the consumer actions. |
java.util.List<ProgressListenerConfiguration> |
getListenerConfigurations()
|
java.util.List<java.lang.String> |
getListenerIds()
|
java.util.List<FileEventRule> |
getRules()
Getter for the consumer rules. |
java.lang.String |
getWorkingDirectory()
Getter for the configuring directory attribute. |
boolean |
isKeepContextDir()
|
boolean |
isPerformBackup()
Is the backup of the input data enabled? |
boolean |
isPreserveInput()
|
void |
setActions(java.util.List<? extends ActionConfiguration> actions)
Setter for the consumer actions. |
void |
setKeepContextDir(boolean keepContextDir)
|
void |
setListenerId(java.util.List<java.lang.String> ids)
|
void |
setPerformBackup(boolean performBackup)
Setter for the perform backup option. |
void |
setPreserveInput(boolean preserveInput)
|
void |
setRules(java.util.List<FileEventRule> rules)
Setter for the consumer rules. |
void |
setWorkingDirectory(java.lang.String workingDirectory)
Setter for the configuring directory attribute. |
| Methods inherited from class it.geosolutions.geobatch.catalog.impl.BaseConfiguration |
|---|
getServiceID, isDirty, setDirty, setServiceID, toString |
| Methods inherited from class it.geosolutions.geobatch.catalog.impl.BaseIdentifiable |
|---|
getDescription, getId, getName, setDescription, setId, setName |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface it.geosolutions.geobatch.catalog.Configuration |
|---|
getServiceID, isDirty, setDirty, setServiceID |
| Methods inherited from interface it.geosolutions.geobatch.catalog.Identifiable |
|---|
getDescription, getId, getName, setDescription, setId, setName |
| Field Detail |
|---|
protected java.util.List<ProgressListenerConfiguration> listenerConfigurations
| Constructor Detail |
|---|
protected FileBasedEventConsumerConfiguration(java.lang.String id,
java.lang.String name,
java.lang.String description)
| Method Detail |
|---|
public boolean isKeepContextDir()
public void setKeepContextDir(boolean keepContextDir)
keepContextDir - the keepContextDir to setpublic java.util.List<? extends ActionConfiguration> getActions()
getActions in interface EventConsumerConfigurationpublic void setActions(java.util.List<? extends ActionConfiguration> actions)
setActions in interface EventConsumerConfigurationactions - public java.util.List<FileEventRule> getRules()
public void setRules(java.util.List<FileEventRule> rules)
rules - public java.lang.String getWorkingDirectory()
public void setWorkingDirectory(java.lang.String workingDirectory)
workingDirectory - public boolean isPerformBackup()
public void setPerformBackup(boolean performBackup)
performBackup - public boolean isPreserveInput()
public void setPreserveInput(boolean preserveInput)
preserveInput - public java.util.List<java.lang.String> getListenerIds()
getListenerIds in interface EventConsumerConfigurationpublic void setListenerId(java.util.List<java.lang.String> ids)
public void addListenerConfiguration(ProgressListenerConfiguration plc)
addListenerConfiguration in interface EventConsumerConfigurationpublic java.util.List<ProgressListenerConfiguration> getListenerConfigurations()
getListenerConfigurations in interface EventConsumerConfigurationpublic FileBasedEventConsumerConfiguration clone()
clone in class BaseConfiguration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||