Interface and Description |
---|
com.norconex.commons.lang.io.IFileChangeListener
Since 1.4.0, use
IFileChangeListener |
com.norconex.commons.lang.io.IFileVisitor
Since 1.4.0, use
IFileVisitor |
Class and Description |
---|
com.norconex.commons.lang.io.FileMonitor
Since 1.4.0, use
FileMonitor |
com.norconex.commons.lang.io.FileUtil
Since 1.4.0, use
FileUtil |
Method and Description |
---|
com.norconex.commons.lang.url.URLNormalizer.addTrailingSlash()
Since 1.11.0, use
URLNormalizer.addDirectoryTrailingSlash() |
com.norconex.commons.lang.file.FileUtil.deleteFile(File)
renamed to
FileUtil.delete(File) . |
com.norconex.commons.lang.ClassFinder.findImplementors(File, Class<?>)
since 1.4.0. Replaced with
ClassFinder.findSubTypes(File, Class) . |
com.norconex.commons.lang.ClassFinder.findImplementors(List<File>, Class<?>)
since 1.4.0. Replaced with
ClassFinder.findSubTypes(List, Class) . |
com.norconex.commons.lang.map.Properties.isCaseSensitiveKeys()
Since 1.8.0, use
Properties.isCaseInsensitiveKeys() |
com.norconex.commons.lang.config.ConfigurationLoader.loadXML(Reader)
Since 1.5.0. Use
ConfigurationUtil.newXMLConfiguration(Reader) |
Copyright © 2008–2016 Norconex Inc.. All rights reserved.