|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfable.io.CustomName
public class CustomName
This class returns the path of a new custom feed (in the form of an URL) or the path of a new article or summary
Method Summary | |
---|---|
static void |
deleteAllSummaries()
Deletes all article summaries |
static java.lang.String |
getNewArticleName()
Returns the file name of the next article to store |
static java.net.URL |
getNewCustomFeedURL(java.lang.String title)
Checks and returns a URL for a custom feed |
static java.lang.String |
getNewSummaryName()
Returns the file name of the next summary to use |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.net.URL getNewCustomFeedURL(java.lang.String title)
title
- Title of the custom feed
public static java.lang.String getNewArticleName()
public static java.lang.String getNewSummaryName()
public static void deleteAllSummaries()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |