org.bejug.javacareers.feeder
Class FeederDaemonConfig

java.lang.Object
  extended byorg.bejug.javacareers.feeder.FeederDaemonConfig

public class FeederDaemonConfig
extends java.lang.Object

The FeederDaemon config container.

Version:
$Revision: 1.3 $ - $Date: 2005/12/20 15:36:45 $
Author:
Stephan Janssen (last modified by $Author: shally $)

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

FeederDaemonConfig

public FeederDaemonConfig()
Method Detail

getGenerateCycle

public int getGenerateCycle()
Gets number of seconds to wait for regeneration of RSS file.

Returns:
number of seconds to wait for regeneration of RSS file

setGenerateCycle

public void setGenerateCycle(int generateCycle)
Sets number of seconds to wait for regeneration of RSS file.

Parameters:
generateCycle - number of seconds to wait for regeneration of RSS file

getChannelDescription

public java.lang.String getChannelDescription()
Gets channel description for RSS file.

Returns:
channel description for RSS file

setChannelDescription

public void setChannelDescription(java.lang.String channelDescription)
Sets channel description for RSS file.

Parameters:
channelDescription - Description for RSS file

getChannelLink

public java.lang.String getChannelLink()
Gets link for RSS file.

Returns:
Link for RSS file

setChannelLink

public void setChannelLink(java.lang.String channelLink)
Sets link for RSS file.

Parameters:
channelLink - Link for RSS file

getChannelTitle

public java.lang.String getChannelTitle()
Gets title for RSS file.

Returns:
title for RSS file

setChannelTitle

public void setChannelTitle(java.lang.String channelTitle)
Sets title for RSS file.

Parameters:
channelTitle - title for RSS file

getChannelCopyright

public java.lang.String getChannelCopyright()
Gets copyright ozner for RSS file.

Returns:
copyright owner for RSS file

setChannelCopyright

public void setChannelCopyright(java.lang.String channelCopyright)
Sets copyright owner for RSS file.

Parameters:
channelCopyright - Copyright owner for RSS file

getChannelEditor

public java.lang.String getChannelEditor()
Gets editor for RSS file.

Returns:
Gets editor for RSS file

setChannelEditor

public void setChannelEditor(java.lang.String channelEditor)
Sets channel editor for RSS file.

Parameters:
channelEditor - Editor for RSS file

getChannelWebmaster

public java.lang.String getChannelWebmaster()
Gets webmaster for RSS file.

Returns:
webmaster for RSS file

setChannelWebmaster

public void setChannelWebmaster(java.lang.String channelWebmaster)
Sets webmaster for RSS file.

Parameters:
channelWebmaster - Webmaster for RSS file

getProxyHost

public java.lang.String getProxyHost()
Returns:
Returns the proxyHost.

setProxyHost

public void setProxyHost(java.lang.String proxyHost)
Parameters:
proxyHost - The proxyHost to set.

getProxyPort

public java.lang.String getProxyPort()
Returns:
Returns the proxyPort.

setProxyPort

public void setProxyPort(java.lang.String proxyPort)
Parameters:
proxyPort - The proxyPort to set.

getScanCycle

public int getScanCycle()
Returns:
Returns the scanCycle.

setScanCycle

public void setScanCycle(int scanCycle)
Parameters:
scanCycle - The scanCycle to set.

isProxyEnabled

public boolean isProxyEnabled()
Returns:
Returns the isProxyEnabled.

setProxyEnabled

public void setProxyEnabled(boolean isProxyEnabled)
Parameters:
isProxyEnabled - The isProxyEnabled to set.

getRssFilepath

public java.lang.String getRssFilepath()
Gets path to write the generated RSS to.

Returns:
path to write RSS file to

setRssFilepath

public void setRssFilepath(java.lang.String rssFilepath)
Sets path to write the generated RSS to.

Parameters:
rssFilepath - to write RSS file to

getKeywords

public java.lang.String getKeywords()
Returns:
keywords

setKeywords

public void setKeywords(java.lang.String keywords)
Parameters:
keywords - String

getChannelImage

public java.lang.String getChannelImage()
Returns:
ChannelImage

setChannelImage

public void setChannelImage(java.lang.String channelImage)
Parameters:
channelImage - is the channelImage to be set


Copyright © 2005-2006 BeJUG. All Rights Reserved.