|
||||||||||
| 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.generator.EventGeneratorConfiguration
it.geosolutions.geobatch.configuration.event.generator.file.FileBasedEventGeneratorConfiguration
public class FileBasedEventGeneratorConfiguration
Conf for the event generators based on xml marshalled files.
| Constructor Summary | |
|---|---|
FileBasedEventGeneratorConfiguration(java.lang.String id,
java.lang.String name,
java.lang.String description,
boolean dirty,
OsType osType,
FileSystemEventType eventType,
java.lang.String watchDirectory,
java.lang.String interval,
java.lang.String wildCard,
boolean keepFiles)
|
|
| Method Summary | |
|---|---|
FileSystemEventType |
getEventType()
Getter for the event type attribute. |
java.lang.String |
getInterval()
|
boolean |
getKeepFiles()
Getter for the keep files in watchDirectory flag. |
FileSystemMonitorType |
getMonitorType()
|
OsType |
getOsType()
Getter for the OS type attribute. |
java.lang.String |
getWatchDirectory()
|
java.lang.String |
getWildCard()
Getter for the wild card attribute. |
void |
setEventType(FileSystemEventType eventType)
Setter for the event type attribute. |
void |
setInterval(java.lang.String interval)
|
void |
setKeepFiles(boolean keepFiles)
Setter for the keep files in watchDirectory flag. |
void |
setMonitorType(FileSystemMonitorType monitorType)
|
void |
setOsType(OsType osType)
Setter for the OS type attribute. |
void |
setWatchDirectory(java.lang.String watchDirectory)
|
void |
setWildCard(java.lang.String wildCard)
Setter for the wild card attribute. |
| Methods inherited from class it.geosolutions.geobatch.catalog.impl.BaseConfiguration |
|---|
clone, 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 |
| Constructor Detail |
|---|
public FileBasedEventGeneratorConfiguration(java.lang.String id,
java.lang.String name,
java.lang.String description,
boolean dirty,
OsType osType,
FileSystemEventType eventType,
java.lang.String watchDirectory,
java.lang.String interval,
java.lang.String wildCard,
boolean keepFiles)
id - name - description - dirty - osType - eventType - watchDirectory - interval - wildCard - keepFiles - | Method Detail |
|---|
public void setWatchDirectory(java.lang.String watchDirectory)
public FileSystemMonitorType getMonitorType()
public void setMonitorType(FileSystemMonitorType monitorType)
monitorType - public java.lang.String getInterval()
public void setInterval(java.lang.String interval)
public java.lang.String getWatchDirectory()
public OsType getOsType()
public void setOsType(OsType osType)
osType - public java.lang.String getWildCard()
public void setWildCard(java.lang.String wildCard)
wildCard - public FileSystemEventType getEventType()
public void setEventType(FileSystemEventType eventType)
eventType - public boolean getKeepFiles()
public void setKeepFiles(boolean keepFiles)
keepFiles -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||