A B C D E F G H I L M N O P Q R S T U V

A

accept(String) - Method in interface com.norconex.commons.lang.io.IInputStreamFilter
Whether a line is "accepted" or not.
accept(String) - Method in class com.norconex.commons.lang.io.RegexInputStreamFilter
 
addBigDecimal(String, BigDecimal...) - Method in class com.norconex.commons.lang.map.Properties
 
addBoolean(String, boolean...) - Method in class com.norconex.commons.lang.map.Properties
 
addClass(String, Class<?>...) - Method in class com.norconex.commons.lang.map.Properties
 
addDate(String, Date...) - Method in class com.norconex.commons.lang.map.Properties
 
addDouble(String, double...) - Method in class com.norconex.commons.lang.map.Properties
 
addFile(String, File...) - Method in class com.norconex.commons.lang.map.Properties
 
addFloat(String, float...) - Method in class com.norconex.commons.lang.map.Properties
 
addInt(String, int...) - Method in class com.norconex.commons.lang.map.Properties
 
addLocale(String, Locale...) - Method in class com.norconex.commons.lang.map.Properties
 
addLong(String, long...) - Method in class com.norconex.commons.lang.map.Properties
 
addStreamListener(IStreamListener...) - Method in class com.norconex.commons.lang.io.StreamGobbler
Adds stream listeners.
addString(String, String...) - Method in class com.norconex.commons.lang.map.Properties
Adds one or multiple string values.
addTrailingSlash() - Method in class com.norconex.commons.lang.url.URLNormalizer
Adds a trailing slash (/) to a URL ending with a directory.
addWWW() - Method in class com.norconex.commons.lang.url.URLNormalizer
Adds "www." domain name prefix.
afterStreaming() - Method in class com.norconex.commons.lang.io.StreamGobbler
Invoked just after steaming ended, before the thread dies.
applyOnURL(String) - Method in class com.norconex.commons.lang.url.QueryString
Apply this url QueryString on the given URL.
applyOnURL(URL) - Method in class com.norconex.commons.lang.url.QueryString
 
assertWriteRead(IXMLConfigurable) - Static method in class com.norconex.commons.lang.config.ConfigurationUtil
Convenience class for testing that a IXMLConfigurable instance can be written, and read into an new instance that is equal as per Object.equals(Object).

B

beforeStreaming() - Method in class com.norconex.commons.lang.io.StreamGobbler
Invoked just before steaming begins, in a new thread.

C

ClassFinder - Class in com.norconex.commons.lang
Utility class for finding names of classes implementing an interface or class in directories or JAR files.
close() - Method in class com.norconex.commons.lang.io.ReverseFileInputStream
 
com.norconex.commons.lang - package com.norconex.commons.lang
Miscellaneous classes.
com.norconex.commons.lang.config - package com.norconex.commons.lang.config
Classes making it easier to deal with configuration files, especially XML.
com.norconex.commons.lang.io - package com.norconex.commons.lang.io
Utility classes when dealing with files and directories.
com.norconex.commons.lang.map - package com.norconex.commons.lang.map
Enhanced versions of Map.
com.norconex.commons.lang.url - package com.norconex.commons.lang.url
Classes making it easier to deal with and manipulate URLs.
ConfigurationException - Exception in com.norconex.commons.lang.config
Runtime exception for configuration related issues.
ConfigurationException() - Constructor for exception com.norconex.commons.lang.config.ConfigurationException
 
ConfigurationException(String) - Constructor for exception com.norconex.commons.lang.config.ConfigurationException
 
ConfigurationException(Throwable) - Constructor for exception com.norconex.commons.lang.config.ConfigurationException
 
ConfigurationException(String, Throwable) - Constructor for exception com.norconex.commons.lang.config.ConfigurationException
 
ConfigurationLoader - Class in com.norconex.commons.lang.config
Class parsing a Velocity template (which can have parse/include directives) and using separate files for defining Velocity variables.
ConfigurationLoader() - Constructor for class com.norconex.commons.lang.config.ConfigurationLoader
Constructor.
ConfigurationLoader(Properties) - Constructor for class com.norconex.commons.lang.config.ConfigurationLoader
Constructor.
ConfigurationUtil - Class in com.norconex.commons.lang.config
Utility methods when dealing with configuration files.
createDateDirs(File) - Static method in class com.norconex.commons.lang.io.FileUtil
Creates (if not already existing) a series of directories reflecting the current date, up to the day unit, under a given parent directory.
createDateDirs(File, Date) - Static method in class com.norconex.commons.lang.io.FileUtil
Creates (if not already existing) a series of directories reflecting a date, up to the day unit, under a given parent directory.
createDateTimeDirs(File) - Static method in class com.norconex.commons.lang.io.FileUtil
Creates (if not already existing) a series of directories reflecting the current date and time, up to the seconds, under a given parent directory.
createDateTimeDirs(File, Date) - Static method in class com.norconex.commons.lang.io.FileUtil
Creates (if not already existing) a series of directories reflecting a date and time, up to the seconds, under a given parent directory.
createDirsForFile(File) - Static method in class com.norconex.commons.lang.io.FileUtil
Create all parent directories for a file if they do not exists.

D

decodeUnreservedCharacters() - Method in class com.norconex.commons.lang.url.URLNormalizer
Decodes percent-encoded unreserved characters.
DEFAULT_HTTP_PORT - Static variable in class com.norconex.commons.lang.url.HttpURL
 
DEFAULT_HTTPS_PORT - Static variable in class com.norconex.commons.lang.url.HttpURL
 
DEFAULT_PROPERTIES_MULTIVALUE_DELIMITER - Static variable in class com.norconex.commons.lang.map.Properties
Default delimiter when storing/loading multi-values to/from .properties files.
deleteEmptyDirs(File) - Static method in class com.norconex.commons.lang.io.FileUtil
Deletes all directories that are empty from a given parent directory.
deleteFile(File) - Static method in class com.norconex.commons.lang.io.FileUtil
Deletes a file or a directory recursively.

E

equals(Object) - Method in class com.norconex.commons.lang.url.HttpURL
 
equalsAll(Object, Object...) - Static method in class com.norconex.commons.lang.EqualsUtil
Whether a source object equals ALL of the target objects
equalsAny(Object, Object...) - Static method in class com.norconex.commons.lang.EqualsUtil
Whether a source object equals ANY of the target objects
equalsNone(Object, Object...) - Static method in class com.norconex.commons.lang.EqualsUtil
Whether a source object equals NONE of the target objects
EqualsUtil - Class in com.norconex.commons.lang
Convenience methods related to object equality.

F

FileUtil - Class in com.norconex.commons.lang.io
Utility methods when dealing with files and directories.
FilteredInputStream - Class in com.norconex.commons.lang.io
Decorates an InputStream with a stream filter.
FilteredInputStream(InputStream, IInputStreamFilter) - Constructor for class com.norconex.commons.lang.io.FilteredInputStream
Constructor.
findImplementors(List<File>, Class<?>) - Static method in class com.norconex.commons.lang.ClassFinder
Finds the names of all classes implementing the super class.
findImplementors(File, Class<?>) - Static method in class com.norconex.commons.lang.ClassFinder
Finds the names of all classes implementing the super class.

G

get(Object) - Method in class com.norconex.commons.lang.map.Properties
 
getBigDecimal(String) - Method in class com.norconex.commons.lang.map.Properties
 
getBigDecimal(String, BigDecimal) - Method in class com.norconex.commons.lang.map.Properties
 
getBigDecimals(String) - Method in class com.norconex.commons.lang.map.Properties
 
getBoolean(String) - Method in class com.norconex.commons.lang.map.Properties
 
getBoolean(String, boolean) - Method in class com.norconex.commons.lang.map.Properties
 
getBooleans(String) - Method in class com.norconex.commons.lang.map.Properties
 
getClass(String) - Method in class com.norconex.commons.lang.map.Properties
Gets a class, assuming key value is a fully qualified class name available in the classloader.
getClass(String, Class<?>) - Method in class com.norconex.commons.lang.map.Properties
Gets a class, assuming key value is a fully qualified class name available in the classloader.
getClasses(String) - Method in class com.norconex.commons.lang.map.Properties
 
getDate(String) - Method in class com.norconex.commons.lang.map.Properties
 
getDate(String, Date) - Method in class com.norconex.commons.lang.map.Properties
 
getDates(String) - Method in class com.norconex.commons.lang.map.Properties
 
getDouble(String) - Method in class com.norconex.commons.lang.map.Properties
 
getDouble(String, double) - Method in class com.norconex.commons.lang.map.Properties
 
getDoubles(String) - Method in class com.norconex.commons.lang.map.Properties
 
getFile(String) - Method in class com.norconex.commons.lang.map.Properties
Gets a file, assuming key value is a file system path.
getFile(String, File) - Method in class com.norconex.commons.lang.map.Properties
Gets a file, assuming key value is a file system path.
getFiles(String) - Method in class com.norconex.commons.lang.map.Properties
 
getFloat(String) - Method in class com.norconex.commons.lang.map.Properties
 
getFloat(String, float) - Method in class com.norconex.commons.lang.map.Properties
 
getFloats(String) - Method in class com.norconex.commons.lang.map.Properties
 
getHost() - Method in class com.norconex.commons.lang.url.HttpURL
 
getInt(String) - Method in class com.norconex.commons.lang.map.Properties
 
getInt(String, int) - Method in class com.norconex.commons.lang.map.Properties
 
getInts(String) - Method in class com.norconex.commons.lang.map.Properties
 
getLastPathSegment() - Method in class com.norconex.commons.lang.url.HttpURL
 
getLocale(String) - Method in class com.norconex.commons.lang.map.Properties
 
getLocale(String, Locale) - Method in class com.norconex.commons.lang.map.Properties
 
getLocales(String) - Method in class com.norconex.commons.lang.map.Properties
 
getLong(String) - Method in class com.norconex.commons.lang.map.Properties
 
getLong(String, long) - Method in class com.norconex.commons.lang.map.Properties
 
getLongs(String) - Method in class com.norconex.commons.lang.map.Properties
 
getPort() - Method in class com.norconex.commons.lang.url.HttpURL
 
getProtocol() - Method in class com.norconex.commons.lang.url.HttpURL
 
getQueryString() - Method in class com.norconex.commons.lang.url.HttpURL
 
getString(String) - Method in class com.norconex.commons.lang.map.Properties
 
getString(String, String) - Method in class com.norconex.commons.lang.map.Properties
 
getStrings(String) - Method in class com.norconex.commons.lang.map.Properties
 
getXmlAt(HierarchicalConfiguration, String) - Static method in class com.norconex.commons.lang.config.ConfigurationUtil
This method is the same as HierarchicalConfiguration.configurationAt(String), except that it first checks if the key exists before attempting to retrieve it, and returns null on missing keys instead of an IllegalArgumentException

H

hashCode() - Method in class com.norconex.commons.lang.url.HttpURL
 
head(File, int) - Static method in class com.norconex.commons.lang.io.FileUtil
Returns the specified number of lines starting from the beginning of a text file.
head(File, String, int) - Static method in class com.norconex.commons.lang.io.FileUtil
Returns the specified number of lines starting from the beginning of a text file, using the given encoding.
head(File, String, int, boolean) - Static method in class com.norconex.commons.lang.io.FileUtil
Returns the specified number of lines starting from the beginning of a text file, using the given encoding.
head(File, String, int, boolean, IInputStreamFilter) - Static method in class com.norconex.commons.lang.io.FileUtil
Returns the specified number of lines starting from the beginning of a text file, using the given encoding.
head(InputStream, int) - Static method in class com.norconex.commons.lang.io.IOUtil
Gets the first lines from an input stream.
HttpURL - Class in com.norconex.commons.lang.url
This class can be seen as a mutable URL, which could be a replacement or "wrapper" to the URL class.
HttpURL() - Constructor for class com.norconex.commons.lang.url.HttpURL
 
HttpURL(URL) - Constructor for class com.norconex.commons.lang.url.HttpURL
 
HttpURL(String) - Constructor for class com.norconex.commons.lang.url.HttpURL
 

I

IFileVisitor - Interface in com.norconex.commons.lang.io
Visitor to be used with FileUtil.visit* methods.
IInputStreamFilter - Interface in com.norconex.commons.lang.io
Filters lines of text read from an InputStream decorated with FilteredInputStream.
includeEvent(String, String, String) - Method in class com.norconex.commons.lang.config.RelativeIncludeEventHandler
 
IOUtil - Class in com.norconex.commons.lang.io
I/O related utility methods.
isSecure() - Method in class com.norconex.commons.lang.url.HttpURL
 
IStreamListener - Interface in com.norconex.commons.lang.io
Listener that is being notified every time a line is processed from a given stream.
IXMLConfigurable - Interface in com.norconex.commons.lang.config
Provides indications that a class is configurable via XML.

L

lineStreamed(String, String) - Method in interface com.norconex.commons.lang.io.IStreamListener
Invoked when a line is streamed.
load(Reader) - Method in class com.norconex.commons.lang.map.Properties
Reads a property list (key and element pairs) from the input character stream in a simple line-oriented format.
load(Reader, String) - Method in class com.norconex.commons.lang.map.Properties
Reads a property list (key and element pairs) from the input character stream in a simple line-oriented format.
load(InputStream) - Method in class com.norconex.commons.lang.map.Properties
Reads a property list (key and element pairs) from the input character stream in a simple line-oriented format.
load(InputStream, String) - Method in class com.norconex.commons.lang.map.Properties
Reads a property list (key and element pairs) from the input character stream in a simple line-oriented format.
loadFromString(String) - Method in class com.norconex.commons.lang.map.Properties
Reads a property list (key and element pairs) from the input string.
loadFromXML(Reader) - Method in interface com.norconex.commons.lang.config.IXMLConfigurable
 
loadFromXML(InputStream) - Method in class com.norconex.commons.lang.map.Properties
Loads all of the properties represented by the XML document on the specified input stream into this instance.
loadFromXML(InputStream, String) - Method in class com.norconex.commons.lang.map.Properties
Loads all of the properties represented by the XML document on the specified input stream into this instance.
loadString(File, File) - Method in class com.norconex.commons.lang.config.ConfigurationLoader
Loads a configuration file as a string.
loadXML(File) - Method in class com.norconex.commons.lang.config.ConfigurationLoader
Loads a configuration file.
loadXML(File, File) - Method in class com.norconex.commons.lang.config.ConfigurationLoader
Loads a configuration file.
loadXML(Reader) - Static method in class com.norconex.commons.lang.config.ConfigurationLoader
This load method will return an Apache XML Configuration without any variable substitution or Velocity directives.
lowerCaseSchemeHost() - Method in class com.norconex.commons.lang.url.URLNormalizer
Converts the scheme and host to lower case.

M

moveFile(File, File) - Static method in class com.norconex.commons.lang.io.FileUtil
Moves a file to a new file location.
moveFileToDir(File, File) - Static method in class com.norconex.commons.lang.io.FileUtil
Moves a file to a directory.

N

newInstance(HierarchicalConfiguration) - Static method in class com.norconex.commons.lang.config.ConfigurationUtil
Creates a new instance of the class represented by the "class" attribute on the given node.
newInstance(HierarchicalConfiguration, boolean) - Static method in class com.norconex.commons.lang.config.ConfigurationUtil
Creates a new instance of the class represented by the "class" attribute on the given node.
newInstance(HierarchicalConfiguration, T) - Static method in class com.norconex.commons.lang.config.ConfigurationUtil
Creates a new instance of the class represented by the "class" attribute on the given node.
newInstance(HierarchicalConfiguration, T, boolean) - Static method in class com.norconex.commons.lang.config.ConfigurationUtil
Creates a new instance of the class represented by the "class" attribute on the given node.
newInstance(HierarchicalConfiguration, String) - Static method in class com.norconex.commons.lang.config.ConfigurationUtil
Creates a new instance of the class represented by the "class" attribute on the sub-node of the node argument, matching the key provided.
newInstance(HierarchicalConfiguration, String, boolean) - Static method in class com.norconex.commons.lang.config.ConfigurationUtil
Creates a new instance of the class represented by the "class" attribute on the sub-node of the node argument, matching the key provided.
newInstance(HierarchicalConfiguration, String, T) - Static method in class com.norconex.commons.lang.config.ConfigurationUtil
Creates a new instance of the class represented by the "class" attribute on the sub-node of the node argument, matching the key provided.
newInstance(HierarchicalConfiguration, String, T, boolean) - Static method in class com.norconex.commons.lang.config.ConfigurationUtil
Creates a new instance of the class represented by the "class" attribute on the sub-node of the node argument, matching the key provided.
newReader(HierarchicalConfiguration) - Static method in class com.norconex.commons.lang.config.ConfigurationUtil
Creates a new Reader from a XMLConfiguration.

O

ONE_HOUR - Static variable in class com.norconex.commons.lang.Sleeper
Number of milliseconds representing 1 hour.
ONE_MINUTE - Static variable in class com.norconex.commons.lang.Sleeper
Number of milliseconds representing 1 minute.
ONE_SECOND - Static variable in class com.norconex.commons.lang.Sleeper
Number of milliseconds representing 1 second.

P

Properties - Class in com.norconex.commons.lang.map
This class is a enhanced version of Properties that enforces the use of String keys and values, but offers many convenience methods for storing and retrieving multiple values of different types (e.g.
Properties() - Constructor for class com.norconex.commons.lang.map.Properties
Create a new instance with case-sensitive keys.
Properties(boolean) - Constructor for class com.norconex.commons.lang.map.Properties
Creates a new instance.
Properties(Map<?, ?>) - Constructor for class com.norconex.commons.lang.map.Properties
Creates a new Properties initializing it with values from the given Map.
Properties(Map<?, ?>, boolean) - Constructor for class com.norconex.commons.lang.map.Properties
Creates a new Properties initializing it with values from the given Map.
PropertiesException - Exception in com.norconex.commons.lang.map
TypeProperties exception.
PropertiesException(String) - Constructor for exception com.norconex.commons.lang.map.PropertiesException
 
PropertiesException(Throwable) - Constructor for exception com.norconex.commons.lang.map.PropertiesException
 
PropertiesException(String, Throwable) - Constructor for exception com.norconex.commons.lang.map.PropertiesException
 

Q

QueryString - Class in com.norconex.commons.lang.url
Provides utility methods for getting and setting attributes on a URL query string.
QueryString() - Constructor for class com.norconex.commons.lang.url.QueryString
 
QueryString(URL) - Constructor for class com.norconex.commons.lang.url.QueryString
Default URL character encoding is UTF-8.
QueryString(URL, String) - Constructor for class com.norconex.commons.lang.url.QueryString
 
QueryString(String) - Constructor for class com.norconex.commons.lang.url.QueryString
Constructor.
QueryString(String, String) - Constructor for class com.norconex.commons.lang.url.QueryString
Constructor.

R

read() - Method in class com.norconex.commons.lang.io.FilteredInputStream
 
read() - Method in class com.norconex.commons.lang.io.ReverseFileInputStream
 
RegexInputStreamFilter - Class in com.norconex.commons.lang.io
Filters lines of text read from an InputStream decorated with FilteredInputStream, based on a given regular expression.
RegexInputStreamFilter(String) - Constructor for class com.norconex.commons.lang.io.RegexInputStreamFilter
 
RegexInputStreamFilter(Pattern) - Constructor for class com.norconex.commons.lang.io.RegexInputStreamFilter
 
RelativeIncludeEventHandler - Class in com.norconex.commons.lang.config
Velocity include event handler that check for includes both relative to a template location, and absolute to the current file system root otherwise.
RelativeIncludeEventHandler() - Constructor for class com.norconex.commons.lang.config.RelativeIncludeEventHandler
 
remove(Object) - Method in class com.norconex.commons.lang.map.Properties
 
removeDefaultPort() - Method in class com.norconex.commons.lang.url.URLNormalizer
Removes the default port (80 for http, and 443 for https).
removeDirectoryIndex() - Method in class com.norconex.commons.lang.url.URLNormalizer
Removes directory index files.
removeDotSegments() - Method in class com.norconex.commons.lang.url.URLNormalizer
Removes the unnecessary "." and ".." segments from the URL path.
removeDuplicateSlashes() - Method in class com.norconex.commons.lang.url.URLNormalizer
Removes duplicate slashes.
removeEmptyParameters() - Method in class com.norconex.commons.lang.url.URLNormalizer
Removes empty parameters.
removeFragment() - Method in class com.norconex.commons.lang.url.URLNormalizer
Removes the URL fragment (from the "#" character until the end).
removeSessionIds() - Method in class com.norconex.commons.lang.url.URLNormalizer
Removes a URL-based session id.
removeStreamListener(IStreamListener) - Method in class com.norconex.commons.lang.io.StreamGobbler
Removes a stream listener.
removeTrailingQuestionMark() - Method in class com.norconex.commons.lang.url.URLNormalizer
Removes trailing question mark ("?").
removeWWW() - Method in class com.norconex.commons.lang.url.URLNormalizer
Removes "www." domain name prefix.
replaceIPWithDomainName() - Method in class com.norconex.commons.lang.url.URLNormalizer
Replaces IP address with domain name.
ReverseFileInputStream - Class in com.norconex.commons.lang.io
InputStream implementation for streaming files in reverse order (from the end of file to its beginning).
ReverseFileInputStream(File) - Constructor for class com.norconex.commons.lang.io.ReverseFileInputStream
Creates a new ReverseFileInputStream instance.
run() - Method in class com.norconex.commons.lang.io.StreamGobbler
 

S

saveToXML(Writer) - Method in interface com.norconex.commons.lang.config.IXMLConfigurable
 
secureScheme() - Method in class com.norconex.commons.lang.url.URLNormalizer
Converts http scheme to https.
setBigDecimal(String, BigDecimal) - Method in class com.norconex.commons.lang.map.Properties
 
setBigDecimal(String, BigDecimal...) - Method in class com.norconex.commons.lang.map.Properties
 
setBoolean(String, boolean) - Method in class com.norconex.commons.lang.map.Properties
 
setBoolean(String, boolean...) - Method in class com.norconex.commons.lang.map.Properties
 
setClass(String, Class<?>...) - Method in class com.norconex.commons.lang.map.Properties
 
setContext(Context) - Method in class com.norconex.commons.lang.config.RelativeIncludeEventHandler
 
setDate(String, Date...) - Method in class com.norconex.commons.lang.map.Properties
 
setDouble(String, double...) - Method in class com.norconex.commons.lang.map.Properties
 
setFile(String, File...) - Method in class com.norconex.commons.lang.map.Properties
 
setFloat(String, float...) - Method in class com.norconex.commons.lang.map.Properties
 
setHost(String) - Method in class com.norconex.commons.lang.url.HttpURL
 
setInt(String, int...) - Method in class com.norconex.commons.lang.map.Properties
 
setLocale(String, Locale...) - Method in class com.norconex.commons.lang.map.Properties
 
setLong(String, long...) - Method in class com.norconex.commons.lang.map.Properties
 
setPort(int) - Method in class com.norconex.commons.lang.url.HttpURL
 
setProtocol(String) - Method in class com.norconex.commons.lang.url.HttpURL
 
setQueryString(QueryString) - Method in class com.norconex.commons.lang.url.HttpURL
 
setString(String, String...) - Method in class com.norconex.commons.lang.map.Properties
Sets one or multiple string values.
Sleeper - Class in com.norconex.commons.lang
Convenience class to put to sleep the currently running thread.
SleeperException - Exception in com.norconex.commons.lang
Runtime Sleep exception wrapping any InterruptedException thrown.
SleeperException(String, InterruptedException) - Constructor for exception com.norconex.commons.lang.SleeperException
 
sleepHours(int) - Static method in class com.norconex.commons.lang.Sleeper
Sleeps for the number of hours specified.
sleepMillis(long) - Static method in class com.norconex.commons.lang.Sleeper
Sleeps for the number of milliseconds specified.
sleepMinutes(int) - Static method in class com.norconex.commons.lang.Sleeper
Sleeps for the number of minutes specified.
sleepNanos(long) - Static method in class com.norconex.commons.lang.Sleeper
Sleeps for the number of nanoseconds specified.
sleepSeconds(int) - Static method in class com.norconex.commons.lang.Sleeper
Sleeps for the number of seconds specified.
sortQueryParameters() - Method in class com.norconex.commons.lang.url.URLNormalizer
Sorts query parameters.
store(Writer, String) - Method in class com.norconex.commons.lang.map.Properties
Writes this Map (key and element pairs) to the output character stream in a format suitable for using the Properties.load(Reader) method.
store(Writer, String, String) - Method in class com.norconex.commons.lang.map.Properties
Writes this Map (key and element pairs) to the output character stream in a format suitable for using the Properties.load(Reader, String) method.
store(OutputStream, String) - Method in class com.norconex.commons.lang.map.Properties
Writes this Map (key and element pairs) to the output character stream in a format suitable for using the Properties.load(InputStream) method.
store(OutputStream, String, String) - Method in class com.norconex.commons.lang.map.Properties
Writes this Map (key and element pairs) to the output character stream in a format suitable for using the Properties.load(InputStream, String) method.
storeToString(String) - Method in class com.norconex.commons.lang.map.Properties
Writes this property list (key and element pairs) in this Properties table to the output stream in a format suitable for loading into a Properties table using the load method.
storeToXML(OutputStream, String) - Method in class com.norconex.commons.lang.map.Properties
Emits an XML document representing all of the properties contained in this Map, using the specified encoding.
storeToXML(OutputStream, String, String) - Method in class com.norconex.commons.lang.map.Properties
Emits an XML document representing all of the properties contained in this Map, using the specified encoding.
storeToXML(OutputStream, String, String, String) - Method in class com.norconex.commons.lang.map.Properties
Emits an XML document representing all of the properties contained in this Map, using the specified encoding.
stream(String) - Static method in class com.norconex.commons.lang.url.URLStreamer
 
stream(URL) - Static method in class com.norconex.commons.lang.url.URLStreamer
 
stream(HttpURL) - Static method in class com.norconex.commons.lang.url.URLStreamer
 
stream(String, Credentials) - Static method in class com.norconex.commons.lang.url.URLStreamer
 
stream(URL, Credentials) - Static method in class com.norconex.commons.lang.url.URLStreamer
 
stream(HttpURL, Credentials) - Static method in class com.norconex.commons.lang.url.URLStreamer
 
stream(String, Credentials, HttpHost) - Static method in class com.norconex.commons.lang.url.URLStreamer
 
stream(URL, Credentials, HttpHost) - Static method in class com.norconex.commons.lang.url.URLStreamer
 
stream(HttpURL, Credentials, HttpHost) - Static method in class com.norconex.commons.lang.url.URLStreamer
 
stream(String, Credentials, HttpHost, Credentials) - Static method in class com.norconex.commons.lang.url.URLStreamer
 
stream(URL, Credentials, HttpHost, Credentials) - Static method in class com.norconex.commons.lang.url.URLStreamer
 
stream(HttpURL, Credentials, HttpHost, Credentials) - Static method in class com.norconex.commons.lang.url.URLStreamer
 
StreamException - Exception in com.norconex.commons.lang.io
Runtime exception when dealing with I/O streams.
StreamException() - Constructor for exception com.norconex.commons.lang.io.StreamException
 
StreamException(String) - Constructor for exception com.norconex.commons.lang.io.StreamException
 
StreamException(Throwable) - Constructor for exception com.norconex.commons.lang.io.StreamException
 
StreamException(String, Throwable) - Constructor for exception com.norconex.commons.lang.io.StreamException
 
StreamGobbler - Class in com.norconex.commons.lang.io
A stream gobbler will simply read incoming text from a stream.
StreamGobbler(InputStream) - Constructor for class com.norconex.commons.lang.io.StreamGobbler
Constructor.
StreamGobbler(InputStream, String) - Constructor for class com.norconex.commons.lang.io.StreamGobbler
Constructor.
streamToString(String, Credentials, HttpHost) - Static method in class com.norconex.commons.lang.url.URLStreamer
 
streamToString(URL, Credentials, HttpHost) - Static method in class com.norconex.commons.lang.url.URLStreamer
 
streamToString(HttpURL, Credentials, HttpHost) - Static method in class com.norconex.commons.lang.url.URLStreamer
 
streamToString(String, Credentials, HttpHost, Credentials) - Static method in class com.norconex.commons.lang.url.URLStreamer
 
streamToString(URL, Credentials, HttpHost, Credentials) - Static method in class com.norconex.commons.lang.url.URLStreamer
 
streamToString(HttpURL, Credentials, HttpHost, Credentials) - Static method in class com.norconex.commons.lang.url.URLStreamer
 
streamToString(String, Credentials) - Static method in class com.norconex.commons.lang.url.URLStreamer
 
streamToString(URL, Credentials) - Static method in class com.norconex.commons.lang.url.URLStreamer
 
streamToString(HttpURL, Credentials) - Static method in class com.norconex.commons.lang.url.URLStreamer
 

T

tail(File, int) - Static method in class com.norconex.commons.lang.io.FileUtil
Returns the specified number of lines starting from the end of a text file.
tail(File, String, int) - Static method in class com.norconex.commons.lang.io.FileUtil
Returns the specified number of lines starting from the end of a text file.
tail(File, String, int, boolean) - Static method in class com.norconex.commons.lang.io.FileUtil
Returns the specified number of lines starting from the end of a text file.
tail(File, String, int, boolean, IInputStreamFilter) - Static method in class com.norconex.commons.lang.io.FileUtil
Returns the specified number of lines starting from the end of a text file.
tail(InputStream, int) - Static method in class com.norconex.commons.lang.io.IOUtil
Gets the last lines from an input stream.
toString() - Method in class com.norconex.commons.lang.url.HttpURL
 
toString() - Method in class com.norconex.commons.lang.url.QueryString
Convert this QueryString to a URL-encoded string representation that can be appended as is to a URL with no query string.
toString() - Method in class com.norconex.commons.lang.url.URLNormalizer
Returns the normalized URL as string.
toURI() - Method in class com.norconex.commons.lang.url.URLNormalizer
Returns the normalized URL as URI.
toURL() - Method in class com.norconex.commons.lang.url.HttpURL
 
toURL() - Method in class com.norconex.commons.lang.url.URLNormalizer
Returns the normalized URL as URL.

U

unsecureScheme() - Method in class com.norconex.commons.lang.url.URLNormalizer
Converts https scheme to http.
upperCaseEscapeSequence() - Method in class com.norconex.commons.lang.url.URLNormalizer
Converts letters in URL-encoded escape sequences to upper case.
URLException - Exception in com.norconex.commons.lang.url
Runtime exception thrown when dealing with a URL fails.
URLException() - Constructor for exception com.norconex.commons.lang.url.URLException
 
URLException(String) - Constructor for exception com.norconex.commons.lang.url.URLException
 
URLException(Throwable) - Constructor for exception com.norconex.commons.lang.url.URLException
 
URLException(String, Throwable) - Constructor for exception com.norconex.commons.lang.url.URLException
 
URLNormalizer - Class in com.norconex.commons.lang.url
The general idea behind URL normalization is to make different URLs "equivalent" (i.e.
URLNormalizer(URL) - Constructor for class com.norconex.commons.lang.url.URLNormalizer
Create a new URLNormalizer instance.
URLNormalizer(String) - Constructor for class com.norconex.commons.lang.url.URLNormalizer
Create a new URLNormalizer instance.
URLStreamer - Class in com.norconex.commons.lang.url
Provides a quick and easy way to stream a URL.

V

visit(File) - Method in interface com.norconex.commons.lang.io.IFileVisitor
Visits a file or directory.
visitAllDirs(File, IFileVisitor) - Static method in class com.norconex.commons.lang.io.FileUtil
Visits only directories under a directory.
visitAllDirsAndFiles(File, IFileVisitor) - Static method in class com.norconex.commons.lang.io.FileUtil
Visits all files and directories under a directory.
visitAllDirsAndFiles(File, IFileVisitor, FileFilter) - Static method in class com.norconex.commons.lang.io.FileUtil
Visits all files and directories under a directory.
visitAllFiles(File, IFileVisitor) - Static method in class com.norconex.commons.lang.io.FileUtil
Visits all files (and only files) under a directory, including sub-directories.
visitAllFiles(File, IFileVisitor, FileFilter) - Static method in class com.norconex.commons.lang.io.FileUtil
Visits all files (and only files) under a directory, including sub-directories.

A B C D E F G H I L M N O P Q R S T U V

Copyright © 2008-2013 Norconex Inc.. All Rights Reserved.