net.sf.sail.common.util
Class CurnitPreviewer
java.lang.Object
net.sf.sail.common.util.CurnitPreviewer
public class CurnitPreviewer
- extends java.lang.Object
- Author:
- turadg
Method Summary |
void |
bundleLivePreview(java.io.InputStream bundleSource)
Preview the whole curnit as if the learner had begun it, using the
services architecture. |
void |
bundleSavedPreview(java.io.InputStream bundleSource,
boolean newJVM)
|
static void |
main(java.lang.String[] args)
|
void |
simpleLivePreview()
|
void |
simpleSavedPreview()
Preview the whole curnit as if the learner had begun it from a
freshly-saved curnit file and using the simple launcher |
java.net.URL |
writeTempCurnit()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CurnitPreviewer
public CurnitPreviewer(Curnit curnit)
writeTempCurnit
public java.net.URL writeTempCurnit()
throws java.io.IOException
- Throws:
java.io.IOException
simpleSavedPreview
public void simpleSavedPreview()
throws java.io.IOException
- Preview the whole curnit as if the learner had begun it from a
freshly-saved curnit file and using the simple launcher
- Throws:
java.io.IOException
simpleLivePreview
public void simpleLivePreview()
throws java.io.IOException
- Throws:
java.io.IOException
bundleLivePreview
public void bundleLivePreview(java.io.InputStream bundleSource)
throws java.io.IOException
- Preview the whole curnit as if the learner had begun it, using the
services architecture.
- Parameters:
bundleSource
- TODO
- Throws:
java.io.IOException
bundleSavedPreview
public void bundleSavedPreview(java.io.InputStream bundleSource,
boolean newJVM)
main
public static void main(java.lang.String[] args)
Copyright © 2004-2008 TELS Center. All Rights Reserved.