base
Class ConfigData
java.lang.Object
base.ConfigData
public class ConfigData
- extends Object
This class handles reading of the configuration file and stores the values read from
there. these values are accessed by the application not only in package system.
|
Method Summary |
boolean |
readConfig()
Reads and parses the configuration file |
boolean |
writeConfig()
Writes the configuration file |
x_offset
public int x_offset
y_offset
public int y_offset
x_size
public int x_size
y_size
public int y_size
av_offset
public int av_offset
is16_9
public boolean is16_9
use_movies
public boolean use_movies
use_series
public boolean use_series
use_videos
public boolean use_videos
use_cds
public boolean use_cds
use_vcr
public boolean use_vcr
use_usb
public boolean use_usb
cd_device
public String cd_device
dvd_device
public String dvd_device
video_device
public String video_device
audio_device
public String audio_device
usb_mount
public String usb_mount
video_dir
public String video_dir
main_dir
public String main_dir
bgimage
public String bgimage
tv_norm
public String tv_norm
freq_table
public String freq_table
uname
public String uname
pwd
public String pwd
ConfigData
public ConfigData()
readConfig
public boolean readConfig()
- Reads and parses the configuration file
- Returns:
- true when the configuration could be read successfully, false otherwise
writeConfig
public boolean writeConfig()
- Writes the configuration file
- Returns:
- true when the configuration could be written successfully, false otherwise