FeedConfig

public class FeedConfig

Represents the information needed for the module to fetch an atom feed (the URL) and extract a specific part of the feed content (the regex)

Constructors

FeedConfig

public FeedConfig()

FeedConfig

public FeedConfig(String url, String regex)

Methods

getRegex

public String getRegex()

getUrl

public String getUrl()

setRegex

public void setRegex(String regex)

setUrl

public void setUrl(String url)