Interface | Description |
---|---|
FileResource | |
JdbcConnectionResource |
Resource for obtaining a JDBC database connection.
|
LuceneIndexReaderResource | |
StringIntegerMapResource |
Resource that defines a map between a String (KEY) and Integer.
|
StringMapResource |
Resource that defines a map between a String (KEY) and Integer.
|
StringsResource |
A Resource interface for getting an array of strings.
|
Class | Description |
---|---|
FileLocator |
Utility class that attempts to locate files.
|
FileResourceImpl | |
JdbcConnectionResourceImpl |
Implementation of JdbcConnectionResource.
|
LinesFromFileStringsResourceImpl |
Reads in an array of Strings from a file - each line in the file is a string.
|
LuceneIndexReaderResourceImpl |
Oct 2010 - convert to lucene 3.0.2
|
StringIntegerMapResourceImpl |
Implementation for StringIntegerMapResource interface.
|
StringMapResourceImpl |
Implementation for StringIntegerMapResource interface.
|
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.