|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpusu.data.OutputFeedFactory
public class OutputFeedFactory
OutputFeedFactory luo halutun typpisiä OutputFeedejä.
Nested Class Summary | |
---|---|
static class |
OutputFeedFactory.FeedType
Järjestelmän tukemat syätemuodot. |
Constructor Summary | |
---|---|
OutputFeedFactory()
|
Method Summary | |
---|---|
static OutputFeed |
createFeed(java.lang.String title,
OutputFeedFactory.FeedType feedType)
Luo uuden halutun tyyppisen ulosmenevän syötteen. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OutputFeedFactory()
Method Detail |
---|
public static OutputFeed createFeed(java.lang.String title, OutputFeedFactory.FeedType feedType) throws java.lang.NullPointerException
title
- Syötteen nimi.feedType
- Syötetyyppi, jonka mukaisen OutputFeed-olion tehdasluokka luo.
java.lang.NullPointerException
- Jos title tai feedType on null-viite.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |