|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.stanwood.media.info.MediaInfoFactory
public class MediaInfoFactory
Factory call used to get the correct IMediaFileInfo
implemention for the file.
Constructor Summary | |
---|---|
MediaInfoFactory()
|
Method Summary | |
---|---|
static IMediaFileInfo |
createMediaInfo(java.io.File mediaFile,
org.w3c.dom.Document document)
Used to get the media information object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MediaInfoFactory()
Method Detail |
---|
public static IMediaFileInfo createMediaInfo(java.io.File mediaFile, org.w3c.dom.Document document) throws StanwoodException
mediaFile
- The media filedocument
- The XML information about the file
StanwoodException
- Thrown if their are any problems
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |