com.voidsearch.voidbase.apps.feedq.resource
Class FeedResourceFactory

java.lang.Object
  extended by com.voidsearch.voidbase.apps.feedq.resource.FeedResourceFactory

public class FeedResourceFactory
extends java.lang.Object


Constructor Summary
FeedResourceFactory()
           
 
Method Summary
static FeedResource getResource(java.lang.String resource, byte[] rawContent)
          factor appropriate feed resource based on resource
static FeedResource getResource(java.lang.String resource, java.lang.String entryDelimiter, byte[] rawContent)
          factor appropriate feed resource based on resource and given entry delimiter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeedResourceFactory

public FeedResourceFactory()
Method Detail

getResource

public static FeedResource getResource(java.lang.String resource,
                                       byte[] rawContent)
factor appropriate feed resource based on resource

Parameters:
resource -
rawContent -
Returns:

getResource

public static FeedResource getResource(java.lang.String resource,
                                       java.lang.String entryDelimiter,
                                       byte[] rawContent)
factor appropriate feed resource based on resource and given entry delimiter

Parameters:
resource -
rawContent -
Returns:


Copyright © 2009. All Rights Reserved.