Skip navigation links
$ A B C D E F G H I J L M N O P R S T U V W X 

$

$1() - Method in class com.knowgate.tuples.Pair
 
$1() - Method in class com.knowgate.tuples.Triplet
 
$2() - Method in class com.knowgate.tuples.Pair
 
$2() - Method in class com.knowgate.tuples.Triplet
 
$3() - Method in class com.knowgate.tuples.Triplet
 

A

AbstractFileFilter - Class in com.knowgate.io.filefilter
An abstract class which implements the Java FileFilter and FilenameFilter interfaces via the IOFileFilter interface.
AbstractFileFilter() - Constructor for class com.knowgate.io.filefilter.AbstractFileFilter
 
accentsToRegEx(String) - Static method in class com.knowgate.stringutils.Posix
Replace any vowel by a POSIX Regular Expression representing all its accentuated variants
accept(File) - Method in class com.knowgate.io.filefilter.AbstractFileFilter
Checks to see if the File should be accepted by this filter.
accept(File, String) - Method in class com.knowgate.io.filefilter.AbstractFileFilter
Checks to see if the File should be accepted by this filter.
accept(File) - Method in class com.knowgate.io.filefilter.AgeFileFilter
Checks to see if the last modification of the file matches cutoff favorably.
accept(File) - Method in class com.knowgate.io.filefilter.AndFileFilter
Checks to see if the File should be accepted by this filter.
accept(File, String) - Method in class com.knowgate.io.filefilter.AndFileFilter
Checks to see if the File should be accepted by this filter.
accept(File) - Method in class com.knowgate.io.filefilter.DelegateFileFilter
Checks the filter.
accept(File, String) - Method in class com.knowgate.io.filefilter.DelegateFileFilter
Checks the filter.
accept(File) - Method in class com.knowgate.io.filefilter.DirectoryFileFilter
Checks to see if the file is a directory.
accept(File) - Method in class com.knowgate.io.filefilter.FalseFileFilter
Returns false.
accept(File, String) - Method in class com.knowgate.io.filefilter.FalseFileFilter
Returns false.
accept(File) - Method in class com.knowgate.io.filefilter.FileFileFilter
Checks to see if the file is a file.
accept(File) - Method in interface com.knowgate.io.filefilter.IOFileFilter
Checks to see if the File should be accepted by this filter.
accept(File, String) - Method in interface com.knowgate.io.filefilter.IOFileFilter
Checks to see if the File should be accepted by this filter.
accept(File) - Method in class com.knowgate.io.filefilter.NameFileFilter
Checks to see if the filename matches.
accept(File, String) - Method in class com.knowgate.io.filefilter.NameFileFilter
Checks to see if the filename matches.
accept(File) - Method in class com.knowgate.io.filefilter.NotFileFilter
Checks to see if both filters are true.
accept(File, String) - Method in class com.knowgate.io.filefilter.NotFileFilter
Checks to see if both filters are true.
accept(File) - Method in class com.knowgate.io.filefilter.OrFileFilter
Checks to see if the File should be accepted by this filter.
accept(File, String) - Method in class com.knowgate.io.filefilter.OrFileFilter
Checks to see if the File should be accepted by this filter.
accept(File) - Method in class com.knowgate.io.filefilter.PrefixFileFilter
Checks to see if the filename starts with the prefix.
accept(File, String) - Method in class com.knowgate.io.filefilter.PrefixFileFilter
Checks to see if the filename starts with the prefix.
accept(File) - Method in class com.knowgate.io.filefilter.SizeFileFilter
Checks to see if the size of the file is favorable.
accept(File) - Method in class com.knowgate.io.filefilter.SuffixFileFilter
Checks to see if the filename ends with the suffix.
accept(File, String) - Method in class com.knowgate.io.filefilter.SuffixFileFilter
Checks to see if the filename ends with the suffix.
accept(File) - Method in class com.knowgate.io.filefilter.TrueFileFilter
Returns true.
accept(File, String) - Method in class com.knowgate.io.filefilter.TrueFileFilter
Returns true.
add(T[], T) - Static method in class com.knowgate.arrayutils.Arr
Copies the given array and adds the given element at the end of the new array.
add(boolean[], boolean) - Static method in class com.knowgate.arrayutils.Arr
Copies the given array and adds the given element at the end of the new array.
add(byte[], byte) - Static method in class com.knowgate.arrayutils.Arr
Copies the given array and adds the given element at the end of the new array.
add(char[], char) - Static method in class com.knowgate.arrayutils.Arr
Copies the given array and adds the given element at the end of the new array.
add(double[], double) - Static method in class com.knowgate.arrayutils.Arr
Copies the given array and adds the given element at the end of the new array.
add(float[], float) - Static method in class com.knowgate.arrayutils.Arr
Copies the given array and adds the given element at the end of the new array.
add(int[], int) - Static method in class com.knowgate.arrayutils.Arr
Copies the given array and adds the given element at the end of the new array.
add(long[], long) - Static method in class com.knowgate.arrayutils.Arr
Copies the given array and adds the given element at the end of the new array.
add(short[], short) - Static method in class com.knowgate.arrayutils.Arr
Copies the given array and adds the given element at the end of the new array.
add(T[], int, T) - Static method in class com.knowgate.arrayutils.Arr
Inserts the specified element at the specified position in the array.
add(boolean[], int, boolean) - Static method in class com.knowgate.arrayutils.Arr
Inserts the specified element at the specified position in the array.
add(char[], int, char) - Static method in class com.knowgate.arrayutils.Arr
Inserts the specified element at the specified position in the array.
add(byte[], int, byte) - Static method in class com.knowgate.arrayutils.Arr
Inserts the specified element at the specified position in the array.
add(short[], int, short) - Static method in class com.knowgate.arrayutils.Arr
Inserts the specified element at the specified position in the array.
add(int[], int, int) - Static method in class com.knowgate.arrayutils.Arr
Inserts the specified element at the specified position in the array.
add(long[], int, long) - Static method in class com.knowgate.arrayutils.Arr
Inserts the specified element at the specified position in the array.
add(float[], int, float) - Static method in class com.knowgate.arrayutils.Arr
Inserts the specified element at the specified position in the array.
add(double[], int, double) - Static method in class com.knowgate.arrayutils.Arr
Inserts the specified element at the specified position in the array.
add(Money) - Method in class com.knowgate.currency.Money
Add two money amounts
add(String, Map<String, Object>) - Method in interface com.knowgate.ldap.LDAPManager
Add an LDAP entry
addAll(T[], T...) - Static method in class com.knowgate.arrayutils.Arr
Adds all the elements of the given arrays into a new array.
addAll(boolean[], boolean...) - Static method in class com.knowgate.arrayutils.Arr
Adds all the elements of the given arrays into a new array.
addAll(char[], char...) - Static method in class com.knowgate.arrayutils.Arr
Adds all the elements of the given arrays into a new array.
addAll(byte[], byte...) - Static method in class com.knowgate.arrayutils.Arr
Adds all the elements of the given arrays into a new array.
addAll(short[], short...) - Static method in class com.knowgate.arrayutils.Arr
Adds all the elements of the given arrays into a new array.
addAll(int[], int...) - Static method in class com.knowgate.arrayutils.Arr
Adds all the elements of the given arrays into a new array.
addAll(long[], long...) - Static method in class com.knowgate.arrayutils.Arr
Adds all the elements of the given arrays into a new array.
addAll(float[], float...) - Static method in class com.knowgate.arrayutils.Arr
Adds all the elements of the given arrays into a new array.
addAll(double[], double...) - Static method in class com.knowgate.arrayutils.Arr
Adds all the elements of the given arrays into a new array.
addComponent(String, String, String...) - Method in class com.knowgate.gis.StreetAddress
 
addComponent(AddressComponent) - Method in class com.knowgate.gis.StreetAddress
 
addDimension(List<Class<?>[]>, Class<?>[]) - Static method in class com.knowgate.typeutils.ClassSpaceHelper
Add an additional dimension to a list of vectors.
addFileFilter(IOFileFilter) - Method in class com.knowgate.io.filefilter.AndFileFilter
Adds the specified file filter to the list of file filters at the end of the list.
addFileFilter(IOFileFilter) - Method in interface com.knowgate.io.filefilter.ConditionalFileFilter
Adds the specified file filter to the list of file filters at the end of the list.
addFileFilter(IOFileFilter) - Method in class com.knowgate.io.filefilter.OrFileFilter
Adds the specified file filter to the list of file filters at the end of the list.
addMonths(int, Date) - Static method in class com.knowgate.dateutils.GregorianCalendarLocalisation
 
AddressComponent - Class in com.knowgate.gis
 
AddressComponent() - Constructor for class com.knowgate.gis.AddressComponent
 
AddressComponent(String, String, String...) - Constructor for class com.knowgate.gis.AddressComponent
 
addType(String) - Method in class com.knowgate.gis.AddressComponent
 
ADMIN_LIMIT_EXCEEDED - Static variable in exception com.knowgate.ldap.LDAPException
Indicates that an LDAP server limit set by an administrative authority has been exceeded.
AFFECTS_MULTIPLE_DSAS - Static variable in exception com.knowgate.ldap.LDAPException
Indicates that the modify DN operation moves the entry from one LDAP server to another and thus requires more than one LDAP server.
AgeFileFilter - Class in com.knowgate.io.filefilter
Filters files based on a cutoff time, can filter either newer files or files equal to or older.
AgeFileFilter(long) - Constructor for class com.knowgate.io.filefilter.AgeFileFilter
Constructs a new age file filter for files equal to or older than a certain cutoff
AgeFileFilter(long, boolean) - Constructor for class com.knowgate.io.filefilter.AgeFileFilter
Constructs a new age file filter for files on any one side of a certain cutoff.
AgeFileFilter(Date) - Constructor for class com.knowgate.io.filefilter.AgeFileFilter
Constructs a new age file filter for files older than (at or before) a certain cutoff date.
AgeFileFilter(Date, boolean) - Constructor for class com.knowgate.io.filefilter.AgeFileFilter
Constructs a new age file filter for files on any one side of a certain cutoff date.
AgeFileFilter(File) - Constructor for class com.knowgate.io.filefilter.AgeFileFilter
Constructs a new age file filter for files older than (at or before) a certain File (whose last modification time will be used as reference).
AgeFileFilter(File, boolean) - Constructor for class com.knowgate.io.filefilter.AgeFileFilter
Constructs a new age file filter for files on any one side of a certain File (whose last modification time will be used as reference).
ageFileFilter(long) - Static method in class com.knowgate.io.filefilter.FileFilterUtils
Returns a filter that returns true if the file was last modified after the specified cutoff time.
ageFileFilter(long, boolean) - Static method in class com.knowgate.io.filefilter.FileFilterUtils
Returns a filter that filters files based on a cutoff time.
ageFileFilter(Date) - Static method in class com.knowgate.io.filefilter.FileFilterUtils
Returns a filter that returns true if the file was last modified after the specified cutoff date.
ageFileFilter(Date, boolean) - Static method in class com.knowgate.io.filefilter.FileFilterUtils
Returns a filter that filters files based on a cutoff date.
ageFileFilter(File) - Static method in class com.knowgate.io.filefilter.FileFilterUtils
Returns a filter that returns true if the file was last modified after the specified reference file.
ageFileFilter(File, boolean) - Static method in class com.knowgate.io.filefilter.FileFilterUtils
Returns a filter that filters files based on a cutoff reference file.
algo - Variable in class com.knowgate.encryption.HashProviderFactory
 
ALIAS_DEREFERENCING_PROBLEM - Static variable in exception com.knowgate.ldap.LDAPException
Indicates that during a search operation, either the client does not have access rights to read the aliased object's name or dereferencing is not allowed.
ALIAS_PROBLEM - Static variable in exception com.knowgate.ldap.LDAPException
Indicates that an error occurred when an alias was dereferenced.
alphaCode() - Method in class com.knowgate.currency.CurrencyCode
 
AMBIGUOUS_RESPONSE - Static variable in exception com.knowgate.ldap.LDAPException
Indicates that the server response to a request is ambiguous.
AndFileFilter - Class in com.knowgate.io.filefilter
A FileFilter providing conditional AND logic across a list of file filters.
AndFileFilter() - Constructor for class com.knowgate.io.filefilter.AndFileFilter
Constructs a new instance of AndFileFilter.
AndFileFilter(List) - Constructor for class com.knowgate.io.filefilter.AndFileFilter
Constructs a new instance of AndFileFilter with the specified list of filters.
AndFileFilter(IOFileFilter, IOFileFilter) - Constructor for class com.knowgate.io.filefilter.AndFileFilter
Constructs a new file filter that ANDs the result of two other filters.
andFileFilter(IOFileFilter, IOFileFilter) - Static method in class com.knowgate.io.filefilter.FileFilterUtils
Returns a filter that ANDs the two specified filters.
Arr - Class in com.knowgate.arrayutils
Operations on arrays, primitive arrays (like int[]) and primitive wrapper arrays (like Integer[]).
Arr() - Constructor for class com.knowgate.arrayutils.Arr
Array instances should NOT be constructed in standard programming.
asFileFilter(FileFilter) - Static method in class com.knowgate.io.filefilter.FileFilterUtils
Returns an IOFileFilter that wraps the FileFilter instance.
asFileFilter(FilenameFilter) - Static method in class com.knowgate.io.filefilter.FileFilterUtils
Returns an IOFileFilter that wraps the FilenameFilter instance.
asHex() - Method in interface com.knowgate.encryption.HashProvider
Returns hex representation of the hash
asHex(byte[]) - Static method in class com.knowgate.encryption.MD5
Turns array of bytes into string representing each byte as unsigned hex number.
asHex() - Method in class com.knowgate.encryption.MD5
Returns 32-character hex representation of this objects hash
asHex() - Method in class com.knowgate.encryption.SHA512
 
asHex(byte[]) - Static method in class com.knowgate.encryption.SHA512
Turns array of bytes into string representing each byte as unsigned hex number.
ATTRIBUTE_OR_VALUE_EXISTS - Static variable in exception com.knowgate.ldap.LDAPException
Indicates that the attribute value specified in a modify or add operation already exists as a value for that attribute.
AUTH_METHOD_NOT_SUPPORTED - Static variable in exception com.knowgate.ldap.LDAPException
Indicates that during a bind operation the client requested an authentication method not supported by the LDAP server.
AUTH_UNKNOWN - Static variable in exception com.knowgate.ldap.LDAPException
Indicates that a bind method was called with an unknown authentication method.
AuthenticationOutcome - Enum in com.knowgate.encryption
 

B

between(InputStream, OutputStream, int, boolean) - Method in class com.knowgate.io.StreamPipe
Establish connection between input and output streams with specified size of buffer used for data transfer.
between(InputStream, OutputStream, int) - Method in class com.knowgate.io.StreamPipe
Establish connection between input and output streams with specified size of buffer used for data transfer and no auto-flush.
between(InputStream, OutputStream) - Method in class com.knowgate.io.StreamPipe
Establish connection between input and output streams with default buffer size and no auto-flush.
between(String, OutputStream) - Static method in class com.knowgate.io.StreamPipe
Establish synchronous connection between a file and an output stream with specified size of buffer used for data transfer.
bind(String, String) - Method in interface com.knowgate.ldap.LDAPManager
Synchronously authenticates to the LDAP server using LDAP_V3.
BufferedFileWriter - Class in com.knowgate.debug
Write to file using BufferedOutputStream
BufferedFileWriter() - Constructor for class com.knowgate.debug.BufferedFileWriter
 
BUSY - Static variable in exception com.knowgate.ldap.LDAPException
Indicates that the LDAP server is too busy to process the client request at this time, but if the client waits and resubmits the request, the server may be able to process it then.
byteCountToDisplaySize(long) - Static method in class com.knowgate.io.FileUtils
Returns a human-readable version of the file size, where the input represents a specific number of bytes.

C

capitalizeFirst(String) - Static method in class com.knowgate.stringutils.Str
Convert each letter after space to Upper Case and all others to Lower Case
capitalizeFirstAndSecond(String) - Static method in class com.knowgate.stringutils.Str
Convert each letter after space to Upper Case if the word has exactly two characters then UpperCase also the second letter convert all other letters to Lower Case
cartesianProduct(Class<?>[], Class<?>[]) - Static method in class com.knowgate.typeutils.ClassSpaceHelper
Cartesian product of two Class arrays.
charSet() - Method in class com.knowgate.stringutils.CSVParser
 
charSet(String) - Method in class com.knowgate.stringutils.CSVParser
 
checkCompareTo(String, String) - Method in class com.knowgate.io.IOCase
Compares two strings using the case-sensitivity rule.
checkEndsWith(String, String) - Method in class com.knowgate.io.IOCase
Checks if one string ends with another using the case-sensitivity rule.
checkEquals(String, String) - Method in class com.knowgate.io.IOCase
Compares two strings using the case-sensitivity rule.
checkRegionMatches(String, int, String) - Method in class com.knowgate.io.IOCase
Checks if one string contains another at a specific index using the case-sensitivity rule.
checkStartsWith(String, String) - Method in class com.knowgate.io.IOCase
Checks if one string starts with another using the case-sensitivity rule.
checksum(File, Checksum) - Static method in class com.knowgate.io.FileUtils
Computes the checksum of a file using the specified checksum object.
checksumCRC32(File) - Static method in class com.knowgate.io.FileUtils
Computes the checksum of a file using the CRC32 checksum routine.
chomp(String, String) - Static method in class com.knowgate.stringutils.Str
Ensure that a String ends with a given substring
Chronometer - Class in com.knowgate.debug
Get elapsed time between to checkpoints
Chronometer() - Constructor for class com.knowgate.debug.Chronometer
Default constructor
ClassBigDecimal - Static variable in class com.knowgate.typeutils.TypeResolver
 
ClassBigInteger - Static variable in class com.knowgate.typeutils.TypeResolver
 
ClassCalendar - Static variable in class com.knowgate.typeutils.TypeResolver
 
ClassLangString - Static variable in class com.knowgate.typeutils.TypeResolver
 
ClassSpaceHelper - Class in com.knowgate.typeutils
This class is used to produce combinations of superclasses and interfaces for trying alternative constructors at ObjectFactory
ClassSpaceHelper() - Constructor for class com.knowgate.typeutils.ClassSpaceHelper
 
ClassSQLDate - Static variable in class com.knowgate.typeutils.TypeResolver
 
ClassTimestamp - Static variable in class com.knowgate.typeutils.TypeResolver
 
ClassUtilDate - Static variable in class com.knowgate.typeutils.TypeResolver
 
cleanDirectory(File) - Static method in class com.knowgate.io.FileUtils
Cleans a directory without deleting it.
CLIENT_LOOP - Static variable in exception com.knowgate.ldap.LDAPException
Indicates the LDAP libraries detected a loop.
clone(T[]) - Static method in class com.knowgate.arrayutils.Arr
Shallow clones an array returning a typecast result and handling null.
clone(long[]) - Static method in class com.knowgate.arrayutils.Arr
Clones an array returning a typecast result and handling null.
clone(int[]) - Static method in class com.knowgate.arrayutils.Arr
Clones an array returning a typecast result and handling null.
clone(short[]) - Static method in class com.knowgate.arrayutils.Arr
Clones an array returning a typecast result and handling null.
clone(char[]) - Static method in class com.knowgate.arrayutils.Arr
Clones an array returning a typecast result and handling null.
clone(byte[]) - Static method in class com.knowgate.arrayutils.Arr
Clones an array returning a typecast result and handling null.
clone(double[]) - Static method in class com.knowgate.arrayutils.Arr
Clones an array returning a typecast result and handling null.
clone(float[]) - Static method in class com.knowgate.arrayutils.Arr
Clones an array returning a typecast result and handling null.
clone(boolean[]) - Static method in class com.knowgate.arrayutils.Arr
Clones an array returning a typecast result and handling null.
close() - Method in class com.knowgate.debug.BufferedFileWriter
Close file output stream
close() - Method in interface com.knowgate.ldap.LDAPManager
Synchronously disconnects from the LDAP server
closeQuietly(Reader) - Static method in class com.knowgate.io.IOUtils
Unconditionally close an Reader.
closeQuietly(Writer) - Static method in class com.knowgate.io.IOUtils
Unconditionally close a Writer.
closeQuietly(InputStream) - Static method in class com.knowgate.io.IOUtils
Unconditionally close an InputStream.
closeQuietly(OutputStream) - Static method in class com.knowgate.io.IOUtils
Unconditionally close an OutputStream.
CNY - Static variable in class com.knowgate.currency.CurrencyCode
 
com.knowgate.arrayutils - package com.knowgate.arrayutils
Array manipulation functions from Apache Commons
com.knowgate.currency - package com.knowgate.currency
Currency Type
com.knowgate.dateutils - package com.knowgate.dateutils
Month & Week localisation and utils
com.knowgate.debug - package com.knowgate.debug
Debug Traces to File
com.knowgate.encryption - package com.knowgate.encryption
MD5 and RC4 implementations
com.knowgate.gis - package com.knowgate.gis
GIS Wrapper Interfaces and Types
com.knowgate.io - package com.knowgate.io
Character set determination, MD5 and other IO helper classes
com.knowgate.io.filefilter - package com.knowgate.io.filefilter
File Filters from Apache Commons
com.knowgate.io.output - package com.knowgate.io.output
 
com.knowgate.ldap - package com.knowgate.ldap
LDAP Interfaces and Exceptions
com.knowgate.stringutils - package com.knowgate.stringutils
String manipulation helper classes
com.knowgate.system - package com.knowgate.system
 
com.knowgate.tuples - package com.knowgate.tuples
Scala style Pair and Triplet polymorphic tuples
com.knowgate.typeutils - package com.knowgate.typeutils
Helper functions for object factories
COMPARE_FALSE - Static variable in exception com.knowgate.ldap.LDAPException
Does not indicate an error condition.
COMPARE_TRUE - Static variable in exception com.knowgate.ldap.LDAPException
Does not indicate an error condition.
compareTo(Money) - Method in class com.knowgate.currency.Money
Compare to money amounts with the same currency
concat(String, String) - Static method in class com.knowgate.io.FilenameUtils
Concatenates a filename to a base path using normal command line style rules.
ConditionalFileFilter - Interface in com.knowgate.io.filefilter
Defines operations for conditional file filters.
CONFIDENTIALITY_REQUIRED - Static variable in exception com.knowgate.ldap.LDAPException
Indicates that the session is not protected by a protocol such as Transport Layer Security (TLS), which provides session confidentiality.
connect(String) - Method in interface com.knowgate.ldap.LDAPManager
Connect to LDAP Service
CONNECT_ERROR - Static variable in exception com.knowgate.ldap.LDAPException
Indicates that the LDAP client has lost either its connection or cannot establish a connection to the LDAP server.
connectAndBind(Map<String, String>) - Method in interface com.knowgate.ldap.LDAPManager
Connect to LDAP Server using a Properties object
CONSTRAINT_VIOLATION - Static variable in exception com.knowgate.ldap.LDAPException
Indicates that the attribute value specified in a modify, add, or modify DN operation violates constraints placed on the attribute.
contains(Object[], Object) - Static method in class com.knowgate.arrayutils.Arr
Checks if the object is in the given array.
contains(long[], long) - Static method in class com.knowgate.arrayutils.Arr
Checks if the value is in the given array.
contains(int[], int) - Static method in class com.knowgate.arrayutils.Arr
Checks if the value is in the given array.
contains(short[], short) - Static method in class com.knowgate.arrayutils.Arr
Checks if the value is in the given array.
contains(char[], char) - Static method in class com.knowgate.arrayutils.Arr
Checks if the value is in the given array.
contains(byte[], byte) - Static method in class com.knowgate.arrayutils.Arr
Checks if the value is in the given array.
contains(double[], double) - Static method in class com.knowgate.arrayutils.Arr
Checks if the value is in the given array.
contains(double[], double, double) - Static method in class com.knowgate.arrayutils.Arr
Checks if a value falling within the given tolerance is in the given array.
contains(float[], float) - Static method in class com.knowgate.arrayutils.Arr
Checks if the value is in the given array.
contains(boolean[], boolean) - Static method in class com.knowgate.arrayutils.Arr
Checks if the value is in the given array.
contentEquals(File, File) - Static method in class com.knowgate.io.FileUtils
Compares the contents of two files to determine if they are equal or not.
contentEquals(InputStream, InputStream) - Static method in class com.knowgate.io.IOUtils
Compare the contents of two Streams to determine if they are equal or not.
contentEquals(Reader, Reader) - Static method in class com.knowgate.io.IOUtils
Compare the contents of two Readers to determine if they are equal or not.
CONTROL_NOT_FOUND - Static variable in exception com.knowgate.ldap.LDAPException
Indicates that the client requested a control that the libraries cannot find in the list of supported controls sent by the LDAP server.
convertFileCollectionToFileArray(Collection) - Static method in class com.knowgate.io.FileUtils
Converts a Collection containing java.io.File instanced into array representation.
convertTo(CurrencyCode, BigDecimal) - Method in class com.knowgate.currency.Money
Convert this money to another currency
convertTo(String, BigDecimal) - Method in class com.knowgate.currency.Money
Convert this money to another currency
copy(InputStream, OutputStream) - Static method in class com.knowgate.io.IOUtils
Copy bytes from an InputStream to an OutputStream.
copy(InputStream, Writer) - Static method in class com.knowgate.io.IOUtils
Copy bytes from an InputStream to chars on a Writer using the default character encoding of the platform.
copy(InputStream, Writer, String) - Static method in class com.knowgate.io.IOUtils
Copy bytes from an InputStream to chars on a Writer using the specified character encoding.
copy(Reader, Writer) - Static method in class com.knowgate.io.IOUtils
Copy chars from a Reader to a Writer.
copy(Reader, OutputStream) - Static method in class com.knowgate.io.IOUtils
Copy chars from a Reader to bytes on an OutputStream using the default character encoding of the platform, and calling flush.
copy(Reader, OutputStream, String) - Static method in class com.knowgate.io.IOUtils
Copy chars from a Reader to bytes on an OutputStream using the specified character encoding, and calling flush.
copyDirectory(File, File) - Static method in class com.knowgate.io.FileUtils
Copies a whole directory to a new location preserving the file dates.
copyDirectory(File, File, boolean) - Static method in class com.knowgate.io.FileUtils
Copies a whole directory to a new location.
copyDirectory(File, File, FileFilter) - Static method in class com.knowgate.io.FileUtils
Copies a filtered directory to a new location preserving the file dates.
copyDirectory(File, File, FileFilter, boolean) - Static method in class com.knowgate.io.FileUtils
Copies a filtered directory to a new location.
copyDirectoryToDirectory(File, File) - Static method in class com.knowgate.io.FileUtils
Copies a directory to within another directory preserving the file dates.
copyFile(File, File) - Static method in class com.knowgate.io.FileUtils
Copies a file to a new location preserving the file date.
copyFile(File, File, boolean) - Static method in class com.knowgate.io.FileUtils
Copies a file to a new location.
copyFileToDirectory(File, File) - Static method in class com.knowgate.io.FileUtils
Copies a file to a directory preserving the file date.
copyFileToDirectory(File, File, boolean) - Static method in class com.knowgate.io.FileUtils
Copies a file to a directory optionally preserving the file date.
copyLarge(InputStream, OutputStream) - Static method in class com.knowgate.io.IOUtils
Copy bytes from a large (over 2GB) InputStream to an OutputStream.
copyLarge(Reader, Writer) - Static method in class com.knowgate.io.IOUtils
Copy chars from a large (over 2GB) Reader to a Writer.
copyURLToFile(URL, File) - Static method in class com.knowgate.io.FileUtils
Copies bytes from the URL source to a file destination.
countryCode() - Method in class com.knowgate.currency.CurrencyCode
 
createGeocoder(String) - Static method in class com.knowgate.gis.GeocoderFactory
 
createProvider() - Method in class com.knowgate.encryption.HashProviderFactory
 
createTimeDependentKey() - Static method in class com.knowgate.stringutils.Uid
Create a universal unique key which increases over time
createUniqueKey() - Static method in class com.knowgate.stringutils.Uid
Create a universal unique key for a new record
CSVParser - Class in com.knowgate.stringutils
Delimited Text Parser
CSVParser() - Constructor for class com.knowgate.stringutils.CSVParser
 
CSVParser(String) - Constructor for class com.knowgate.stringutils.CSVParser
Create CSV Parser and set encoding to be used
currency() - Method in class com.knowgate.currency.CurrencyCode
Corresponding java.util.Currency object
CurrencyCode - Class in com.knowgate.currency
Currency Code
CurrencyCode(int, String, String, String, String, String) - Constructor for class com.knowgate.currency.CurrencyCode
Constructor
currencyCode() - Method in class com.knowgate.currency.Money
 
currencyCodeFor(String) - Static method in class com.knowgate.currency.CurrencyCode
Get CurrencyCode for a 3 letter currency identifier
currencyCodeFor(int) - Static method in class com.knowgate.currency.CurrencyCode
 
currencyName() - Method in class com.knowgate.currency.CurrencyCode
Currency name in English language

D

DateHelper - Class in com.knowgate.dateutils
 
DateHelper() - Constructor for class com.knowgate.dateutils.DateHelper
 
DaysBetween(Date, Date) - Static method in class com.knowgate.dateutils.GregorianCalendarLocalisation
 
DaysBetween(GregorianCalendar, GregorianCalendar) - Static method in class com.knowgate.dateutils.GregorianCalendarLocalisation
 
debug(String) - Method in class com.knowgate.debug.DebugFile
This method is just an alias for DebugFile.writeln
debug(String, Exception) - Method in class com.knowgate.debug.DebugFile
Write message and stack trace for an exception to debug output
DebugFile - Class in com.knowgate.debug
Write execution traces to Log4j2, a set of text files (one per thread) or STDOUT
DebugFile() - Constructor for class com.knowgate.debug.DebugFile
 
