|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectbbc.rd.tvanytime.dvb.TVAFragmentManager
public class TVAFragmentManager
Handles TVA fragments. Parses fragments and updates/adds appropriate parts to the TVAnytime table objects contained in this class.
| Constructor Summary | |
|---|---|
TVAFragmentManager()
Constructor. |
|
| Method Summary | |
|---|---|
void |
addContentReferencingFragment(java.io.File fragment)
Adds ContentReferencing fragment. |
void |
addGroupInformationFragment(java.io.File fragment)
Adds GroupInformation fragment. |
void |
addProgramInformationFragment(java.io.File fragment)
Adds ProgramInformation fragment. |
void |
addProgramLocationFragment(java.io.File fragment)
Adds ProgramLocation fragment. |
void |
addServiceInformationFragment(java.io.File fragment)
Adds ServiceInformation fragment. |
ContentReferencingTable |
getContentReferencingTable()
Get ContentReferencingTable. |
GroupInformationTable |
getGroupInformationTable()
Get GroupInformationTable. |
ProgramInformationTable |
getProgramInformationTable()
Get ProgramInformationTable. |
ProgramLocationTable |
getProgramLocationTable()
Get ProgramLocationTable. |
ServiceInformationTable |
getServiceInformationTable()
Get ServiceInformationTable. |
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TVAFragmentManager()
| Method Detail |
|---|
public void addProgramInformationFragment(java.io.File fragment)
fragment - File containing TVA fragment.public void addGroupInformationFragment(java.io.File fragment)
fragment - File containing TVA fragment.public void addServiceInformationFragment(java.io.File fragment)
fragment - File containing TVA fragment.public void addContentReferencingFragment(java.io.File fragment)
fragment - File containing TVA fragment.public void addProgramLocationFragment(java.io.File fragment)
fragment - File containing TVA fragment.public ProgramInformationTable getProgramInformationTable()
public GroupInformationTable getGroupInformationTable()
public ProgramLocationTable getProgramLocationTable()
public ServiceInformationTable getServiceInformationTable()
public ContentReferencingTable getContentReferencingTable()
public static void main(java.lang.String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||