|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigException | |
---|---|
org.stanwood.media | |
org.stanwood.media.actions | |
org.stanwood.media.cli.importer | |
org.stanwood.media.search | |
org.stanwood.media.setup |
Uses of ConfigException in org.stanwood.media |
---|
Methods in org.stanwood.media that throw ConfigException | |
---|---|
java.io.File |
Controller.getConfigDir()
Get the location of the media directory |
ExtensionInfo<? extends ISource> |
Controller.getDefaultSource(Mode mode)
Used to get the default source information |
java.util.List<MediaDirectory> |
Controller.getMediaDirectories(Mode type)
Used to get a list of media directories of a given type |
MediaDirectory |
Controller.getMediaDirectory(java.io.File mediaDir)
Used to convert a media directory location into the media directory object |
SeenDatabase |
Controller.getSeenDB()
Used to get the seen media file database |
void |
Controller.init(boolean testMode)
Used to setup the controller ready for use |
Constructors in org.stanwood.media that throw ConfigException | |
---|---|
MediaDirectory(Controller controller,
ConfigReader config,
java.io.File mediaDir)
The constructor |
Uses of ConfigException in org.stanwood.media.actions |
---|
Constructors in org.stanwood.media.actions that throw ConfigException | |
---|---|
ActionPerformer(Controller controller,
java.util.List<IAction> actions,
MediaDirectory dir,
java.util.List<java.lang.String> exts)
Constructor used to create a instance of the class |
Uses of ConfigException in org.stanwood.media.cli.importer |
---|
Methods in org.stanwood.media.cli.importer that throw ConfigException | |
---|---|
protected java.util.Map<java.io.File,java.util.List<java.io.File>> |
CLIImportMedia.setupStoresAndActions()
|
Uses of ConfigException in org.stanwood.media.search |
---|
Constructors in org.stanwood.media.search that throw ConfigException | |
---|---|
MediaSearcher(Controller controller)
The constructor |
Uses of ConfigException in org.stanwood.media.setup |
---|
Methods in org.stanwood.media.setup that throw ConfigException | |
---|---|
java.io.File |
ConfigReader.getConfigDir()
Get the location of the media directory |
static java.io.File |
ConfigReader.getDefaultConfigDir()
Used to get the default location of the media manager configuration directory |
static java.io.File |
ConfigReader.getDefaultConfigFile()
Used to the default configuration filename |
MediaDirConfig |
ConfigReader.getMediaDirectory(java.io.File directory)
Used to get the configuration for a root media directory |
java.io.File |
ConfigReader.getXBMCAddonDir()
Used to get the directory where XBMC addons are installed. |
java.util.List<IAction> |
ConfigReader.loadActionsFromConfigFile(Controller controller,
MediaDirConfig dirConfig)
Used to read the actions from the configuration file |
java.util.List<ISource> |
ConfigReader.loadSourcesFromConfigFile(Controller controller,
MediaDirConfig dirConfig)
Used to read the sources from the configuration file |
java.util.List<IStore> |
ConfigReader.loadStoresFromConfigFile(Controller controller,
MediaDirConfig dirConfig)
Used to read the stores from the configuration file |
void |
ConfigReader.parse()
This will parse the configuration in the XML configuration file and store the results in this class. |
void |
ConfigReader.writeConfig(IProgressMonitor monitor,
java.io.File file)
Write the configuration to a file |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |