org.jtheque.movies.controllers.able
Interface IAddFromFileController
- All Superinterfaces:
- org.jtheque.core.managers.view.able.controller.Controller
- All Known Implementing Classes:
- AddFromFileController
public interface IAddFromFileController
- extends org.jtheque.core.managers.view.able.controller.Controller
An add from file controller specification.
- Author:
- Baptiste Wicht
Methods inherited from interface org.jtheque.core.managers.view.able.controller.Controller |
closeView, displayView |
getView
IAddFromFileView getView()
- Specified by:
getView
in interface org.jtheque.core.managers.view.able.controller.Controller
add
void add(String filePath,
Collection<FileParser> parsers)
- Add a movie from the specified file path and parsers.
- Parameters:
filePath
- The path to the file of the movie.parsers
- The parsers to use to generate the categories of the movie.
Copyright © 2010 JTheque. All Rights Reserved.