public class KeySearchModel extends Object
| Constructor and Description |
|---|
KeySearchModel() |
| Modifier and Type | Method and Description |
|---|---|
Properties |
getBase()
Gets the base.
|
Set<File> |
getExclude()
Gets the exclude.
|
String[] |
getFileExtensions()
Gets the file extensions.
|
Locale |
getLocale()
Gets the locale.
|
File |
getSearchDir()
Gets the search dir.
|
void |
setBase(Properties base)
Sets the base.
|
void |
setExclude(Set<File> exclude)
Sets the exclude.
|
void |
setFileExtensions(String[] fileExtensions)
Sets the file extensions.
|
void |
setLocale(Locale locale)
Sets the locale.
|
void |
setSearchDir(File searchDir)
Sets the search dir.
|
public Properties getBase()
public String[] getFileExtensions()
public Locale getLocale()
public File getSearchDir()
public void setBase(Properties base)
base - the new basepublic void setExclude(Set<File> exclude)
exclude - the new excludepublic void setFileExtensions(String[] fileExtensions)
fileExtensions - the new file extensionspublic void setLocale(Locale locale)
locale - the new localepublic void setSearchDir(File searchDir)
searchDir - the new search dirCopyright © 2015. All rights reserved.