net.luniks.jtvd.backend
Class Author

java.lang.Object
  extended bynet.luniks.jtvd.backend.Author
Direct Known Subclasses:
DVDAuthor

public abstract class Author
extends java.lang.Object


Field Summary
protected  boolean asChapter
           
protected  java.io.File menuFile
           
protected  int menuOption
           
protected  int menuPause
           
protected  Files.TitleInfo menuTitle
           
static int OPTION_LOOP
           
static int OPTION_PAUSE
           
static int OPTION_PAUSE_INF
           
protected  java.io.File outdir
           
protected  Files.TitleInfo[] titleInfos
           
protected  boolean withMenu
           
 
Constructor Summary
Author()
           
 
Method Summary
 boolean getAsChapter()
           
abstract  java.lang.String[] getCmdarray()
           
abstract  int getMegabytes(java.util.regex.Matcher matcher)
           
 java.io.File getMenuFile()
           
 int getMenuOption()
           
 int getMenuPause()
           
 Files.TitleInfo getMenuTitle()
           
 java.io.File getOutdir()
           
abstract  java.util.regex.Pattern getStatusPattern()
           
 Files.TitleInfo[] getTitleInfos()
           
 boolean getWithMenu()
           
 void setAsChapter(boolean asChapter)
           
 void setMenuFile(java.io.File menuFile)
           
 void setMenuOption(int menuOption)
           
 void setMenuPause(int menuPause)
           
 void setMenuTitle(Files.TitleInfo menuTitle)
           
 void setOutdir(java.io.File outdir)
           
 void setTitleInfos(Files.TitleInfo[] titleInfos)
           
 void setWithMenu(boolean withMenu)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OPTION_LOOP

public static final int OPTION_LOOP
See Also:
Constant Field Values

OPTION_PAUSE

public static final int OPTION_PAUSE
See Also:
Constant Field Values

OPTION_PAUSE_INF

public static final int OPTION_PAUSE_INF
See Also:
Constant Field Values

titleInfos

protected Files.TitleInfo[] titleInfos

outdir

protected java.io.File outdir

asChapter

protected boolean asChapter

withMenu

protected boolean withMenu

menuFile

protected java.io.File menuFile

menuOption

protected int menuOption

menuPause

protected int menuPause

menuTitle

protected Files.TitleInfo menuTitle
Constructor Detail

Author

public Author()
Method Detail

getCmdarray

public abstract java.lang.String[] getCmdarray()
                                        throws JTVDException
Throws:
JTVDException

getStatusPattern

public abstract java.util.regex.Pattern getStatusPattern()

getMegabytes

public abstract int getMegabytes(java.util.regex.Matcher matcher)

getTitleInfos

public Files.TitleInfo[] getTitleInfos()

getOutdir

public java.io.File getOutdir()

getAsChapter

public boolean getAsChapter()

getWithMenu

public boolean getWithMenu()

getMenuFile

public java.io.File getMenuFile()

getMenuOption

public int getMenuOption()

getMenuPause

public int getMenuPause()

getMenuTitle

public Files.TitleInfo getMenuTitle()

setTitleInfos

public void setTitleInfos(Files.TitleInfo[] titleInfos)

setOutdir

public void setOutdir(java.io.File outdir)

setAsChapter

public void setAsChapter(boolean asChapter)

setWithMenu

public void setWithMenu(boolean withMenu)

setMenuFile

public void setMenuFile(java.io.File menuFile)

setMenuOption

public void setMenuOption(int menuOption)

setMenuPause

public void setMenuPause(int menuPause)

setMenuTitle

public void setMenuTitle(Files.TitleInfo menuTitle)


Copyright (c) 2004, 2005 Torsten Römer, dode@luniks.net