|
Lizzy v1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object christophedelory.playlist.BasePlaylistVisitor christophedelory.lizzy.PlaylistToString
public class PlaylistToString
Builds a string representation of a given playlist
.
Constructor Summary | |
---|---|
PlaylistToString()
Builds a new playlist visitor. |
Method Summary | |
---|---|
void |
beginVisitMedia(Media target)
Starts the visit of the specified media. |
void |
beginVisitParallel(Parallel target)
Starts the visit of the specified parallel timing container. |
void |
beginVisitSequence(Sequence target)
Starts the visit of the specified sequence. |
void |
endVisitParallel(Parallel target)
Finishes the visit of the specified parallel timing container. |
void |
endVisitSequence(Sequence target)
Finishes the visit of the specified sequence. |
void |
setDebug(boolean debug)
Enables or disables the debug mode. |
String |
toString()
|
Methods inherited from class christophedelory.playlist.BasePlaylistVisitor |
---|
beginVisitPlaylist, endVisitMedia, endVisitPlaylist |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PlaylistToString()
BasePlaylistVisitor.BasePlaylistVisitor()
Method Detail |
---|
public void setDebug(boolean debug)
debug
- the debug mode.public String toString()
toString
in class Object
public void beginVisitParallel(Parallel target) throws Exception
PlaylistVisitor
beginVisitParallel
in interface PlaylistVisitor
beginVisitParallel
in class BasePlaylistVisitor
target
- the element being visited. Shall not be null
.
NullPointerException
- if target
is null
.
Exception
- if any error occurs during the visit.PlaylistVisitor.endVisitParallel(christophedelory.playlist.Parallel)
public void endVisitParallel(Parallel target) throws Exception
PlaylistVisitor
endVisitParallel
in interface PlaylistVisitor
endVisitParallel
in class BasePlaylistVisitor
target
- the element being visited. Shall not be null
.
NullPointerException
- if target
is null
.
Exception
- if any error occurs during the visit.PlaylistVisitor.beginVisitParallel(christophedelory.playlist.Parallel)
public void beginVisitSequence(Sequence target) throws Exception
PlaylistVisitor
beginVisitSequence
in interface PlaylistVisitor
beginVisitSequence
in class BasePlaylistVisitor
target
- the element being visited. Shall not be null
.
NullPointerException
- if target
is null
.
Exception
- if any error occurs during the visit.PlaylistVisitor.endVisitSequence(christophedelory.playlist.Sequence)
public void endVisitSequence(Sequence target) throws Exception
PlaylistVisitor
endVisitSequence
in interface PlaylistVisitor
endVisitSequence
in class BasePlaylistVisitor
target
- the element being visited. Shall not be null
.
NullPointerException
- if target
is null
.
Exception
- if any error occurs during the visit.PlaylistVisitor.beginVisitSequence(christophedelory.playlist.Sequence)
public void beginVisitMedia(Media target) throws Exception
PlaylistVisitor
beginVisitMedia
in interface PlaylistVisitor
beginVisitMedia
in class BasePlaylistVisitor
target
- the element being visited. Shall not be null
.
NullPointerException
- if target
is null
.
Exception
- if any error occurs during the visit.PlaylistVisitor.endVisitMedia(christophedelory.playlist.Media)
|
© 2008-2009 Christophe Delory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |