public class KeySearchBean
extends java.lang.Object
KeySearchBean is model bean for search keys in all kind of files. For instance
in java files.| Constructor and Description |
|---|
KeySearchBean() |
| Modifier and Type | Method and Description |
|---|---|
static KeySearchBean |
newKeySearchBean(java.util.Properties properties,
java.io.File searchDir,
java.util.Set<java.io.File> exclude,
java.util.Locale locale,
java.lang.String... fileExtensions)
Factory method to create a new
KeySearchBean with the given arguments |
public static KeySearchBean newKeySearchBean(java.util.Properties properties, java.io.File searchDir, java.util.Set<java.io.File> exclude, java.util.Locale locale, java.lang.String... fileExtensions)
KeySearchBean with the given argumentsproperties - the properties that contain the keys to searchsearchDir - the directory where the search shell be beginexclude - The files to be excludedlocale - the locale from the propertiesfileExtensions - the file extensions to findKeySearchBean