com.sun.syndication.feed.synd.impl
Class Converters

java.lang.Object
  extended bycom.sun.syndication.feed.synd.impl.Converters

public class Converters
extends java.lang.Object

Created by IntelliJ IDEA. User: tucu Date: May 21, 2004 Time: 5:26:04 PM To change this template use Options | File Templates.


Constructor Summary
Converters()
           
Converters(java.lang.String defaultFile, java.lang.String fileProperty)
           
 
Method Summary
 Converter getConverter(java.lang.String type)
           
 java.util.List getSupportedFeedTypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Converters

public Converters()

Converters

public Converters(java.lang.String defaultFile,
                  java.lang.String fileProperty)
Method Detail

getSupportedFeedTypes

public java.util.List getSupportedFeedTypes()

getConverter

public Converter getConverter(java.lang.String type)


Copyright © 2004 Sun Microsystems. All Rights Reserved.