|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.bejug.javacareers.feeder.FeederDaemonConfig
The FeederDaemon config container.
| Constructor Summary | |
FeederDaemonConfig()
|
|
| Method Summary | |
java.lang.String |
getChannelCopyright()
Gets copyright ozner for RSS file. |
java.lang.String |
getChannelDescription()
Gets channel description for RSS file. |
java.lang.String |
getChannelEditor()
Gets editor for RSS file. |
java.lang.String |
getChannelImage()
|
java.lang.String |
getChannelLink()
Gets link for RSS file. |
java.lang.String |
getChannelTitle()
Gets title for RSS file. |
java.lang.String |
getChannelWebmaster()
Gets webmaster for RSS file. |
int |
getGenerateCycle()
Gets number of seconds to wait for regeneration of RSS file. |
java.lang.String |
getKeywords()
|
java.lang.String |
getProxyHost()
|
java.lang.String |
getProxyPort()
|
java.lang.String |
getRssFilepath()
Gets path to write the generated RSS to. |
int |
getScanCycle()
|
boolean |
isProxyEnabled()
|
void |
setChannelCopyright(java.lang.String channelCopyright)
Sets copyright owner for RSS file. |
void |
setChannelDescription(java.lang.String channelDescription)
Sets channel description for RSS file. |
void |
setChannelEditor(java.lang.String channelEditor)
Sets channel editor for RSS file. |
void |
setChannelImage(java.lang.String channelImage)
|
void |
setChannelLink(java.lang.String channelLink)
Sets link for RSS file. |
void |
setChannelTitle(java.lang.String channelTitle)
Sets title for RSS file. |
void |
setChannelWebmaster(java.lang.String channelWebmaster)
Sets webmaster for RSS file. |
void |
setGenerateCycle(int generateCycle)
Sets number of seconds to wait for regeneration of RSS file. |
void |
setKeywords(java.lang.String keywords)
|
void |
setProxyEnabled(boolean isProxyEnabled)
|
void |
setProxyHost(java.lang.String proxyHost)
|
void |
setProxyPort(java.lang.String proxyPort)
|
void |
setRssFilepath(java.lang.String rssFilepath)
Sets path to write the generated RSS to. |
void |
setScanCycle(int scanCycle)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FeederDaemonConfig()
| Method Detail |
public int getGenerateCycle()
public void setGenerateCycle(int generateCycle)
generateCycle - number of seconds to wait for regeneration of RSS
filepublic java.lang.String getChannelDescription()
public void setChannelDescription(java.lang.String channelDescription)
channelDescription - Description for RSS filepublic java.lang.String getChannelLink()
public void setChannelLink(java.lang.String channelLink)
channelLink - Link for RSS filepublic java.lang.String getChannelTitle()
public void setChannelTitle(java.lang.String channelTitle)
channelTitle - title for RSS filepublic java.lang.String getChannelCopyright()
public void setChannelCopyright(java.lang.String channelCopyright)
channelCopyright - Copyright owner for RSS filepublic java.lang.String getChannelEditor()
public void setChannelEditor(java.lang.String channelEditor)
channelEditor - Editor for RSS filepublic java.lang.String getChannelWebmaster()
public void setChannelWebmaster(java.lang.String channelWebmaster)
channelWebmaster - Webmaster for RSS filepublic java.lang.String getProxyHost()
public void setProxyHost(java.lang.String proxyHost)
proxyHost - The proxyHost to set.public java.lang.String getProxyPort()
public void setProxyPort(java.lang.String proxyPort)
proxyPort - The proxyPort to set.public int getScanCycle()
public void setScanCycle(int scanCycle)
scanCycle - The scanCycle to set.public boolean isProxyEnabled()
public void setProxyEnabled(boolean isProxyEnabled)
isProxyEnabled - The isProxyEnabled to set.public java.lang.String getRssFilepath()
public void setRssFilepath(java.lang.String rssFilepath)
rssFilepath - to write RSS file topublic java.lang.String getKeywords()
public void setKeywords(java.lang.String keywords)
keywords - Stringpublic java.lang.String getChannelImage()
public void setChannelImage(java.lang.String channelImage)
channelImage - is the channelImage to be set
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||