dechomp(String, char) - Static method in class com.knowgate.stringutils.Str
Ensure that a String does not end with a given character
decIdent() - Static method in class com.knowgate.debug.DebugFile
Decrement indentation level
DECODING_ERROR - Static variable in exception com.knowgate.ldap.LDAPException
Indicates that the LDAP client encountered errors when decoding an LDAP response from the LDAP server.
DelegateFileFilter - Class in com.knowgate.io.filefilter
This class turns a Java FileFilter or FilenameFilter into an IO FileFilter.
DelegateFileFilter(FilenameFilter) - Constructor for class com.knowgate.io.filefilter.DelegateFileFilter
Constructs a delegate file filter around an existing FilenameFilter.
DelegateFileFilter(FileFilter) - Constructor for class com.knowgate.io.filefilter.DelegateFileFilter
Constructs a delegate file filter around an existing FileFilter.
delete(String) - Method in interface com.knowgate.ldap.LDAPManager
Delete an LDAP entry
deleteDirectory(File) - Static method in class com.knowgate.io.FileUtils
Deletes a directory recursively.
deleteQuietly(File) - Static method in class com.knowgate.io.FileUtils
Deletes a file, never throwing an exception.
DIR_SEPARATOR - Static variable in class com.knowgate.io.IOUtils
The system directory separator character.
DIR_SEPARATOR_UNIX - Static variable in class com.knowgate.io.IOUtils
The Unix directory separator character.
DIR_SEPARATOR_WINDOWS - Static variable in class com.knowgate.io.IOUtils
The Windows directory separator character.
DIRECTORY - Static variable in class com.knowgate.io.filefilter.DirectoryFileFilter
Singleton instance of directory filter.
DirectoryFileFilter - Class in com.knowgate.io.filefilter
This filter accepts Files that are directories.
DirectoryFileFilter() - Constructor for class com.knowgate.io.filefilter.DirectoryFileFilter
Restrictive consructor.
directoryFileFilter() - Static method in class com.knowgate.io.filefilter.FileFilterUtils
Returns a filter that checks if the file is a directory.
disableCache() - Static method in class com.knowgate.typeutils.TypeResolver
Disables the internal caching of resolved TypeVariables.
DUMP_TO_FILE - Static variable in class com.knowgate.debug.DebugFile
 
DUMP_TO_LOG4J - Static variable in class com.knowgate.debug.DebugFile
 
DUMP_TO_STDOUT - Static variable in class com.knowgate.debug.DebugFile
 
dumpTo - Static variable in class com.knowgate.debug.DebugFile
One of DUMP_TO_LOG4J, DUMP_TO_FILE or DUMP_TO_STDOUT constants

E

elapsed() - Method in class com.knowgate.debug.Chronometer
Get milliseconds elapsed between start and stop calls.
EMPTY_BOOLEAN_ARRAY - Static variable in class com.knowgate.arrayutils.Arr
An empty immutable boolean array.
EMPTY_BOOLEAN_OBJECT_ARRAY - Static variable in class com.knowgate.arrayutils.Arr
An empty immutable Boolean array.
EMPTY_BYTE_ARRAY - Static variable in class com.knowgate.arrayutils.Arr
An empty immutable byte array.
EMPTY_BYTE_OBJECT_ARRAY - Static variable in class com.knowgate.arrayutils.Arr
An empty immutable Byte array.
EMPTY_CHAR_ARRAY - Static variable in class com.knowgate.arrayutils.Arr
An empty immutable char array.
EMPTY_CHARACTER_OBJECT_ARRAY - Static variable in class com.knowgate.arrayutils.Arr
An empty immutable Character array.
EMPTY_CLASS_ARRAY - Static variable in class com.knowgate.arrayutils.Arr
An empty immutable Class array.
EMPTY_DOUBLE_ARRAY - Static variable in class com.knowgate.arrayutils.Arr
An empty immutable double array.
EMPTY_DOUBLE_OBJECT_ARRAY - Static variable in class com.knowgate.arrayutils.Arr
An empty immutable Double array.
EMPTY_FILE_ARRAY - Static variable in class com.knowgate.io.FileUtils
An empty array of type File.
EMPTY_FLOAT_ARRAY - Static variable in class com.knowgate.arrayutils.Arr
An empty immutable float array.
EMPTY_FLOAT_OBJECT_ARRAY - Static variable in class com.knowgate.arrayutils.Arr
An empty immutable Float array.
EMPTY_INT_ARRAY - Static variable in class com.knowgate.arrayutils.Arr
An empty immutable int array.
EMPTY_INTEGER_OBJECT_ARRAY - Static variable in class com.knowgate.arrayutils.Arr
An empty immutable Integer array.
EMPTY_LONG_ARRAY - Static variable in class com.knowgate.arrayutils.Arr
An empty immutable long array.
EMPTY_LONG_OBJECT_ARRAY - Static variable in class com.knowgate.arrayutils.Arr
An empty immutable Long array.
EMPTY_OBJECT_ARRAY - Static variable in class com.knowgate.arrayutils.Arr
An empty immutable Object array.
EMPTY_SHORT_ARRAY - Static variable in class com.knowgate.arrayutils.Arr
An empty immutable short array.
EMPTY_SHORT_OBJECT_ARRAY - Static variable in class com.knowgate.arrayutils.Arr
An empty immutable Short array.
EMPTY_STRING_ARRAY - Static variable in class com.knowgate.arrayutils.Arr
An empty immutable String array.
enableCache() - Static method in class com.knowgate.typeutils.TypeResolver
Enables the internal caching of resolved TypeVariables.
encode(String) - Static method in class com.knowgate.stringutils.Html
Return text encoded as XHTML.
ENCODING_ERROR - Static variable in exception com.knowgate.ldap.LDAPException
Indicates that the LDAP client encountered errors when encoding an LDAP request intended for the LDAP server.
ENTRY_ALREADY_EXISTS - Static variable in exception com.knowgate.ldap.LDAPException
Indicates that the add operation attempted to add an entry that already exists, or that the modify operation attempted to rename an entry to the name of an entry that already exists.
envinfo() - Static method in class com.knowgate.debug.DebugFile
Write environment information to debug output
equals(CurrencyCode) - Method in class com.knowgate.currency.CurrencyCode
Two currencies will be the same if the have the same alphaCode()
equals(String, String) - Static method in class com.knowgate.io.FilenameUtils
Checks whether two filenames are equal exactly.
equals(String, String, boolean, IOCase) - Static method in class com.knowgate.io.FilenameUtils
Checks whether two filenames are equal, optionally normalizing and providing control over the case-sensitivity.
equalsNormalized(String, String) - Static method in class com.knowgate.io.FilenameUtils
Checks whether two filenames are equal after both have been normalized.
equalsNormalizedOnSystem(String, String) - Static method in class com.knowgate.io.FilenameUtils
Checks whether two filenames are equal after both have been normalized and using the case rules of the system.
equalsOnSystem(String, String) - Static method in class com.knowgate.io.FilenameUtils
Checks whether two filenames are equal using the case rules of the system.
ErrorHandler - Class in com.knowgate.debug
ErrorHandler.java Created: Tue Feb 2 12:24:40 1999
ErrorHandler(Throwable) - Constructor for class com.knowgate.debug.ErrorHandler
 
errorLine() - Method in class com.knowgate.stringutils.CSVParser
 
EUR - Static variable in class com.knowgate.currency.CurrencyCode
 
exists(String) - Method in interface com.knowgate.ldap.LDAPManager
Check whether or not an LDAP entry exists
EXTENSION_SEPARATOR - Static variable in class com.knowgate.io.FilenameUtils
The extension separator character.
EXTENSION_SEPARATOR_STR - Static variable in class com.knowgate.io.FilenameUtils
The extension separator String.

F

FALSE - Static variable in class com.knowgate.io.filefilter.FalseFileFilter
Singleton instance of false filter.
FalseFileFilter - Class in com.knowgate.io.filefilter
A file filter that always returns false.
FalseFileFilter() - Constructor for class com.knowgate.io.filefilter.FalseFileFilter
Restrictive consructor.
falseFileFilter() - Static method in class com.knowgate.io.filefilter.FileFilterUtils
Returns a filter that always returns false.
FILE - Static variable in class com.knowgate.io.filefilter.FileFileFilter
Singleton instance of file filter
FileFileFilter - Class in com.knowgate.io.filefilter
This filter accepts Files that are files (not directories).
FileFileFilter() - Constructor for class com.knowgate.io.filefilter.FileFileFilter
Restrictive consructor.
fileFileFilter() - Static method in class com.knowgate.io.filefilter.FileFilterUtils
Returns a filter that checks if the file is a file (and not a directory).
FileFilterUtils - Class in com.knowgate.io.filefilter
Useful utilities for working with file filters.
FileFilterUtils() - Constructor for class com.knowgate.io.filefilter.FileFilterUtils
FileFilterUtils is not normally instantiated.
FilenameUtils - Class in com.knowgate.io
General filename and filepath manipulation utilities.
FilenameUtils() - Constructor for class com.knowgate.io.FilenameUtils
Instances should NOT be constructed in standard programming.
FileUtils - Class in com.knowgate.io
General file manipulation utilities.
FileUtils() - Constructor for class com.knowgate.io.FileUtils
Instances should NOT be constructed in standard programming.
FILTER_ERROR - Static variable in exception com.knowgate.ldap.LDAPException
Indicates that the search method was called with an invalid search filter.
filterParameters(Parameter[], Object[]) - Static method in class com.knowgate.typeutils.ObjectFactory
Filter parameter values that has the necessary types.
Final() - Method in interface com.knowgate.encryption.HashProvider
Returns hash value for input String
Final() - Method in class com.knowgate.encryption.MD5
Returns array of bytes (16 bytes) representing hash as of the current state of this object.
Final() - Method in class com.knowgate.encryption.SHA512
 
find(int, String) - Method in class com.knowgate.stringutils.CSVParser
Find first occurence of a value at a given column
findi(int, String) - Method in class com.knowgate.stringutils.CSVParser
Find first occurence of a value at a given column
forceDelete(File) - Static method in class com.knowgate.io.FileUtils
Deletes a file.
forceDeleteOnExit(File) - Static method in class com.knowgate.io.FileUtils
Schedules a file to be deleted when JVM exits.
forceMkdir(File) - Static method in class com.knowgate.io.FileUtils
Makes a directory, including any necessary but nonexistent parent directories.
format(String, String) - Method in class com.knowgate.currency.Money
Format a BigDecimal as a String following the rules for an specific language and country
forName(String) - Static method in class com.knowgate.io.IOCase
Factory method to create an IOCase from a name.
FRIDAY - Static variable in class com.knowgate.dateutils.GregorianCalendarLocalisation
 

G

GBP - Static variable in class com.knowgate.currency.CurrencyCode
 
generateRandomId(int, String, byte) - Static method in class com.knowgate.stringutils.Uid
Generate a random identifier of a given length
generateReverseTimestampId() - Static method in class com.knowgate.stringutils.Uid
Generate a reverse timestamp plus random int identifier of 32 characters length The identifier will be composed of Long.MAX_VALUE-Current Time in Milliseconds followed by a random 32 bits integer
geoCode(String) - Method in interface com.knowgate.gis.Geocoder
Get an StreetAddress object from an address string
Geocoder - Interface in com.knowgate.gis
Wrapper interface for geocoding services
GeocoderFactory - Class in com.knowgate.gis
This file is licensed under the Apache License version 2.0.
GeocoderFactory() - Constructor for class com.knowgate.gis.GeocoderFactory
 
GeocodingException - Exception in com.knowgate.gis
This file is licensed under the Apache License version 2.0.
GeocodingException(String, Throwable) - Constructor for exception com.knowgate.gis.GeocodingException
 
getBaseName(String) - Static method in class com.knowgate.io.FilenameUtils
Gets the base name, minus the full path and extension, from a full filename.
getCity() - Method in class com.knowgate.gis.StreetAddress
 
getClassesAtPackage(String) - Static method in class com.knowgate.typeutils.ClassSpaceHelper
Scans all classes accessible from the context class loader which belong to the given package and subpackages.
getClassForName(String) - Static method in class com.knowgate.typeutils.TypeResolver
 
getClassTree(Class<?>) - Static method in class com.knowgate.typeutils.ObjectFactory
Get super classes and interfaces implemented by the given class
getColumnCount() - Method in class com.knowgate.stringutils.CSVParser
Get column count
getColumnPosition(String) - Method in class com.knowgate.stringutils.CSVParser
 
getComponents() - Method in class com.knowgate.gis.StreetAddress
 
getConfFile() - Static method in class com.knowgate.debug.DebugFile
Get absolute path of the debugfile.conf file
getConstructor(Class<? extends Object>, Class<?>[]) - Static method in class com.knowgate.typeutils.ObjectFactory
Get the constructor for a class that matches the given parameter classes.
getCoordinates() - Method in class com.knowgate.gis.StreetAddress
 
getCountryCode() - Method in class com.knowgate.gis.StreetAddress
 
getCountryName() - Method in class com.knowgate.gis.StreetAddress
 
getDelimiter() - Method in class com.knowgate.stringutils.CSVParser
 
getDisplayAddress() - Method in class com.knowgate.gis.StreetAddress
 
getDN() - Method in class com.knowgate.ldap.LDAPEntry
 
getEnvironmentVariable(String) - Method in class com.knowgate.system.Shell
 
getEnvironmentVariableOrDefault(String, String) - Method in class com.knowgate.system.Shell
 
getExtension(String) - Static method in class com.knowgate.io.FilenameUtils
Gets the extension of a filename.
getField(int, int) - Method in class com.knowgate.stringutils.CSVParser
Get value for a field at a given row and column.
getField(String, int) - Method in class com.knowgate.stringutils.CSVParser
Get value for a field at a given row and column.
getFile(long) - Static method in class com.knowgate.debug.DebugFile
Get debug file path Read Java environment variable knowgate.debugdir to get the directory where javatrc.txt files are generated.
getFileExtensionForMimeType(String) - Static method in class com.knowgate.io.MimeUtils
Get file extension for a MIME Type
getFileFilters() - Method in class com.knowgate.io.filefilter.AndFileFilter
Returns this conditional file filter's list of file filters.
getFileFilters() - Method in interface com.knowgate.io.filefilter.ConditionalFileFilter
Returns this conditional file filter's list of file filters.
getFileFilters() - Method in class com.knowgate.io.filefilter.OrFileFilter
Returns this conditional file filter's list of file filters.
getFullPath(String) - Static method in class com.knowgate.io.FilenameUtils
Gets the full path from a full filename, which is the prefix + path.
getFullPathNoEndSeparator(String) - Static method in class com.knowgate.io.FilenameUtils
Gets the full path from a full filename, which is the prefix + path, and also excluding the final directory separator.
getLattitude() - Method in class com.knowgate.gis.LatLong
 
getLattitude() - Method in class com.knowgate.gis.StreetAddress
 
getLength(Object) - Static method in class com.knowgate.arrayutils.Arr
Returns the length of the specified array.
getLine(int) - Method in class com.knowgate.stringutils.CSVParser
Get line from a parsed file.
getLineAsMap(int) - Method in class com.knowgate.stringutils.CSVParser
Get line from a parsed file as a Map of named values.
getLineCount() - Method in class com.knowgate.stringutils.CSVParser
Get line count
getLongitude() - Method in class com.knowgate.gis.LatLong
 
getLongitude() - Method in class com.knowgate.gis.StreetAddress
 
getLongName() - Method in class com.knowgate.gis.AddressComponent
 
getMimeTypeForFileExtension(String) - Static method in class com.knowgate.io.MimeUtils
Get MIME Type for a file extension
getName(String) - Static method in class com.knowgate.io.FilenameUtils
Gets the name minus the path from a full filename.
getName() - Method in class com.knowgate.io.IOCase
Gets the name of the constant.
getName() - Method in class com.knowgate.tuples.Pair
 
getParameterClasses(Object...) - Static method in class com.knowgate.typeutils.ObjectFactory
Get an array with the classes of the given parameters
getPartitionName() - Method in interface com.knowgate.ldap.LDAPManager
 
getPath(String) - Static method in class com.knowgate.io.FilenameUtils
Gets the path from a full filename, which excludes the prefix.
getPathNoEndSeparator(String) - Static method in class com.knowgate.io.FilenameUtils
Gets the path from a full filename, which excludes the prefix, and also excluding the final directory separator.
getPostalCode() - Method in class com.knowgate.gis.StreetAddress
 
