Interface | Description |
---|---|
FileUtilities.Predicate<T> |
Provides one method test() returning boolean.
A copy from Java 8, this interface could be removed when using Java 8 or later. |
Class | Description |
---|---|
CaseInsensitiveHashtable |
Overrides java.util.Hashtable methods to allow for case-insensitive String key matches.
|
CaseInsensitiveStringVector |
Overrides important java.util.Vector methods to allow for case-insensitive String item matches.
|
Comparator |
Provide different types of text comparisons:
|
FAILKEYS |
DO NOT modified manually! Generated by org.safs.text.KEYSFileGenerator automatically.
Constants for string resource IDs in failedSAFSTextResourceBundle |
FAILStrings |
Constants for string resource IDs in failedSAFSTextResourceBundle
Static access to a single instance of this ResourceBundle. |
FileLineReader |
Copyright 2003 SAS Institute
GNU General Public License (GPL) http://www.opensource.org/licenses/gpl-license.php
|
FileProcessor |
Functions to process files for specific text.
|
FileUtilities |
Functions to process files for specific text.
|
FileUtilities.FileAttribute |
To model the file attribute.
|
FileUtilities.FileAttributeFilter |
Note:
To form a new instance of class FileAttributeFilter,please use
one of the following file attribute's code or their combination:
FileUtilities.FileAttribute.Type.NORMALFILE
FileUtilities.FileAttribute.Type.READONLYFILE
FileUtilities.FileAttribute.Type.HIDDENFILE
FileUtilities.FileAttribute.Type.SYSTEMFILE
FileUtilities.FileAttribute.Type.DIRECTORY
FileUtilities.FileAttribute.Type.ARCHIVEFILE
For example:
//this filter will help to get all normal files, all hidden files and all archive files. |
FileUtilitiesByThirdParty |
This class will use some third-party jars to provide some functionalities.
|
GENKEYS |
DO NOT modified manually! Generated by org.safs.text.KEYSFileGenerator automatically.
Constants for string resource IDs in SAFSTextResourceBundle |
GENStrings |
Constants for string resource IDs in SAFSTextResourceBundle
Static access to a single instance of this ResourceBundle. |
INIFileReader |
Copyright 2004 SAS Institute
GNU General Public License (GPL) http://www.opensource.org/licenses/gpl-license.php
|
INIFileReadWrite |
Extends INIFileReader to allow modifying INI File values and then writing these values
back to a file.
|
INIFileReadWriteTest | |
KEYSFileGenerator |
To generate FAILKEYS, GENKEYS java file from .properties files.
PLEASE use English properties file, as the property value will be used as comment. For other properties file, the value will be encoded in UNICODE and it is not readable for human. java org.safs.text.KEYSFileGenerator [args] |
ResourceMessageInfo |
Contain information of NLS message in resource bundle.
|
StringProcessor |
Class: StringProcessor
Methods to do special String Processing.
|
TextFileFilter |
Enum | Description |
---|---|
FileUtilities.Access | |
FileUtilities.DateType | |
FileUtilities.FileAttribute.Type |
An enumeration to specify the file's attributes.
They can be used one by one, or an bit-combination of them. |
FileUtilities.FileType | |
FileUtilities.FilterMode | |
FileUtilities.ImageFilterMode | |
FileUtilities.Mode | |
FileUtilities.PatternFilterMode | |
FileUtilities.Placement |
Copyright © SAS Institute. All Rights Reserved.