net.sourceforge.rssowl.util.shop
Class BlogShop

java.lang.Object
  extended bynet.sourceforge.rssowl.util.shop.BlogShop

public class BlogShop
extends Object

Factory class for blogging concerns in RSSOwl

Version:
1.1.3
Author:
Benjamin Pasero

Field Summary
(package private) static String executable
          The blogger executable and arguments
 
Constructor Summary
private BlogShop()
          This utility class constructor is hidden
 
Method Summary
static void blogNews(NewsItem rssNewsItem)
          Blog a newsitem.
private static boolean isBloggerSet()
          Check if a blogger is set and give out warning if it is not set.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

executable

static String executable
The blogger executable and arguments

Constructor Detail

BlogShop

private BlogShop()
This utility class constructor is hidden

Method Detail

blogNews

public static void blogNews(NewsItem rssNewsItem)
Blog a newsitem. This method first checks if a blogger is set and then executes it with the given arguments. If the user has used wildcards, they are added to the arguments.

Parameters:
rssNewsItem - The Newsitem to blog

isBloggerSet

private static boolean isBloggerSet()
Check if a blogger is set and give out warning if it is not set.

Returns:
boolean TRUE if the blogger is set


RSSOwl - RSS / RDF / Atom Newsreader

SourceForge.net Logo