getPrefix(String) - Static method in class com.knowgate.io.FilenameUtils
Gets the prefix from a full filename, such as C:/ or ~/.
getPrefixLength(String) - Static method in class com.knowgate.io.FilenameUtils
Returns the length of the filename prefix, such as C:/ or ~/.
getRegion() - Method in class com.knowgate.gis.StreetAddress
 
getResultCode() - Method in exception com.knowgate.ldap.LDAPException
Returns the result code from the exception.
getShortName() - Method in class com.knowgate.gis.AddressComponent
 
getStackTrace(Throwable) - Static method in class com.knowgate.debug.StackTraceUtil
Get the stack trace of a throwable
getState() - Method in class com.knowgate.gis.StreetAddress
 
getStreetName() - Method in class com.knowgate.gis.StreetAddress
 
getStreetNumber() - Method in class com.knowgate.gis.StreetAddress
 
getSubclassesOf(Package, Class<?>) - Static method in class com.knowgate.typeutils.ObjectFactory
 
getTempDir() - Static method in class com.knowgate.io.FileUtils
Get temporary directory
getType(int) - Method in class com.knowgate.gis.AddressComponent
 
getTypes() - Method in class com.knowgate.gis.AddressComponent
 
getValue() - Method in class com.knowgate.tuples.Pair
 
GregorianCalendarLocalisation - Class in com.knowgate.dateutils
Calendar localisation functions
GregorianCalendarLocalisation() - Constructor for class com.knowgate.dateutils.GregorianCalendarLocalisation
 

H

HashAlgorithm - Enum in com.knowgate.encryption
 
hashCode() - Method in class com.knowgate.currency.CurrencyCode
 
HashProvider - Interface in com.knowgate.encryption
 
HashProviderFactory - Class in com.knowgate.encryption
 
HashProviderFactory(HashAlgorithm, String) - Constructor for class com.knowgate.encryption.HashProviderFactory
 
HashProviderFactory(String, String) - Constructor for class com.knowgate.encryption.HashProviderFactory
 
Html - Class in com.knowgate.stringutils
HTML helper methods
Html() - Constructor for class com.knowgate.stringutils.Html
 

I

in(String, String[]) - Static method in class com.knowgate.stringutils.Str
Search for a String in an array
INAPPROPRIATE_AUTHENTICATION - Static variable in exception com.knowgate.ldap.LDAPException
Indicates that during a bind operation, the client is attempting to use an authentication method that the client cannot use correctly.
INAPPROPRIATE_MATCHING - Static variable in exception com.knowgate.ldap.LDAPException
Indicates that the matching rule specified in the search filter does not match a rule defined for the attribute's syntax.
incIdent() - Static method in class com.knowgate.debug.DebugFile
Increment indentation level Maximum indentation level is 80, after reaching that limit Indentation is automatically set to zero
INDEX_NOT_FOUND - Static variable in class com.knowgate.arrayutils.Arr
The index value when an element is not found in a list or array: -1.
indexOf(Object[], Object) - Static method in class com.knowgate.arrayutils.Arr
Finds the index of the given object in the array.
indexOf(Object[], Object, int) - Static method in class com.knowgate.arrayutils.Arr
Finds the index of the given object in the array starting at the given index.
indexOf(long[], long) - Static method in class com.knowgate.arrayutils.Arr
Finds the index of the given value in the array.
indexOf(long[], long, int) - Static method in class com.knowgate.arrayutils.Arr
Finds the index of the given value in the array starting at the given index.
indexOf(int[], int) - Static method in class com.knowgate.arrayutils.Arr
Finds the index of the given value in the array.
indexOf(int[], int, int) - Static method in class com.knowgate.arrayutils.Arr
Finds the index of the given value in the array starting at the given index.
indexOf(short[], short) - Static method in class com.knowgate.arrayutils.Arr
Finds the index of the given value in the array.
indexOf(short[], short, int) - Static method in class com.knowgate.arrayutils.Arr
Finds the index of the given value in the array starting at the given index.
indexOf(char[], char) - Static method in class com.knowgate.arrayutils.Arr
Finds the index of the given value in the array.
indexOf(char[], char, int) - Static method in class com.knowgate.arrayutils.Arr
Finds the index of the given value in the array starting at the given index.
indexOf(byte[], byte) - Static method in class com.knowgate.arrayutils.Arr
Finds the index of the given value in the array.
indexOf(byte[], byte, int) - Static method in class com.knowgate.arrayutils.Arr
Finds the index of the given value in the array starting at the given index.
indexOf(double[], double) - Static method in class com.knowgate.arrayutils.Arr
Finds the index of the given value in the array.
indexOf(double[], double, double) - Static method in class com.knowgate.arrayutils.Arr
Finds the index of the given value within a given tolerance in the array.
indexOf(double[], double, int) - Static method in class com.knowgate.arrayutils.Arr
Finds the index of the given value in the array starting at the given index.
indexOf(double[], double, int, double) - Static method in class com.knowgate.arrayutils.Arr
Finds the index of the given value in the array starting at the given index.
indexOf(float[], float) - Static method in class com.knowgate.arrayutils.Arr
Finds the index of the given value in the array.
indexOf(float[], float, int) - Static method in class com.knowgate.arrayutils.Arr
Finds the index of the given value in the array starting at the given index.
indexOf(boolean[], boolean) - Static method in class com.knowgate.arrayutils.Arr
Finds the index of the given value in the array.
indexOf(boolean[], boolean, int) - Static method in class com.knowgate.arrayutils.Arr
Finds the index of the given value in the array starting at the given index.
indexOfExtension(String) - Static method in class com.knowgate.io.FilenameUtils
Returns the index of the last extension separator character, which is a dot.
indexOfIgnoreCase(String, String, int) - Static method in class com.knowgate.stringutils.Str
Get index of a substring inside another string
indexOfIgnoreCase(String, String) - Static method in class com.knowgate.stringutils.Str
Get index of a substring inside another string
indexOfLastSeparator(String) - Static method in class com.knowgate.io.FilenameUtils
Returns the index of the last directory separator character.
Init() - Method in class com.knowgate.encryption.MD5
Initialize MD5 internal state (object can be reused just by calling Init() after every Final()
INSENSITIVE - Static variable in class com.knowgate.io.IOCase
The constant for case insensitive regardless of operating system.
INSTANCE - Static variable in class com.knowgate.io.filefilter.DirectoryFileFilter
Singleton instance of directory filter.
INSTANCE - Static variable in class com.knowgate.io.filefilter.FalseFileFilter
Singleton instance of false filter.
INSTANCE - Static variable in class com.knowgate.io.filefilter.TrueFileFilter
Singleton instance of true filter.
INSUFFICIENT_ACCESS_RIGHTS - Static variable in exception com.knowgate.ldap.LDAPException
Indicates that the caller does not have sufficient rights to perform the requested operation.
intValue() - Method in enum com.knowgate.encryption.AuthenticationOutcome
 
INVALID_ATTRIBUTE_SYNTAX - Static variable in exception com.knowgate.ldap.LDAPException
Indicates that the attribute value specified in an add, compare, or modify operation is an unrecognized or invalid syntax for the attribute.
INVALID_CREDENTIALS - Static variable in exception com.knowgate.ldap.LDAPException
Indicates that invalid information was passed during a bind operation.
INVALID_DN_SYNTAX - Static variable in exception com.knowgate.ldap.LDAPException
Indicates that the syntax of the DN is incorrect.
INVALID_RESPONSE - Static variable in exception com.knowgate.ldap.LDAPException
Indicates that the server response to a request is invalid.
IOCase - Class in com.knowgate.io
Enumeration of IO case sensitivity.
IOFileFilter - Interface in com.knowgate.io.filefilter
An interface which brings the FileFilter and FilenameFilter interfaces together.
IOUtils - Class in com.knowgate.io
General IO stream manipulation utilities.
IOUtils() - Constructor for class com.knowgate.io.IOUtils
Instances should NOT be constructed in standard programming.
IS_LEAF - Static variable in exception com.knowgate.ldap.LDAPException
Indicates that the specified operation cannot be performed on a leaf entry.
isCaseSensitive() - Method in class com.knowgate.io.IOCase
Does the object represent case sensitive comparison.
isDate(String, String) - Static method in class com.knowgate.dateutils.GregorianCalendarLocalisation
Verify that a string represents a valid date
isEmpty(Object[]) - Static method in class com.knowgate.arrayutils.Arr
Checks if an array of Objects is empty or null.
isEmpty(long[]) - Static method in class com.knowgate.arrayutils.Arr
Checks if an array of primitive longs is empty or null.
isEmpty(int[]) - Static method in class com.knowgate.arrayutils.Arr
Checks if an array of primitive ints is empty or null.
isEmpty(short[]) - Static method in class com.knowgate.arrayutils.Arr
Checks if an array of primitive shorts is empty or null.
isEmpty(char[]) - Static method in class com.knowgate.arrayutils.Arr
Checks if an array of primitive chars is empty or null.
isEmpty(byte[]) - Static method in class com.knowgate.arrayutils.Arr
Checks if an array of primitive bytes is empty or null.
isEmpty(double[]) - Static method in class com.knowgate.arrayutils.Arr
Checks if an array of primitive doubles is empty or null.
isEmpty(float[]) - Static method in class com.knowgate.arrayutils.Arr
Checks if an array of primitive floats is empty or null.
isEmpty(boolean[]) - Static method in class com.knowgate.arrayutils.Arr
Checks if an array of primitive booleans is empty or null.
isExtension(String, String) - Static method in class com.knowgate.io.FilenameUtils
Checks whether the extension of the filename is that specified.
isExtension(String, String[]) - Static method in class com.knowgate.io.FilenameUtils
Checks whether the extension of the filename is one of those specified.
isExtension(String, Collection) - Static method in class com.knowgate.io.FilenameUtils
Checks whether the extension of the filename is one of those specified.
isFileNewer(File, File) - Static method in class com.knowgate.io.FileUtils
Tests if the specified File is newer than the reference File.
isFileNewer(File, Date) - Static method in class com.knowgate.io.FileUtils
Tests if the specified File is newer than the specified Date.
isFileNewer(File, long) - Static method in class com.knowgate.io.FileUtils
Tests if the specified File is newer than the specified time reference.
isFileOlder(File, File) - Static method in class com.knowgate.io.FileUtils
Tests if the specified File is older than the reference File.
isFileOlder(File, Date) - Static method in class com.knowgate.io.FileUtils
Tests if the specified File is older than the specified Date.
isFileOlder(File, long) - Static method in class com.knowgate.io.FileUtils
Tests if the specified File is older than the specified time reference.
isMoney(String) - Static method in class com.knowgate.currency.Money
Checks whether the given string can be parsed as a valid Money value
isNotEmpty(T[]) - Static method in class com.knowgate.arrayutils.Arr
Checks if an array of Objects is not empty and not null.
isNotEmpty(long[]) - Static method in class com.knowgate.arrayutils.Arr
Checks if an array of primitive longs is not empty and not null.
isNotEmpty(int[]) - Static method in class com.knowgate.arrayutils.Arr
Checks if an array of primitive ints is not empty and not null.
isNotEmpty(short[]) - Static method in class com.knowgate.arrayutils.Arr
Checks if an array of primitive shorts is not empty and not null.
isNotEmpty(char[]) - Static method in class com.knowgate.arrayutils.Arr
Checks if an array of primitive chars is not empty and not null.
isNotEmpty(byte[]) - Static method in class com.knowgate.arrayutils.Arr
Checks if an array of primitive bytes is not empty and not null.
isNotEmpty(double[]) - Static method in class com.knowgate.arrayutils.Arr
Checks if an array of primitive doubles is not empty and not null.
isNotEmpty(float[]) - Static method in class com.knowgate.arrayutils.Arr
Checks if an array of primitive floats is not empty and not null.
isNotEmpty(boolean[]) - Static method in class com.knowgate.arrayutils.Arr
Checks if an array of primitive booleans is not empty and not null.
isOfStandardType(Object) - Static method in class com.knowgate.typeutils.TypeResolver
 
isOfType(String) - Method in class com.knowgate.gis.AddressComponent
 
isSameLength(Object[], Object[]) - Static method in class com.knowgate.arrayutils.Arr
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameLength(long[], long[]) - Static method in class com.knowgate.arrayutils.Arr
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameLength(int[], int[]) - Static method in class com.knowgate.arrayutils.Arr
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameLength(short[], short[]) - Static method in class com.knowgate.arrayutils.Arr
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameLength(char[], char[]) - Static method in class com.knowgate.arrayutils.Arr
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameLength(byte[], byte[]) - Static method in class com.knowgate.arrayutils.Arr
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameLength(double[], double[]) - Static method in class com.knowgate.arrayutils.Arr
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameLength(float[], float[]) - Static method in class com.knowgate.arrayutils.Arr
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameLength(boolean[], boolean[]) - Static method in class com.knowgate.arrayutils.Arr
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameType(Object, Object) - Static method in class com.knowgate.arrayutils.Arr
Checks whether two arrays are the same type taking into account multi-dimensional arrays.
iterateFiles(File, IOFileFilter, IOFileFilter) - Static method in class com.knowgate.io.FileUtils
Allows iteration over the files in given directory (and optionally its subdirectories).
iterateFiles(File, String[], boolean) - Static method in class com.knowgate.io.FileUtils
Allows iteration over the files in a given directory (and optionally its subdirectories) which match an array of extensions.

J

JavaInfo - Class in com.knowgate.debug
 
JavaInfo() - Constructor for class com.knowgate.debug.JavaInfo
 
JavaInfo(PrintStream) - Constructor for class com.knowgate.debug.JavaInfo
 
JPY - Static variable in class com.knowgate.currency.CurrencyCode
 

L

LastDay(int, int) - Static method in class com.knowgate.dateutils.GregorianCalendarLocalisation
Get Month Last Day
lastIndexOf(Object[], Object) - Static method in class com.knowgate.arrayutils.Arr
Finds the last index of the given object within the array.
lastIndexOf(Object[], Object, int) - Static method in class com.knowgate.arrayutils.Arr
Finds the last index of the given object in the array starting at the given index.
lastIndexOf(long[], long) - Static method in class com.knowgate.arrayutils.Arr
Finds the last index of the given value within the array.
lastIndexOf(long[], long, int) - Static method in class com.knowgate.arrayutils.Arr
Finds the last index of the given value in the array starting at the given index.
lastIndexOf(int[], int) - Static method in class com.knowgate.arrayutils.Arr
Finds the last index of the given value within the array.
lastIndexOf(int[], int, int) - Static method in class com.knowgate.arrayutils.Arr
Finds the last index of the given value in the array starting at the given index.
lastIndexOf(short[], short) - Static method in class com.knowgate.arrayutils.Arr
Finds the last index of the given value within the array.
lastIndexOf(short[], short, int) - Static method in class com.knowgate.arrayutils.Arr
Finds the last index of the given value in the array starting at the given index.
lastIndexOf(char[], char) - Static method in class com.knowgate.arrayutils.Arr
Finds the last index of the given value within the array.
lastIndexOf(char[], char, int) - Static method in class com.knowgate.arrayutils.Arr
Finds the last index of the given value in the array starting at the given index.
lastIndexOf(byte[], byte) - Static method in class com.knowgate.arrayutils.Arr
Finds the last index of the given value within the array.
lastIndexOf(byte[], byte, int) - Static method in class com.knowgate.arrayutils.Arr
Finds the last index of the given value in the array starting at the given index.
lastIndexOf(double[], double) - Static method in class com.knowgate.arrayutils.Arr
Finds the last index of the given value within the array.
lastIndexOf(double[], double, double) - Static method in class com.knowgate.arrayutils.Arr
Finds the last index of the given value within a given tolerance in the array.
lastIndexOf(double[], double, int) - Static method in class com.knowgate.arrayutils.Arr
Finds the last index of the given value in the array starting at the given index.
lastIndexOf(double[], double, int, double) - Static method in class com.knowgate.arrayutils.Arr
Finds the last index of the given value in the array starting at the given index.
lastIndexOf(float[], float) - Static method in class com.knowgate.arrayutils.Arr
Finds the last index of the given value within the array.
lastIndexOf(float[], float, int) - Static method in class com.knowgate.arrayutils.Arr
Finds the last index of the given value in the array starting at the given index.
lastIndexOf(boolean[], boolean) - Static method in class com.knowgate.arrayutils.Arr
Finds the last index of the given value within the array.
lastIndexOf(boolean[], boolean, int) - Static method in class com.knowgate.arrayutils.Arr
Finds the last index of the given value in the array starting at the given index.
LastMonth() - Static method in class com.knowgate.dateutils.GregorianCalendarLocalisation
 
LastWeek(int) - Static method in class com.knowgate.dateutils.GregorianCalendarLocalisation
 
LatLong - Class in com.knowgate.gis
Hold a Latitude and Longitude coordinates pair
LatLong() - Constructor for class com.knowgate.gis.LatLong
 
LatLong(float, float) - Constructor for class com.knowgate.gis.LatLong
 
LatLong(double, double) - Constructor for class com.knowgate.gis.LatLong
 
LDAP_NOT_SUPPORTED - Static variable in exception com.knowgate.ldap.LDAPException
Indicates that the requested functionality is not supported by the client.
LDAP_PARTIAL_RESULTS - Static variable in exception com.knowgate.ldap.LDAPException
Returned by some LDAP servers to LDAPv2 clients to indicate that a referral has been returned in the error string.
LDAP_TIMEOUT - Static variable in exception com.knowgate.ldap.LDAPException
Indicates that the time limit of the LDAP client was exceeded while waiting for a result.
LDAPEntry - Class in com.knowgate.ldap
 
LDAPEntry() - Constructor for class com.knowgate.ldap.LDAPEntry
 
LDAPException - Exception in com.knowgate.ldap
LDAP Exception Wrapper
LDAPException(String) - Constructor for exception com.knowgate.ldap.LDAPException
 
LDAPException(String, int) - Constructor for exception com.knowgate.ldap.LDAPException
 
LDAPException(String, Throwable) - Constructor for exception com.knowgate.ldap.LDAPException
 
LDAPException(String, Throwable, int) - Constructor for exception com.knowgate.ldap.LDAPException
 
LDAPManager - Interface in com.knowgate.ldap
LDAP Manager Interface
left(String, int) - Static method in class com.knowgate.stringutils.Str
Get the leftmost characters of a String
leftPad(String, char, int) - Static method in class com.knowgate.stringutils.Str
Add padding characters to the left.
levenshteinDistance(String, String) - Static method in class com.knowgate.stringutils.Str
Calculate Levenshtein distance between two strings
LINE_SEPARATOR - Static variable in class com.knowgate.io.IOUtils
The system line separator string.
LINE_SEPARATOR_UNIX - Static variable in class com.knowgate.io.IOUtils
The Unix line separator string.
LINE_SEPARATOR_WINDOWS - Static variable in class com.knowgate.io.IOUtils
The Windows line separator string.
listFiles(File, IOFileFilter, IOFileFilter) - Static method in class com.knowgate.io.FileUtils
Finds files within a given directory (and optionally its subdirectories).
listFiles(File, String[], boolean) - Static method in class com.knowgate.io.FileUtils
Finds files within a given directory (and optionally its subdirectories) which match an array of extensions.
LOCAL_ERROR - Static variable in exception com.knowgate.ldap.LDAPException
Indicates that the LDAP client has an error.
Log - Class in com.knowgate.debug
Wrapper over org.apache.logging.log4j.Logger for com.knowgate.DebugFile
Log() - Constructor for class com.knowgate.debug.Log
 
LOOP_DETECT - Static variable in exception com.knowgate.ldap.LDAPException
Indicates that the client discovered an alias or referral loop, and is thus unable to complete this request.

M

main(String[]) - Static method in class com.knowgate.debug.DebugFile
 
main(String[]) - Static method in class com.knowgate.debug.JavaInfo
 
makeCVSAware(IOFileFilter) - Static method in class com.knowgate.io.filefilter.FileFilterUtils
Decorates a filter to make it ignore CVS directories.
makeDirectoryOnly(IOFileFilter) - Static method in class com.knowgate.io.filefilter.FileFilterUtils
Decorates a filter so that it only applies to directories and not to files.
makeFileOnly(IOFileFilter) - Static method in class com.knowgate.io.filefilter.FileFilterUtils
Decorates a filter so that it only applies to files and not to directories.
makeSVNAware(IOFileFilter) - Static method in class com.knowgate.io.filefilter.FileFilterUtils
Decorates a filter to make it ignore SVN directories.
max(Money) - Method in class com.knowgate.currency.Money
Maximum of this Money instance and given Money instance
MD5 - Class in com.knowgate.encryption
Implementation of RSA's MD5 hash generator
MD5() - Constructor for class com.knowgate.encryption.MD5
Class constructor
MD5(Object) - Constructor for class com.knowgate.encryption.MD5
Initialize class, and update hash with ob.toString()
MimeUtils - Class in com.knowgate.io
Helper class for MIME Types
MimeUtils() - Constructor for class com.knowgate.io.MimeUtils
 
min(Money) - Method in class com.knowgate.currency.Money
Minimum of this Money instance and given Money instance
modify(String, Map<String, Object>) - Method in interface com.knowgate.ldap.LDAPManager
Modify an LDAP entry
MONDAY - Static variable in class com.knowgate.dateutils.GregorianCalendarLocalisation
 
Money - Class in com.knowgate.currency
Combination of BigDecimal with Currency Sign
Money(Money) - Constructor for class com.knowgate.currency.Money
Constructor that makes a copy from another Money value
Money(String, CurrencyCode) - Constructor for class com.knowgate.currency.Money
Constructor
Money(String, String) - Constructor for class com.knowgate.currency.Money
Constructor
Money(double, CurrencyCode) - Constructor for class com.knowgate.currency.Money
Constructor
Money(double, String) - Constructor for class com.knowgate.currency.Money
Constructor
Money(BigDecimal, String) - Constructor for class com.knowgate.currency.Money
Constructor
Money(BigDecimal, CurrencyCode) - Constructor for class com.knowgate.currency.Money
Constructor
Money(BigInteger, CurrencyCode) - Constructor for class com.knowgate.currency.Money
Constructor
Money(BigInteger, String) - Constructor for class com.knowgate.currency.Money
Constructor
MonthName(int, String) - Static method in class com.knowgate.dateutils.GregorianCalendarLocalisation
Get translated month name
MORE_RESULTS_TO_RETURN - Static variable in exception com.knowgate.ldap.LDAPException
Indicates that more results are chained in the result message.
moveDirectory(File, File) - Static method in class com.knowgate.io.FileUtils
Moves a directory.
moveDirectoryToDirectory(File, File, boolean) - Static method in class com.knowgate.io.FileUtils
Moves a directory to another directory.
moveFile(File, File) - Static method in class com.knowgate.io.FileUtils
Moves a file.
moveFileToDirectory(File, File, boolean) - Static method in class com.knowgate.io.FileUtils
Moves a file to a directory.
moveToDirectory(File, File, boolean) - Static method in class com.knowgate.io.FileUtils
Moves a file or directory to the destination directory.

N

nameFileFilter(String) - Static method in class com.knowgate.io.filefilter.FileFilterUtils
Returns a filter that returns true if the filename matches the specified text.
NameFileFilter - Class in com.knowgate.io.filefilter
Filters filenames for a certain name.
NameFileFilter(String) - Constructor for class com.knowgate.io.filefilter.NameFileFilter
Constructs a new case-sensitive name file filter for a single name.
NameFileFilter(String, IOCase) - Constructor for class com.knowgate.io.filefilter.NameFileFilter
Construct a new name file filter specifying case-sensitivity.
NameFileFilter(String[]) - Constructor for class com.knowgate.io.filefilter.NameFileFilter
Constructs a new case-sensitive name file filter for an array of names.
NameFileFilter(String[], IOCase) - Constructor for class com.knowgate.io.filefilter.NameFileFilter
Constructs a new name file filter for an array of names specifying case-sensitivity.
NameFileFilter(List) - Constructor for class com.knowgate.io.filefilter.NameFileFilter
Constructs a new case-sensitive name file filter for a list of names.
NameFileFilter(List, IOCase) - Constructor for class com.knowgate.io.filefilter.NameFileFilter
Constructs a new name file filter for a list of names specifying case-sensitivity.
NAMING_VIOLATION - Static variable in exception com.knowgate.ldap.LDAPException
Indicates that the add or modify DN operation violates the schema's structure rules.
NO_MEMORY - Static variable in exception com.knowgate.ldap.LDAPException
Indicates that a dynamic memory allocation method failed when calling an LDAP method.
NO_RESULTS_RETURNED - Static variable in exception com.knowgate.ldap.LDAPException
Indicates that the LDAP server sent no results.
NO_SUCH_ATTRIBUTE - Static variable in exception com.knowgate.ldap.LDAPException
Indicates that the attribute specified in the modify or compare operation does not exist in the entry.
NO_SUCH_OBJECT - Static variable in exception com.knowgate.ldap.LDAPException
Indicates the target object cannot be found.
normalize(String) - Static method in class com.knowgate.io.FilenameUtils
Normalizes a path, removing double and single dot path steps.
normalizeNoEndSeparator(String) - Static method in class com.knowgate.io.FilenameUtils
Normalizes a path, removing double and single dot path steps, and removing any final directory separator.
NOT_ALLOWED_ON_NONLEAF - Static variable in exception com.knowgate.ldap.LDAPException
Indicates that the requested operation is permitted only on leaf entries.
NOT_ALLOWED_ON_RDN - Static variable in exception com.knowgate.ldap.LDAPException
Indicates that the modify operation attempted to remove an attribute value that forms the entry's relative distinguished name.
notFileFilter(IOFileFilter) - Static method in class com.knowgate.io.filefilter.FileFilterUtils
Returns a filter that NOTs the specified filter.
NotFileFilter - Class in com.knowgate.io.filefilter
This filter produces a logical NOT of the filters specified.
NotFileFilter(IOFileFilter) - Constructor for class com.knowgate.io.filefilter.NotFileFilter
Constructs a new file filter that NOTs the result of another filters.
NULL_OUTPUT_STREAM - Static variable in class com.knowgate.io.output.NullOutputStream
A singleton.
NullOutputStream - Class in com.knowgate.io.output
This OutputStream writes all data to the famous /dev/null.
NullOutputStream() - Constructor for class com.knowgate.io.output.NullOutputStream
 
nullToEmpty(T[], Class<T[]>) - Static method in class com.knowgate.arrayutils.Arr
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(Object[]) - Static method in class com.knowgate.arrayutils.Arr
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(Class<?>[]) - Static method in class com.knowgate.arrayutils.Arr
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(String[]) - Static method in class com.knowgate.arrayutils.Arr
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(long[]) - Static method in class com.knowgate.arrayutils.Arr
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(int[]) - Static method in class com.knowgate.arrayutils.Arr
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(short[]) - Static method in class com.knowgate.arrayutils.Arr
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(char[]) - Static method in class com.knowgate.arrayutils.Arr
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(byte[]) - Static method in class com.knowgate.arrayutils.Arr
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(double[]) - Static method in class com.knowgate.arrayutils.Arr
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(float[]) - Static method in class com.knowgate.arrayutils.Arr
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(boolean[]) - Static method in class com.knowgate.arrayutils.Arr
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(Long[]) - Static method in class com.knowgate.arrayutils.Arr
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(Integer[]) - Static method in class com.knowgate.arrayutils.Arr
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(Short[]) - Static method in class com.knowgate.arrayutils.Arr
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(Character[]) - Static method in class com.knowgate.arrayutils.Arr
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(Byte[]) - Static method in class com.knowgate.arrayutils.Arr
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(Double[]) - Static method in class com.knowgate.arrayutils.Arr
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(Float[]) - Static method in class com.knowgate.arrayutils.Arr
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(Boolean[]) - Static method in class com.knowgate.arrayutils.Arr
Defensive programming technique to change a null reference to an empty one.
numericCode() - Method in class com.knowgate.currency.CurrencyCode
 

O

OBJECT_CLASS_MODS_PROHIBITED - Static variable in exception com.knowgate.ldap.LDAPException
Indicates that the modify operation attempted to modify the structure rules of an object class.
OBJECT_CLASS_VIOLATION - Static variable in exception com.knowgate.ldap.LDAPException
Indicates that the add, modify, or modify DN operation violates the object class rules for the entry.
ObjectFactory - Class in com.knowgate.typeutils
Base class with helper methods for object instantiation using reflection.
ObjectFactory() - Constructor for class com.knowgate.typeutils.ObjectFactory
 
ONE_GB - Static variable in class com.knowgate.io.FileUtils
The number of bytes in a gigabyte.
ONE_KB - Static variable in class com.knowgate.io.FileUtils
The number of bytes in a kilobyte.
ONE_MB - Static variable in class com.knowgate.io.FileUtils
The number of bytes in a megabyte.
open(String) - Method in class com.knowgate.debug.BufferedFileWriter
Open file for write.
openInputStream(File) - Static method in class com.knowgate.io.FileUtils
Opens a FileInputStream for the specified file, providing better error messages than simply calling new FileInputStream(file).
openOutputStream(File) - Static method in class com.knowgate.io.FileUtils
Opens a FileOutputStream for the specified file, checking and creating the parent directory if it does not exist.
OPERATIONS_ERROR - Static variable in exception com.knowgate.ldap.LDAPException
Indicates an internal error.
orFileFilter(IOFileFilter, IOFileFilter) - Static method in class com.knowgate.io.filefilter.FileFilterUtils
Returns a filter that ORs the two specified filters.
OrFileFilter - Class in com.knowgate.io.filefilter
A FileFilter providing conditional OR logic across a list of file filters.
OrFileFilter() - Constructor for class com.knowgate.io.filefilter.OrFileFilter
Constructs a new instance of OrFileFilter.
OrFileFilter(List) - Constructor for class com.knowgate.io.filefilter.OrFileFilter
Constructs a new instance of OrFileFilter with the specified filters.
OrFileFilter(IOFileFilter, IOFileFilter) - Constructor for class com.knowgate.io.filefilter.OrFileFilter
Constructs a new file filter that ORs the result of two other filters.
OTHER - Static variable in exception com.knowgate.ldap.LDAPException
Indicates an unknown error condition.
out - Static variable in class com.knowgate.debug.Log
Log4j2 logger for DebugFile

P

P$(String, String) - Static method in class com.knowgate.tuples.Pair
 
P_(String, Object) - Static method in class com.knowgate.tuples.Pair
 
Pair<T,S> - Class in com.knowgate.tuples
 
Pair(T, S) - Constructor for class com.knowgate.tuples.Pair
 
parse(String) - Static method in class com.knowgate.currency.Money
Create a Money instance from a figure and currency
parseData(char[], String) - Method in class com.knowgate.stringutils.CSVParser
Parse data from a character array
parseFile(File, String) - Method in class com.knowgate.stringutils.CSVParser
Parse a delimited text file
parseFile(String, String) - Method in class com.knowgate.stringutils.CSVParser
Parse a delimited text file
parseSheet(HSSFSheet, String) - Method in class com.knowgate.stringutils.CSVParser
 
PasswordEncryption - Enum in com.knowgate.encryption
 
Posix - Class in com.knowgate.stringutils
This file is licensed under the Apache License version 2.0.
Posix() - Constructor for class com.knowgate.stringutils.Posix
 
prefixFileFilter(String) - Static method in class com.knowgate.io.filefilter.FileFilterUtils
Returns a filter that returns true if the filename starts with the specified text.
PrefixFileFilter - Class in com.knowgate.io.filefilter
Filters filenames for a certain prefix.
PrefixFileFilter(String) - Constructor for class com.knowgate.io.filefilter.PrefixFileFilter
Constructs a new Prefix file filter for a single prefix.
PrefixFileFilter(String, IOCase) - Constructor for class com.knowgate.io.filefilter.PrefixFileFilter
Constructs a new Prefix file filter for a single prefix specifying case-sensitivity.
PrefixFileFilter(String[]) - Constructor for class com.knowgate.io.filefilter.PrefixFileFilter
Constructs a new Prefix file filter for any of an array of prefixes.
PrefixFileFilter(String[], IOCase) - Constructor for class com.knowgate.io.filefilter.PrefixFileFilter
Constructs a new Prefix file filter for any of an array of prefixes specifying case-sensitivity.
PrefixFileFilter(List) - Constructor for class com.knowgate.io.filefilter.PrefixFileFilter
Constructs a new Prefix file filter for a list of prefixes.
PrefixFileFilter(List, IOCase) - Constructor for class com.knowgate.io.filefilter.PrefixFileFilter
Constructs a new Prefix file filter for a list of prefixes specifying case-sensitivity.
printClassLoaderInfo() - Method in class com.knowgate.debug.JavaInfo
 
printCommandLineArguments() - Method in class com.knowgate.debug.JavaInfo
 
printCPUUsage() - Method in class com.knowgate.debug.JavaInfo
 
printCurrentTime() - Method in class com.knowgate.debug.JavaInfo
 
printDiskInfo() - Method in class com.knowgate.debug.JavaInfo
 
printDisplayInfo() - Method in class com.knowgate.debug.JavaInfo
 
printFontsInfo() - Method in class com.knowgate.debug.JavaInfo
 
printJVMInfo() - Method in class com.knowgate.debug.JavaInfo
 
printKeyManagerInfo() - Method in class com.knowgate.debug.JavaInfo
 
printLocaleInfo() - Method in class com.knowgate.debug.JavaInfo
 
printLoggingInfo() - Method in class com.knowgate.debug.JavaInfo
 
printNetworkInfo() - Method in class com.knowgate.debug.JavaInfo
 
printOSInfo() - Method in class com.knowgate.debug.JavaInfo
 
printRuntimeMemory() - Method in class com.knowgate.debug.JavaInfo
 
printSecurityInfo() - Method in class com.knowgate.debug.JavaInfo
 
printSystemEnvironment() - Method in class com.knowgate.debug.JavaInfo
 
printSystemProperties() - Method in class com.knowgate.debug.JavaInfo
 
product(List<Class<?>[]>) - Static method in class com.knowgate.typeutils.ClassSpaceHelper
Product of a list of vectors
PROTOCOL_ERROR - Static variable in exception com.knowgate.ldap.LDAPException
Indicates that the server has received an invalid or malformed request from the client.

R

RC4 - Class in com.knowgate.encryption
This is a simple implementation of the RC4 (tm) encryption algorithm.
RC4(String) - Constructor for class com.knowgate.encryption.RC4
Initializes the class with a string key.
RC4(byte[]) - Constructor for class com.knowgate.encryption.RC4
Initializes the class with a byte array key.
rc4(String) - Method in class com.knowgate.encryption.RC4
RC4 encryption/decryption.
rc4(byte[]) - Method in class com.knowgate.encryption.RC4
RC4 encryption/decryption.
read(String, String[]) - Method in interface com.knowgate.ldap.LDAPManager
 
readFileToByteArray(File) - Static method in class com.knowgate.io.FileUtils
Reads the contents of a file into a byte array.
readFileToString(File, String) - Static method in class com.knowgate.io.FileUtils
Reads the contents of a file into a String.
readFileToString(File) - Static method in class com.knowgate.io.FileUtils
Reads the contents of a file into a String using the default encoding for the VM.
readLines(File, String) - Static method in class com.knowgate.io.FileUtils
Reads the contents of a file line by line to a List of Strings.
readLines(File) - Static method in class com.knowgate.io.FileUtils
Reads the contents of a file line by line to a List of Strings using the default encoding for the VM.
readLines(InputStream) - Static method in class com.knowgate.io.IOUtils
Get the contents of an InputStream as a list of Strings, one entry per line, using the default character encoding of the platform.
readLines(InputStream, String) - Static method in class com.knowgate.io.IOUtils
Get the contents of an InputStream as a list of Strings, one entry per line, using the specified character encoding.
readLines(Reader) - Static method in class com.knowgate.io.IOUtils
Get the contents of a Reader as a list of Strings, one entry per line.
REFERRAL - Static variable in exception com.knowgate.ldap.LDAPException
Does not indicate an error condition.
REFERRAL_LIMIT_EXCEEDED - Static variable in exception com.knowgate.ldap.LDAPException
Indicates that the referral exceeds the hop limit.
refresh() - Static method in class com.knowgate.debug.DebugFile
Refresh DebugFile and here on use changes made in configuration.
remove(T[], int) - Static method in class com.knowgate.arrayutils.Arr
Removes the element at the specified position from the specified array.
remove(boolean[], int) - Static method in class com.knowgate.arrayutils.Arr
Removes the element at the specified position from the specified array.
remove(byte[], int) - Static method in class com.knowgate.arrayutils.Arr
Removes the element at the specified position from the specified array.
remove(char[], int) - Static method in class com.knowgate.arrayutils.Arr
Removes the element at the specified position from the specified array.
remove(double[], int) - Static method in class com.knowgate.arrayutils.Arr
Removes the element at the specified position from the specified array.
remove(float[], int) - Static method in class com.knowgate.arrayutils.Arr
Removes the element at the specified position from the specified array.
remove(int[], int) - Static method in class com.knowgate.arrayutils.Arr
Removes the element at the specified position from the specified array.
remove(long[], int) - Static method in class com.knowgate.arrayutils.Arr
Removes the element at the specified position from the specified array.
remove(short[], int) - Static method in class com.knowgate.arrayutils.Arr
Removes the element at the specified position from the specified array.
removeAll(T[], int...) - Static method in class com.knowgate.arrayutils.Arr
Removes the elements at the specified positions from the specified array.
removeAll(byte[], int...) - Static method in class com.knowgate.arrayutils.Arr
Removes the elements at the specified positions from the specified array.
removeAll(short[], int...) - Static method in class com.knowgate.arrayutils.Arr
Removes the elements at the specified positions from the specified array.
removeAll(int[], int...) - Static method in class com.knowgate.arrayutils.Arr
Removes the elements at the specified positions from the specified array.
removeAll(char[], int...) - Static method in class com.knowgate.arrayutils.Arr
Removes the elements at the specified positions from the specified array.
removeAll(long[], int...) - Static method in class com.knowgate.arrayutils.Arr
Removes the elements at the specified positions from the specified array.
removeAll(float[], int...) - Static method in class com.knowgate.arrayutils.Arr
Removes the elements at the specified positions from the specified array.
removeAll(double[], int...) - Static method in class com.knowgate.arrayutils.Arr
Removes the elements at the specified positions from the specified array.
removeAll(boolean[], int...) - Static method in class com.knowgate.arrayutils.Arr
Removes the elements at the specified positions from the specified array.
removeAllOccurences(boolean[], boolean) - Static method in class com.knowgate.arrayutils.Arr
Removes the occurrences of the specified element from the specified boolean array.
removeAllOccurences(char[], char) - Static method in class com.knowgate.arrayutils.Arr
Removes the occurrences of the specified element from the specified char array.
removeAllOccurences(byte[], byte) - Static method in class com.knowgate.arrayutils.Arr
Removes the occurrences of the specified element from the specified byte array.
removeAllOccurences(short[], short) - Static method in class com.knowgate.arrayutils.Arr
Removes the occurrences of the specified element from the specified short array.
removeAllOccurences(int[], int) - Static method in class com.knowgate.arrayutils.Arr
Removes the occurrences of the specified element from the specified int array.
removeAllOccurences(long[], long) - Static method in class com.knowgate.arrayutils.Arr
Removes the occurrences of the specified element from the specified long array.
removeAllOccurences(float[], float) - Static method in class com.knowgate.arrayutils.Arr
Removes the occurrences of the specified element from the specified float array.
removeAllOccurences(double[], double) - Static method in class com.knowgate.arrayutils.Arr
Removes the occurrences of the specified element from the specified double array.
removeAllOccurences(T[], T) - Static method in class com.knowgate.arrayutils.Arr
Removes the occurrences of the specified element from the specified array.
removeChars(String, String) - Static method in class com.knowgate.stringutils.Str
Remove a character set from a String
removeElement(T[], Object) - Static method in class com.knowgate.arrayutils.Arr
Removes the first occurrence of the specified element from the specified array.
removeElement(boolean[], boolean) - Static method in class com.knowgate.arrayutils.Arr
Removes the first occurrence of the specified element from the specified array.
removeElement(byte[], byte) - Static method in class com.knowgate.arrayutils.Arr
Removes the first occurrence of the specified element from the specified array.
removeElement(char[], char) - Static method in class com.knowgate.arrayutils.Arr
Removes the first occurrence of the specified element from the specified array.
removeElement(double[], double) - Static method in class com.knowgate.arrayutils.Arr
Removes the first occurrence of the specified element from the specified array.
removeElement(float[], float) - Static method in class com.knowgate.arrayutils.Arr
Removes the first occurrence of the specified element from the specified array.
removeElement(int[], int) - Static method in class com.knowgate.arrayutils.Arr
Removes the first occurrence of the specified element from the specified array.
removeElement(long[], long) - Static method in class com.knowgate.arrayutils.Arr
Removes the first occurrence of the specified element from the specified array.
removeElement(short[], short) - Static method in class com.knowgate.arrayutils.Arr
Removes the first occurrence of the specified element from the specified array.
removeExtension(String) - Static method in class com.knowgate.io.FilenameUtils
Removes the extension from a filename.
removeFileFilter(IOFileFilter) - Method in class com.knowgate.io.filefilter.AndFileFilter
Removes the specified file filter.
removeFileFilter(IOFileFilter) - Method in interface com.knowgate.io.filefilter.ConditionalFileFilter
Removes the specified file filter.
removeFileFilter(IOFileFilter) - Method in class com.knowgate.io.filefilter.OrFileFilter
Removes the specified file filter.
resolveBound(TypeVariable<?>) - Static method in class com.knowgate.typeutils.TypeResolver
Resolves the first bound for the typeVariable, returning Unknown.class if none can be resolved.
resolveGenericType(Class<?>, Type) - Static method in class com.knowgate.typeutils.TypeResolver
Returns the generic type using type variable information from the subType else null if the generic type cannot be resolved.
resolveRawArgument(Class<T>, Class<S>) - Static method in class com.knowgate.typeutils.TypeResolver
Returns the raw class representing the argument for the type using type variable information from the subType.
resolveRawArgument(Type, Class<?>) - Static method in class com.knowgate.typeutils.TypeResolver
Returns the raw class representing the argument for the genericType using type variable information from the subType.
resolveRawArguments(Class<T>, Class<S>) - Static method in class com.knowgate.typeutils.TypeResolver
Returns an array of raw classes representing arguments for the type using type variable information from the subType.
resolveRawArguments(Type, Class<?>) - Static method in class com.knowgate.typeutils.TypeResolver
Returns an array of raw classes representing arguments for the genericType using type variable information from the subType.
resolveRawClass(Type, Class<?>) - Static method in class com.knowgate.typeutils.TypeResolver
Resolves the raw class for the genericType, using the type variable information from the subType else TypeResolver.Unknown if the raw class cannot be resolved.
reverse(Object[]) - Static method in class com.knowgate.arrayutils.Arr
Reverses the order of the given array.
reverse(long[]) - Static method in class com.knowgate.arrayutils.Arr
Reverses the order of the given array.
reverse(int[]) - Static method in class com.knowgate.arrayutils.Arr
Reverses the order of the given array.
reverse(short[]) - Static method in class com.knowgate.arrayutils.Arr
Reverses the order of the given array.
reverse(char[]) - Static method in class com.knowgate.arrayutils.Arr
Reverses the order of the given array.
reverse(byte[]) - Static method in class com.knowgate.arrayutils.Arr
Reverses the order of the given array.
reverse(double[]) - Static method in class com.knowgate.arrayutils.Arr
Reverses the order of the given array.
reverse(float[]) - Static method in class com.knowgate.arrayutils.Arr
Reverses the order of the given array.
reverse(boolean[]) - Static method in class com.knowgate.arrayutils.Arr
Reverses the order of the given array.
reverse(boolean[], int, int) - Static method in class com.knowgate.arrayutils.Arr
Reverses the order of the given array in the given range.
reverse(byte[], int, int) - Static method in class com.knowgate.arrayutils.Arr
Reverses the order of the given array in the given range.
reverse(char[], int, int) - Static method in class com.knowgate.arrayutils.Arr
Reverses the order of the given array in the given range.
reverse(double[], int, int) - Static method in class com.knowgate.arrayutils.Arr
Reverses the order of the given array in the given range.
reverse(float[], int, int) - Static method in class com.knowgate.arrayutils.Arr
Reverses the order of the given array in the given range.
reverse(int[], int, int) - Static method in class com.knowgate.arrayutils.Arr
Reverses the order of the given array in the given range.
reverse(long[], int, int) - Static method in class com.knowgate.arrayutils.Arr
Reverses the order of the given array in the given range.
reverse(Object[], int, int) - Static method in class com.knowgate.arrayutils.Arr
Reverses the order of the given array in the given range.
reverse(short[], int, int) - Static method in class com.knowgate.arrayutils.Arr
Reverses the order of the given array in the given range.
reverseGeoCode(float, float) - Method in interface com.knowgate.gis.Geocoder
Get an StreetAddress object from an latitude and longitude
round2() - Method in class com.knowgate.currency.Money
Rounds a BigDecimal value to two decimals
RUB - Static variable in class com.knowgate.currency.CurrencyCode
 

S

salt - Variable in class com.knowgate.encryption.HashProviderFactory
 
SASL_BIND_IN_PROGRESS - Static variable in exception com.knowgate.ldap.LDAPException
Does not indicate an error condition, but indicates that the server is ready for the next step in the process.
SATURDAY - Static variable in class com.knowgate.dateutils.GregorianCalendarLocalisation
 
search(String, int) - Method in interface com.knowgate.ldap.LDAPManager
 
SENSITIVE - Static variable in class com.knowgate.io.IOCase
The constant for case sensitive regardless of operating system.
separatorsToSystem(String) - Static method in class com.knowgate.io.FilenameUtils
Converts all separators to the system separator.
separatorsToUnix(String) - Static method in class com.knowgate.io.FilenameUtils
Converts all separators to the Unix separator of forward slash.
separatorsToWindows(String) - Static method in class com.knowgate.io.FilenameUtils
Converts all separators to the Windows separator of backslash.
SERVER_DOWN - Static variable in exception com.knowgate.ldap.LDAPException
Indicates that the LDAP libraries cannot establish an initial connection with the LDAP server.
setCity(String) - Method in class com.knowgate.gis.StreetAddress
 
setConfFile(String) - Static method in class com.knowgate.debug.DebugFile
Set absolute path to debugfile properties file
setCoordinates(LatLong) - Method in class com.knowgate.gis.StreetAddress
 
setCountryCode(String) - Method in class com.knowgate.gis.StreetAddress
 
setCountryName(String) - Method in class com.knowgate.gis.StreetAddress
 
setDisplayAddress(String) - Method in class com.knowgate.gis.StreetAddress
 
setFile(String) - Static method in class com.knowgate.debug.DebugFile
Set debug file path
setFileFilters(List) - Method in class com.knowgate.io.filefilter.AndFileFilter
Sets the list of file filters, replacing any previously configured file filters on this filter.
setFileFilters(List) - Method in interface com.knowgate.io.filefilter.ConditionalFileFilter
Sets the list of file filters, replacing any previously configured file filters on this filter.
setFileFilters(List) - Method in class com.knowgate.io.filefilter.OrFileFilter
Sets the list of file filters, replacing any previously configured file filters on this filter.
setLattitude(float) - Method in class com.knowgate.gis.LatLong
 
setLongitude(float) - Method in class com.knowgate.gis.LatLong
 
setLongName(String) - Method in class com.knowgate.gis.AddressComponent
 
setPartitionName(String) - Method in interface com.knowgate.ldap.LDAPManager
 
setPostalCode(String) - Method in class com.knowgate.gis.StreetAddress
 
setRegion(String) - Method in class com.knowgate.gis.StreetAddress
 
setShortName(String) - Method in class com.knowgate.gis.AddressComponent
 
setState(String) - Method in class com.knowgate.gis.StreetAddress
 
setStreetName(String) - Method in class com.knowgate.gis.StreetAddress
 
setStreetNumber(String) - Method in class com.knowgate.gis.StreetAddress
 
SHA512 - Class in com.knowgate.encryption
 
SHA512() - Constructor for class com.knowgate.encryption.SHA512
 
SHA512(String) - Constructor for class com.knowgate.encryption.SHA512
 
Shell - Class in com.knowgate.system
 
Shell() - Constructor for class com.knowgate.system.Shell
 
shift(Object[], int) - Static method in class com.knowgate.arrayutils.Arr
Shifts the order of the given array.
shift(long[], int) - Static method in class com.knowgate.arrayutils.Arr
Shifts the order of the given long array.
shift(int[], int) - Static method in class com.knowgate.arrayutils.Arr
Shifts the order of the given int array.
shift(short[], int) - Static method in class com.knowgate.arrayutils.Arr
Shifts the order of the given short array.
shift(char[], int) - Static method in class com.knowgate.arrayutils.Arr
Shifts the order of the given char array.
shift(byte[], int) - Static method in class com.knowgate.arrayutils.Arr
Shifts the order of the given byte array.
shift(double[], int) - Static method in class com.knowgate.arrayutils.Arr
Shifts the order of the given double array.
shift(float[], int) - Static method in class com.knowgate.arrayutils.Arr
Shifts the order of the given float array.
shift(boolean[], int) - Static method in class com.knowgate.arrayutils.Arr
Shifts the order of the given boolean array.
shift(boolean[], int, int, int) - Static method in class com.knowgate.arrayutils.Arr
Shifts the order of a series of elements in the given boolean array.
shift(byte[], int, int, int) - Static method in class com.knowgate.arrayutils.Arr
Shifts the order of a series of elements in the given byte array.
shift(char[], int, int, int) - Static method in class com.knowgate.arrayutils.Arr
Shifts the order of a series of elements in the given char array.
shift(double[], int, int, int) - Static method in class com.knowgate.arrayutils.Arr
Shifts the order of a series of elements in the given double array.
shift(float[], int, int, int) - Static method in class com.knowgate.arrayutils.Arr
Shifts the order of a series of elements in the given float array.
shift(int[], int, int, int) - Static method in class com.knowgate.arrayutils.Arr
Shifts the order of a series of elements in the given int array.
shift(long[], int, int, int) - Static method in class com.knowgate.arrayutils.Arr
Shifts the order of a series of elements in the given long array.
shift(Object[], int, int, int) - Static method in class com.knowgate.arrayutils.Arr
Shifts the order of a series of elements in the given array.
shift(short[], int, int, int) - Static method in class com.knowgate.arrayutils.Arr
Shifts the order of a series of elements in the given short array.
signature(Class<? extends Object>, Class<?>[]) - Static method in class com.knowgate.typeutils.ObjectFactory
Generate a String which represent the signature of the given classes.
singleCharSign() - Method in class com.knowgate.currency.CurrencyCode
 
SIZE_LIMIT_EXCEEDED - Static variable in exception com.knowgate.ldap.LDAPException
Indicates that in a search operation, the size limit specified by the client or the server has been exceeded.
sizeFileFilter(long) - Static method in class com.knowgate.io.filefilter.FileFilterUtils
Returns a filter that returns true if the file is bigger than a certain size.
sizeFileFilter(long, boolean) - Static method in class com.knowgate.io.filefilter.FileFilterUtils
Returns a filter that filters based on file size.
SizeFileFilter - Class in com.knowgate.io.filefilter
Filters files based on size, can filter either smaller files or files equal to or larger than a given threshold.
SizeFileFilter(long) - Constructor for class com.knowgate.io.filefilter.SizeFileFilter
Constructs a new size file filter for files equal to or larger than a certain size.
SizeFileFilter(long, boolean) - Constructor for class com.knowgate.io.filefilter.SizeFileFilter
Constructs a new size file filter for files based on a certain size threshold.
sizeOfDirectory(File) - Static method in class com.knowgate.io.FileUtils
Counts the size of a directory recursively (sum of the length of all files).
sizeRangeFileFilter(long, long) - Static method in class com.knowgate.io.filefilter.FileFilterUtils
Returns a filter that accepts files whose size is >= minimum size and <= maximum size.
slugify(String) - Static method in class com.knowgate.stringutils.Slugs
Restrict to an ASCII-7 String
Slugs - Class in com.knowgate.stringutils
This file is licensed under the Apache License version 2.0.
Slugs() - Constructor for class com.knowgate.stringutils.Slugs
 
stackTrace(Throwable) - Static method in class com.knowgate.debug.Log
Get the stack trace of a Throwable
StackTraceUtil - Class in com.knowgate.debug
Simple utility to return the stack trace of an exception as a String.
StackTraceUtil() - Constructor for class com.knowgate.debug.StackTraceUtil
 
start() - Method in class com.knowgate.debug.Chronometer
Start chronometer
stop() - Method in class com.knowgate.debug.Chronometer
Stop chronometer
Str - Class in com.knowgate.stringutils
This file is licensed under the Apache License version 2.0.
Str() - Constructor for class com.knowgate.stringutils.Str
 
StreamPipe - Class in com.knowgate.io
This class links input and output streams so that data taken from input stream is transfered to the output stream.
StreamPipe() - Constructor for class com.knowgate.io.StreamPipe
Create synchronous stream connector. between() methods do not return until end of input stream is reached and written into output stream.
StreamPipe(boolean) - Constructor for class com.knowgate.io.StreamPipe
Create synchronous or asynchronous stream conector. between() methods do not return until end of input stream is reached and written into ouput stream.
StreetAddress - Class in com.knowgate.gis
 
StreetAddress() - Constructor for class com.knowgate.gis.StreetAddress
 
STRONG_AUTH_REQUIRED - Static variable in exception com.knowgate.ldap.LDAPException
Indicates a problem with the level of authentication.
subarray(T[], int, int) - Static method in class com.knowgate.arrayutils.Arr
Produces a new array containing the elements between the start and end indices.
subarray(long[], int, int) - Static method in class com.knowgate.arrayutils.Arr
Produces a new long array containing the elements between the start and end indices.
subarray(int[], int, int) - Static method in class com.knowgate.arrayutils.Arr
Produces a new int array containing the elements between the start and end indices.
subarray(short[], int, int) - Static method in class com.knowgate.arrayutils.Arr
Produces a new short array containing the elements between the start and end indices.
subarray(char[], int, int) - Static method in class com.knowgate.arrayutils.Arr
Produces a new char array containing the elements between the start and end indices.
subarray(byte[], int, int) - Static method in class com.knowgate.arrayutils.Arr
Produces a new byte array containing the elements between the start and end indices.
subarray(double[], int, int) - Static method in class com.knowgate.arrayutils.Arr
Produces a new double array containing the elements between the start and end indices.
subarray(float[], int, int) - Static method in class com.knowgate.arrayutils.Arr
Produces a new float array containing the elements between the start and end indices.
subarray(boolean[], int, int) - Static method in class com.knowgate.arrayutils.Arr
Produces a new boolean array containing the elements between the start and end indices.
substrAfter(String, int, String) - Static method in class com.knowgate.stringutils.Str
Get substring after a given character sequence
substrBetween(String, String, String) - Static method in class com.knowgate.stringutils.Str
Get substring between two given character sequence
substrUpTo(String, int, char) - Static method in class com.knowgate.stringutils.Str
Get substring from an index up to next given character
substrUpTo(String, int, String) - Static method in class com.knowgate.stringutils.Str
Get substring from an index up to next given character sequence
subtract(Money) - Method in class com.knowgate.currency.Money
Subtract two money amounts
SUCCESS - Static variable in exception com.knowgate.ldap.LDAPException
Indicates the requested client operation completed successfully.
suffixFileFilter(String) - Static method in class com.knowgate.io.filefilter.FileFilterUtils
Returns a filter that returns true if the filename ends with the specified text.
SuffixFileFilter - Class in com.knowgate.io.filefilter
Filters files based on the suffix (what the filename ends with).
SuffixFileFilter(String) - Constructor for class com.knowgate.io.filefilter.SuffixFileFilter
Constructs a new Suffix file filter for a single extension.
SuffixFileFilter(String, IOCase) - Constructor for class com.knowgate.io.filefilter.SuffixFileFilter
Constructs a new Suffix file filter for a single extension specifying case-sensitivity.
SuffixFileFilter(String[]) - Constructor for class com.knowgate.io.filefilter.SuffixFileFilter
Constructs a new Suffix file filter for an array of suffixs.
SuffixFileFilter(String[], IOCase) - Constructor for class com.knowgate.io.filefilter.SuffixFileFilter
Constructs a new Suffix file filter for an array of suffixs specifying case-sensitivity.
SuffixFileFilter(List) - Constructor for class com.knowgate.io.filefilter.SuffixFileFilter
Constructs a new Suffix file filter for a list of suffixes.
SuffixFileFilter(List, IOCase) - Constructor for class com.knowgate.io.filefilter.SuffixFileFilter
Constructs a new Suffix file filter for a list of suffixes specifying case-sensitivity.
SUNDAY - Static variable in class com.knowgate.dateutils.GregorianCalendarLocalisation
 
swap(Object[], int, int) - Static method in class com.knowgate.arrayutils.Arr
Swaps two elements in the given array.
swap(long[], int, int) - Static method in class com.knowgate.arrayutils.Arr
Swaps two elements in the given long array.
swap(int[], int, int) - Static method in class com.knowgate.arrayutils.Arr
Swaps two elements in the given int array.
swap(short[], int, int) - Static method in class com.knowgate.arrayutils.Arr
Swaps two elements in the given short array.
swap(char[], int, int) - Static method in class com.knowgate.arrayutils.Arr
Swaps two elements in the given char array.
swap(byte[], int, int) - Static method in class com.knowgate.arrayutils.Arr
Swaps two elements in the given byte array.
swap(double[], int, int) - Static method in class com.knowgate.arrayutils.Arr
Swaps two elements in the given double array.
swap(float[], int, int) - Static method in class com.knowgate.arrayutils.Arr
Swaps two elements in the given float array.
swap(boolean[], int, int) - Static method in class com.knowgate.arrayutils.Arr
Swaps two elements in the given boolean array.
swap(boolean[], int, int, int) - Static method in class com.knowgate.arrayutils.Arr
Swaps a series of elements in the given boolean array.
swap(byte[], int, int, int) - Static method in class com.knowgate.arrayutils.Arr
Swaps a series of elements in the given byte array.
swap(char[], int, int, int) - Static method in class com.knowgate.arrayutils.Arr
Swaps a series of elements in the given char array.
swap(double[], int, int, int) - Static method in class com.knowgate.arrayutils.Arr
Swaps a series of elements in the given double array.
swap(float[], int, int, int) - Static method in class com.knowgate.arrayutils.Arr
Swaps a series of elements in the given float array.
swap(int[], int, int, int) - Static method in class com.knowgate.arrayutils.Arr
Swaps a series of elements in the given int array.
swap(long[], int, int, int) - Static method in class com.knowgate.arrayutils.Arr
Swaps a series of elements in the given long array.
swap(Object[], int, int, int) - Static method in class com.knowgate.arrayutils.Arr
Swaps a series of elements in the given array.
swap(short[], int, int, int) - Static method in class com.knowgate.arrayutils.Arr
Swaps a series of elements in the given short array.
SYSTEM - Static variable in class com.knowgate.io.IOCase
The constant for case sensitivity determined by the current operating system.

T

T$(String, String, String) - Static method in class com.knowgate.tuples.Triplet
 
ThisMonth() - Static method in class com.knowgate.dateutils.GregorianCalendarLocalisation
 
ThisWeek(int) - Static method in class com.knowgate.dateutils.GregorianCalendarLocalisation
 
THURSDAY - Static variable in class com.knowgate.dateutils.GregorianCalendarLocalisation
 
TIME_LIMIT_EXCEEDED - Static variable in exception com.knowgate.ldap.LDAPException
Indicates that the operation's time limit specified by either the client or the server has been exceeded.
TLS_NOT_SUPPORTED - Static variable in exception com.knowgate.ldap.LDAPException
Indicates that TLS is not supported on the server.
toArray(T...) - Static method in class com.knowgate.arrayutils.Arr
Create a type-safe generic array.
toByteArray(InputStream) - Static method in class com.knowgate.io.IOUtils
Get the contents of an InputStream as a byte[].
toByteArray(Reader) - Static method in class com.knowgate.io.IOUtils
Get the contents of a Reader as a byte[] using the default character encoding of the platform.
toByteArray(Reader, String) - Static method in class com.knowgate.io.IOUtils
Get the contents of a Reader as a byte[] using the specified character encoding.
toByteArray(String) - Static method in class com.knowgate.io.IOUtils
Deprecated.
toCalendar(Object) - Static method in class com.knowgate.dateutils.DateHelper
Try to convert the given object to a java.util.Calendar
toCData(String) - Static method in class com.knowgate.stringutils.XML
Convert an input text into one or more CDATA sections
toCharArray(InputStream) - Static method in class com.knowgate.io.IOUtils
Get the contents of an InputStream as a character array using the default character encoding of the platform.
toCharArray(InputStream, String) - Static method in class com.knowgate.io.IOUtils
Get the contents of an InputStream as a character array using the specified character encoding.
toCharArray(Reader) - Static method in class com.knowgate.io.IOUtils
Get the contents of a Reader as a character array.
toDate(Object) - Static method in class com.knowgate.dateutils.DateHelper
Try to convert the given object to a java.util.Date
toFile(URL) - Static method in class com.knowgate.io.FileUtils
Convert from a URL to a File.
toFiles(URL[]) - Static method in class com.knowgate.io.FileUtils
Converts each of an array of URL to a File.
toInputStream(String) - Static method in class com.knowgate.io.IOUtils
Convert the specified string to an input stream, encoded as bytes using the default character encoding of the platform.
toInputStream(String, String) - Static method in class com.knowgate.io.IOUtils
Convert the specified string to an input stream, encoded as bytes using the specified character encoding.
toLocaleString() - Method in class com.knowgate.currency.Money
 
toMap(Object[]) - Static method in class com.knowgate.arrayutils.Arr
Converts the given array into a Map.
toObject(char[]) - Static method in class com.knowgate.arrayutils.Arr
Converts an array of primitive chars to objects.
toObject(long[]) - Static method in class com.knowgate.arrayutils.Arr
Converts an array of primitive longs to objects.
toObject(int[]) - Static method in class com.knowgate.arrayutils.Arr
Converts an array of primitive ints to objects.
toObject(short[]) - Static method in class com.knowgate.arrayutils.Arr
Converts an array of primitive shorts to objects.
toObject(byte[]) - Static method in class com.knowgate.arrayutils.Arr
Converts an array of primitive bytes to objects.
toObject(double[]) - Static method in class com.knowgate.arrayutils.Arr
Converts an array of primitive doubles to objects.
toObject(float[]) - Static method in class com.knowgate.arrayutils.Arr
Converts an array of primitive floats to objects.
toObject(boolean[]) - Static method in class com.knowgate.arrayutils.Arr
Converts an array of primitive booleans to objects.
toPrimitive(Character[]) - Static method in class com.knowgate.arrayutils.Arr
Converts an array of object Characters to primitives.
toPrimitive(Character[], char) - Static method in class com.knowgate.arrayutils.Arr
Converts an array of object Character to primitives handling null.
toPrimitive(Long[]) - Static method in class com.knowgate.arrayutils.Arr
Converts an array of object Longs to primitives.
toPrimitive(Long[], long) - Static method in class com.knowgate.arrayutils.Arr
Converts an array of object Long to primitives handling null.
toPrimitive(Integer[]) - Static method in class com.knowgate.arrayutils.Arr
Converts an array of object Integers to primitives.
toPrimitive(Integer[], int) - Static method in class com.knowgate.arrayutils.Arr
Converts an array of object Integer to primitives handling null.
toPrimitive(Short[]) - Static method in class com.knowgate.arrayutils.Arr
Converts an array of object Shorts to primitives.
toPrimitive(Short[], short) - Static method in class com.knowgate.arrayutils.Arr
Converts an array of object Short to primitives handling null.
toPrimitive(Byte[]) - Static method in class com.knowgate.arrayutils.Arr
Converts an array of object Bytes to primitives.
toPrimitive(Byte[], byte) - Static method in class com.knowgate.arrayutils.Arr
Converts an array of object Bytes to primitives handling null.
toPrimitive(Double[]) - Static method in class com.knowgate.arrayutils.Arr
Converts an array of object Doubles to primitives.
toPrimitive(Double[], double) - Static method in class com.knowgate.arrayutils.Arr
Converts an array of object Doubles to primitives handling null.
toPrimitive(Float[]) - Static method in class com.knowgate.arrayutils.Arr
Converts an array of object Floats to primitives.
toPrimitive(Float[], float) - Static method in class com.knowgate.arrayutils.Arr
Converts an array of object Floats to primitives handling null.
toPrimitive(Boolean[]) - Static method in class com.knowgate.arrayutils.Arr
Converts an array of object Booleans to primitives.
toPrimitive(Boolean[], boolean) - Static method in class com.knowgate.arrayutils.Arr
Converts an array of object Booleans to primitives handling null.
toSQLDate(Object) - Static method in class com.knowgate.dateutils.DateHelper
Try to convert the given object to a java.sql.Date
toString() - Method in class com.knowgate.currency.CurrencyCode
 
toString() - Method in class com.knowgate.io.filefilter.AbstractFileFilter
Provide a String representaion of this file filter.
toString() - Method in class com.knowgate.io.filefilter.AgeFileFilter
Provide a String representaion of this file filter.
toString() - Method in class com.knowgate.io.filefilter.AndFileFilter
Provide a String representaion of this file filter.
toString() - Method in class com.knowgate.io.filefilter.DelegateFileFilter
Provide a String representaion of this file filter.
toString() - Method in class com.knowgate.io.filefilter.NameFileFilter
Provide a String representaion of this file filter.
toString() - Method in class com.knowgate.io.filefilter.NotFileFilter
Provide a String representaion of this file filter.
toString() - Method in class com.knowgate.io.filefilter.OrFileFilter
Provide a String representaion of this file filter.
toString() - Method in class com.knowgate.io.filefilter.PrefixFileFilter
Provide a String representaion of this file filter.
toString() - Method in class com.knowgate.io.filefilter.SizeFileFilter
Provide a String representaion of this file filter.
toString() - Method in class com.knowgate.io.filefilter.SuffixFileFilter
Provide a String representaion of this file filter.
toString() - Method in class com.knowgate.io.IOCase
Gets a string describing the sensitivity.
toString(InputStream) - Static method in class com.knowgate.io.IOUtils
Get the contents of an InputStream as a String using the default character encoding of the platform.
toString(InputStream, String) - Static method in class com.knowgate.io.IOUtils
Get the contents of an InputStream as a String using the specified character encoding.
toString(Reader) - Static method in class com.knowgate.io.IOUtils
Get the contents of a Reader as a String.
toString(byte[]) - Static method in class com.knowgate.io.IOUtils
Deprecated.
toString(byte[], String) - Static method in class com.knowgate.io.IOUtils
toTimestamp(Object) - Static method in class com.knowgate.dateutils.DateHelper
Try to convert the given object to a java.sql.Timestamp
touch(File) - Static method in class com.knowgate.io.FileUtils
Implements the same behaviour as the "touch" utility on Unix.
toURLs(File[]) - Static method in class com.knowgate.io.FileUtils
Converts each of an array of File to a URL.
trace - Static variable in class com.knowgate.debug.DebugFile
Activate/Deactivate debug output
transliterate(String) - Static method in class com.knowgate.stringutils.Slugs
Normalize string and remove non spacing marks
Triplet<U,V,W> - Class in com.knowgate.tuples
 
Triplet(U, V, W) - Constructor for class com.knowgate.tuples.Triplet
 
TRUE - Static variable in class com.knowgate.io.filefilter.TrueFileFilter
Singleton instance of true filter.
trueFileFilter() - Static method in class com.knowgate.io.filefilter.FileFilterUtils
Returns a filter that always returns true.
TrueFileFilter - Class in com.knowgate.io.filefilter
A file filter that always returns true.
TrueFileFilter() - Constructor for class com.knowgate.io.filefilter.TrueFileFilter
Restrictive consructor.
tryConstructor(Class<? extends Object>, Class<?>...) - Static method in class com.knowgate.typeutils.ObjectFactory
 
TUESDAY - Static variable in class com.knowgate.dateutils.GregorianCalendarLocalisation
 
TypeResolver - Class in com.knowgate.typeutils
Enhanced type resolution utilities.
TypeResolver.Unknown - Class in com.knowgate.typeutils
An unknown type.

U

Uid - Class in com.knowgate.stringutils
Functions for creating universal unique identifiers
Uid() - Constructor for class com.knowgate.stringutils.Uid
 
UNAVAILABLE - Static variable in exception com.knowgate.ldap.LDAPException
Indicates that the LDAP server cannot process the client's bind request, usually because it is shutting down.
UNAVAILABLE_CRITICAL_EXTENSION - Static variable in exception com.knowgate.ldap.LDAPException
Indicates that the LDAP server was unable to satisfy a request because one or more critical extensions were not available.
UNDEFINED_ATTRIBUTE_TYPE - Static variable in exception com.knowgate.ldap.LDAPException
Indicates that the attribute specified in the modify or add operation does not exist in the LDAP server's schema.
UNKNOWN - Static variable in exception com.knowgate.ldap.LDAPException
Indicates the requested client operation failed with unknown result code.
UNWILLING_TO_PERFORM - Static variable in exception com.knowgate.ldap.LDAPException
Indicates that the LDAP server cannot process the request because of server-defined restrictions.
Update(String) - Method in interface com.knowgate.encryption.HashProvider
Update buffer with given string.
Update(MD5State, byte[], int, int) - Method in class com.knowgate.encryption.MD5
Updates hash with the bytebuffer given (using at maximum length bytes from that buffer)
Update(byte[], int, int) - Method in class com.knowgate.encryption.MD5
Plain update, updates this object
Update(byte[], int) - Method in class com.knowgate.encryption.MD5
Plain update, updates this object with offset zero
Update(byte[]) - Method in class com.knowgate.encryption.MD5
Updates hash with given array of bytes
Update(byte) - Method in class com.knowgate.encryption.MD5
Updates hash with a single byte
Update(String) - Method in class com.knowgate.encryption.MD5
Update buffer with given string.
Update(int) - Method in class com.knowgate.encryption.MD5
Update buffer with a single integer (only & 0xff part is used, as a byte)
Update(String) - Method in class com.knowgate.encryption.SHA512
 
urlEncode(String) - Static method in class com.knowgate.stringutils.Slugs
Return text enconded as an URL.
USD - Static variable in class com.knowgate.currency.CurrencyCode
 
USER_CANCELLED - Static variable in exception com.knowgate.ldap.LDAPException
Indicates that the user cancelled the LDAP operation.

V

valueOf(String) - Static method in enum com.knowgate.encryption.AuthenticationOutcome
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.knowgate.encryption.AuthenticationOutcome
 
valueOf(String) - Static method in enum com.knowgate.encryption.HashAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.knowgate.encryption.PasswordEncryption
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.knowgate.encryption.AuthenticationOutcome
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.knowgate.encryption.HashAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.knowgate.encryption.PasswordEncryption
Returns an array containing the constants of this enum type, in the order they are declared.

W

waitFor(File, int) - Static method in class com.knowgate.io.FileUtils
Waits for NFS to propagate a file creation, imposing a timeout.
WEDNESDAY - Static variable in class com.knowgate.dateutils.GregorianCalendarLocalisation
 
WeekDayName(int, String) - Static method in class com.knowgate.dateutils.GregorianCalendarLocalisation
Get translated week day name
wildcardMatch(String, String) - Static method in class com.knowgate.io.FilenameUtils
Checks a filename to see if it matches the specified wildcard matcher, always testing case-sensitive.
wildcardMatch(String, String, IOCase) - Static method in class com.knowgate.io.FilenameUtils
Checks a filename to see if it matches the specified wildcard matcher allowing control over case-sensitivity.
wildcardMatchOnSystem(String, String) - Static method in class com.knowgate.io.FilenameUtils
Checks a filename to see if it matches the specified wildcard matcher using the case rules of the system.
write(char[]) - Static method in class com.knowgate.debug.DebugFile
Write trace
write(String) - Static method in class com.knowgate.debug.DebugFile
Write trace
write(byte[], OutputStream) - Static method in class com.knowgate.io.IOUtils
Writes bytes from a byte[] to an OutputStream.
write(byte[], Writer) - Static method in class com.knowgate.io.IOUtils
Writes bytes from a byte[] to chars on a Writer using the default character encoding of the platform.
write(byte[], Writer, String) - Static method in class com.knowgate.io.IOUtils
Writes bytes from a byte[] to chars on a Writer using the specified character encoding.
write(char[], Writer) - Static method in class com.knowgate.io.IOUtils
Writes chars from a char[] to a Writer using the default character encoding of the platform.
write(char[], OutputStream) - Static method in class com.knowgate.io.IOUtils
Writes chars from a char[] to bytes on an OutputStream.
write(char[], OutputStream, String) - Static method in class com.knowgate.io.IOUtils
Writes chars from a char[] to bytes on an OutputStream using the specified character encoding.
write(String, Writer) - Static method in class com.knowgate.io.IOUtils
Writes chars from a String to a Writer.
write(String, OutputStream) - Static method in class com.knowgate.io.IOUtils
Writes chars from a String to bytes on an OutputStream using the default character encoding of the platform.
write(String, OutputStream, String) - Static method in class com.knowgate.io.IOUtils
Writes chars from a String to bytes on an OutputStream using the specified character encoding.
write(StringBuffer, Writer) - Static method in class com.knowgate.io.IOUtils
Writes chars from a StringBuffer to a Writer.
write(StringBuffer, OutputStream) - Static method in class com.knowgate.io.IOUtils
Writes chars from a StringBuffer to bytes on an OutputStream using the default character encoding of the platform.
write(StringBuffer, OutputStream, String) - Static method in class com.knowgate.io.IOUtils
Writes chars from a StringBuffer to bytes on an OutputStream using the specified character encoding.
write(byte[], int, int) - Method in class com.knowgate.io.output.NullOutputStream
Does nothing - output to /dev/null.
write(int) - Method in class com.knowgate.io.output.NullOutputStream
Does nothing - output to /dev/null.
write(byte[]) - Method in class com.knowgate.io.output.NullOutputStream
Does nothing - output to /dev/null.
writeByteArrayToFile(File, byte[]) - Static method in class com.knowgate.io.FileUtils
Writes a byte array to a file creating the file if it does not exist.
writeLines(File, String, Collection) - Static method in class com.knowgate.io.FileUtils
Writes the toString() value of each item in a collection to the specified File line by line.
writeLines(File, Collection<String>) - Static method in class com.knowgate.io.FileUtils
Writes the toString() value of each item in a collection to the specified File line by line.
writeLines(File, String, Collection<String>, String) - Static method in class com.knowgate.io.FileUtils
Writes the toString() value of each item in a collection to the specified File line by line.
writeLines(File, Collection<String>, String) - Static method in class com.knowgate.io.FileUtils
Writes the toString() value of each item in a collection to the specified File line by line.
writeLines(Collection, String, OutputStream) - Static method in class com.knowgate.io.IOUtils
Writes the toString() value of each item in a collection to an OutputStream line by line, using the default character encoding of the platform and the specified line ending.
writeLines(Collection, String, OutputStream, String) - Static method in class com.knowgate.io.IOUtils
Writes the toString() value of each item in a collection to an OutputStream line by line, using the specified character encoding and the specified line ending.
writeLines(Collection, String, Writer) - Static method in class com.knowgate.io.IOUtils
Writes the toString() value of each item in a collection to a Writer line by line, using the specified line ending.
writeln(String) - Method in class com.knowgate.debug.BufferedFileWriter
Append line to file
writeln(String) - Static method in class com.knowgate.debug.DebugFile
Write trace and append line feed
writeln(char[]) - Static method in class com.knowgate.debug.DebugFile
Write trace and append line feed
writeStackTrace(Throwable) - Static method in class com.knowgate.debug.DebugFile
Write stack trace for an exception to debug output
writeStringToFile(File, String, String) - Static method in class com.knowgate.io.FileUtils
Writes a String to a file creating the file if it does not exist.
writeStringToFile(File, String) - Static method in class com.knowgate.io.FileUtils
Writes a String to a file creating the file if it does not exist using the default encoding for the VM.
writeToFile(String) - Method in class com.knowgate.stringutils.CSVParser
Write CSVParser matrix to delimited text file
writeToStream(OutputStream) - Method in class com.knowgate.stringutils.CSVParser
Write CSVParser matrix to an output stream

X

XML - Class in com.knowgate.stringutils
XML Helper methods
XML() - Constructor for class com.knowgate.stringutils.XML
 
$ A B C D E F G H I J L M N O P R S T U V W X 
Skip navigation links

Copyright © 2001–2019 KnowGate. All rights reserved.