initial commit
[meviz.git] / src / main / java / eu / svjatoslav / meviz / htmlindexer / IndexingOptions.java
1 /*
2  * Meviz - Various tools collection to work with multimedia.
3  * Copyright (C) 2012, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
4  * 
5  * This program is free software; you can redistribute it and/or
6  * modify it under the terms of version 2 of the GNU General Public License
7  * as published by the Free Software Foundation.
8  */
9
10 package eu.svjatoslav.meviz.htmlindexer;
11
12 import java.io.File;
13
14 public class IndexingOptions {
15
16     File workingDirectory;
17
18     String galleryTitle = Constants.DEFAULT_GALLERY_TITLE;
19
20 }