Index

$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Å 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

$

$Int() - Static method in class rs.baselib.test.BuilderUtils
Returns the Integer Builder factory.
$Long() - Static method in class rs.baselib.test.BuilderUtils
Returns the Long Builder factory.
$String() - Static method in class rs.baselib.test.BuilderUtils
Returns the String Builder factory.

A

absolutePath() - Method in class rs.baselib.prefs.AbstractPreferences
Returns this node's absolute path name.
absolutePath() - Method in interface rs.baselib.prefs.IPreferences
Returns this node's absolute path name.
AbstractAuthorizationCallback - Class in rs.baselib.security
Implements the basic methods for an authorization callback.
AbstractAuthorizationCallback() - Constructor for class rs.baselib.security.AbstractAuthorizationCallback
Default Constructor.
AbstractJdbcConnectionProvider - Class in rs.baselib.sql
Abstract implementation for JdbcConnectionProviders.
AbstractJdbcConnectionProvider(String) - Constructor for class rs.baselib.sql.AbstractJdbcConnectionProvider
Constructor.
AbstractJdbcConnectionProvider(String, String) - Constructor for class rs.baselib.sql.AbstractJdbcConnectionProvider
Constructor.
AbstractJdbcConnectionProvider(String, String, String) - Constructor for class rs.baselib.sql.AbstractJdbcConnectionProvider
Constructor.
AbstractPreferences - Class in rs.baselib.prefs
Abstract implementation of a preference node.
AbstractPreferences() - Constructor for class rs.baselib.prefs.AbstractPreferences
Constructor.
AbstractPreferences(AbstractPreferences, String) - Constructor for class rs.baselib.prefs.AbstractPreferences
Constructor.
AbstractPreferencesService - Class in rs.baselib.prefs
Common functionality of a preferences service.
AbstractPreferencesService() - Constructor for class rs.baselib.prefs.AbstractPreferencesService
Constructor.
AbstractPreferencesService.FlushingThread - Class in rs.baselib.prefs
A thread running all flushs.
AbstractReaderFilter - Class in rs.baselib.io
Abstract implementation of a reader that can filter characters.
AbstractReaderFilter(Reader) - Constructor for class rs.baselib.io.AbstractReaderFilter
Constructor.
AbstractTimeValue() - Constructor for class rs.baselib.util.CronSchedule.AbstractTimeValue
 
add(double) - Method in class rs.baselib.type.MonetaryValue
Adds another value to this object
add(int) - Method in class rs.baselib.type.MonetaryValue
Adds another value to this object
add(long) - Method in class rs.baselib.type.MonetaryValue
Adds another value to this object
add(CharSequence) - Method in class rs.baselib.type.MonetaryValue
Adds another value to this object
add(BigDecimal) - Method in class rs.baselib.type.MonetaryValue
Adds another value to this object
add(BigInteger) - Method in class rs.baselib.type.MonetaryValue
Adds another value to this object
add(MonetaryValue) - Method in class rs.baselib.type.MonetaryValue
Adds another value to this object
addNode(AbstractPreferences) - Method in class rs.baselib.prefs.AbstractPreferences
Adds the given node.
addPropertyChangeListener(PropertyChangeListener) - Method in class rs.baselib.prefs.AbstractPreferences
addPropertyChangeListener(String, PropertyChangeListener) - Method in class rs.baselib.prefs.AbstractPreferences
Address - Class in rs.baselib.type
A location address.
Address() - Constructor for class rs.baselib.type.Address
Constructor.
Address(String, String, String, String, String, Country) - Constructor for class rs.baselib.type.Address
Constructor.
Address(String, String, String, String, Country) - Constructor for class rs.baselib.type.Address
Constructor.
Address(String, String, String, Country) - Constructor for class rs.baselib.type.Address
Constructor.
AdvancedThreadLocal<T> - Class in rs.baselib.util
Extends functionality of ThreadLocal by allowing to access values from other threads.
AdvancedThreadLocal() - Constructor for class rs.baselib.util.AdvancedThreadLocal
Constructor.
AFGHANISTAN - Enum constant in enum class rs.baselib.type.Country
 
AFRICA - Enum constant in enum class rs.baselib.type.Continent
Africa
ALBANIA - Enum constant in enum class rs.baselib.type.Country
 
ALGERIA - Enum constant in enum class rs.baselib.type.Country
 
ALPHA_CHARS - Static variable in class rs.baselib.util.CommonUtils
alpha chars (uper and lower case letters)
ALPHA_NUM_CHARS - Static variable in class rs.baselib.util.CommonUtils
alpha and numeric chars
ALPHA_NUM_SPECIAL_CHARS - Static variable in class rs.baselib.util.CommonUtils
alpha and numeric and special chars
AMERICAN_SAMOA - Enum constant in enum class rs.baselib.type.Country
 
ANDORRA - Enum constant in enum class rs.baselib.type.Country
 
ANGOLA - Enum constant in enum class rs.baselib.type.Country
 
ANGUILLA - Enum constant in enum class rs.baselib.type.Country
 
ANTARCTICA - Enum constant in enum class rs.baselib.type.Continent
Antarctica
ANTARCTICA - Enum constant in enum class rs.baselib.type.Country
 
ANTIGUA_AND_BARBUDA - Enum constant in enum class rs.baselib.type.Country
 
ARCTICA - Enum constant in enum class rs.baselib.type.Continent
Arctica
ARGENTINA - Enum constant in enum class rs.baselib.type.Country
 
ARMENIA - Enum constant in enum class rs.baselib.type.Country
 
ArrayBuilder<T> - Class in rs.baselib.test
Creates random number of values from a builder.
ArrayBuilder(int, int, Builder<T>) - Constructor for class rs.baselib.test.ArrayBuilder
Constructor.
ARUBA - Enum constant in enum class rs.baselib.type.Country
 
ASCENSION - Enum constant in enum class rs.baselib.type.Country
 
ASIA - Enum constant in enum class rs.baselib.type.Continent
Asia
AUSTRALIA - Enum constant in enum class rs.baselib.type.Continent
Australia
AUSTRALIA - Enum constant in enum class rs.baselib.type.Country
 
AUSTRIA - Enum constant in enum class rs.baselib.type.Country
 
AuthorizationCallback - Interface in rs.baselib.security
Interface that defines a callback for getting user authorizations.
available - Variable in class rs.baselib.util.SynchronizedQueue
The object queue
AZERBAIJAN - Enum constant in enum class rs.baselib.type.Country
 

B

BAHAMAS - Enum constant in enum class rs.baselib.type.Country
 
BAHRAIN - Enum constant in enum class rs.baselib.type.Country
 
BANGLADESH - Enum constant in enum class rs.baselib.type.Country
 
BARBADOS - Enum constant in enum class rs.baselib.type.Country
 
BCrypt - Class in rs.baselib.crypto
BCrypt implements OpenBSD-style Blowfish password hashing using the scheme described in "A Future-Adaptable Password Scheme" by Niels Provos and David Mazieres.
BCrypt() - Constructor for class rs.baselib.crypto.BCrypt
 
BeanComparator<T> - Class in rs.baselib.util
A comparator based on a list of bean properties.
BeanComparator(String...) - Constructor for class rs.baselib.util.BeanComparator
Constructor.
BeanComparator(Comparator<Object>, String...) - Constructor for class rs.baselib.util.BeanComparator
Constructor.
BeanComparator(Comparator<Object>, IValueProvider...) - Constructor for class rs.baselib.util.BeanComparator
Constructor.
BeanComparator(IValueProvider...) - Constructor for class rs.baselib.util.BeanComparator
Constructor.
BeanValueProvider - Class in rs.baselib.util
Default bean implementation for IValueProvider.
BeanValueProvider(String) - Constructor for class rs.baselib.util.BeanValueProvider
Constructor.
BELARUS - Enum constant in enum class rs.baselib.type.Country
 
BELGIUM - Enum constant in enum class rs.baselib.type.Country
 
BELIZE - Enum constant in enum class rs.baselib.type.Country
 
BENIN - Enum constant in enum class rs.baselib.type.Country
 
BERMUDA - Enum constant in enum class rs.baselib.type.Country
 
BHUTAN - Enum constant in enum class rs.baselib.type.Country
 
BlowfishPasswordHasher - Class in rs.baselib.crypto
Uses salted Blowfish hashes from BCrypt.
BlowfishPasswordHasher() - Constructor for class rs.baselib.crypto.BlowfishPasswordHasher
Constructor.
BOLIVIA - Enum constant in enum class rs.baselib.type.Country
 
BOSNIA_AND_HERZEGOVINA - Enum constant in enum class rs.baselib.type.Country
 
BOTSWANA - Enum constant in enum class rs.baselib.type.Country
 
BOUVET_ISLAND - Enum constant in enum class rs.baselib.type.Country
 
BRAZIL - Enum constant in enum class rs.baselib.type.Country
 
BRITISH_INDIAN_OCEAN_TERRITORY - Enum constant in enum class rs.baselib.type.Country
 
BRUNEI_DARUSSALAM - Enum constant in enum class rs.baselib.type.Country
 
build() - Method in class rs.baselib.test.ArrayBuilder
Build the previously configured object.
build() - Method in interface rs.baselib.test.Builder
Build the previously configured object.
build() - Method in class rs.baselib.test.EnumerationBuilder
Build the previously configured object.
build() - Method in class rs.baselib.test.IntBuilder
Build the previously configured object.
build() - Method in class rs.baselib.test.ListBuilder
Build the previously configured object.
build() - Method in class rs.baselib.test.LongBuilder
Build the previously configured object.
build() - Method in class rs.baselib.test.RandomStringBuilder
Build the previously configured object.
build() - Method in class rs.baselib.test.StringBuilder
Build the previously configured object.
Builder<T> - Interface in rs.baselib.test
Interface for test factory Builder pattern
BuilderUtils - Class in rs.baselib.test
Helps using the builder pattern.
BuilderUtils() - Constructor for class rs.baselib.test.BuilderUtils
 
BULGARIA - Enum constant in enum class rs.baselib.type.Country
 
BURKINA_FASO - Enum constant in enum class rs.baselib.type.Country
 
BURUNDI - Enum constant in enum class rs.baselib.type.Country
 

C

CAMBODIA - Enum constant in enum class rs.baselib.type.Country
 
CAMEROON - Enum constant in enum class rs.baselib.type.Country
 
CANADA - Enum constant in enum class rs.baselib.type.Country
 
CANARY_ISLANDS - Enum constant in enum class rs.baselib.type.Country
 
capacity - Variable in class rs.baselib.util.SynchronizedQueue
The maximum number of objects to be held in this queue instance
CAPE_VERDE - Enum constant in enum class rs.baselib.type.Country
 
CAYMAN_ISLANDS - Enum constant in enum class rs.baselib.type.Country
 
CENTRAL_AFRICAN_REPUBLIC - Enum constant in enum class rs.baselib.type.Country
 
CHAD - Enum constant in enum class rs.baselib.type.Country
 
checkNodeName(String) - Static method in class rs.baselib.prefs.AbstractPreferencesService
Checks the name of the node to be correct.
checkpw(String, String) - Static method in class rs.baselib.crypto.BCrypt
Check that a plaintext password matches a previously hashed one
CHILD_ADDED - Static variable in interface rs.baselib.prefs.IPreferences
Property name when a child was added
CHILD_REMOVED - Static variable in interface rs.baselib.prefs.IPreferences
Property name when a child was removed
childrenNames() - Method in class rs.baselib.prefs.AbstractPreferences
Returns the names of the children of this node.
childrenNames() - Method in interface rs.baselib.prefs.IPreferences
Returns the names of the children of this node.
CHILE - Enum constant in enum class rs.baselib.type.Country
 
CHINA - Enum constant in enum class rs.baselib.type.Country
 
CHRISTMAS_ISLAND - Enum constant in enum class rs.baselib.type.Country
 
CITY - Static variable in class rs.baselib.type.Address
Property name of city
clear() - Method in class rs.baselib.prefs.AbstractPreferences
Removes all of the properties (key-value associations) in this node.
clear() - Method in interface rs.baselib.prefs.IPreferences
Removes all of the properties (key-value associations) in this node.
clear() - Method in class rs.baselib.util.AdvancedThreadLocal
Clears all values on all threads.
clear() - Method in interface rs.baselib.util.ICache
Removes all of the mappings from this map (optional operation).
clear() - Method in class rs.baselib.util.SoftMapCache
Removes all of the mappings from this map (optional operation).
clear() - Method in class rs.baselib.util.WeakMapCache
Removes all of the mappings from this map (optional operation).
clearMap() - Method in class rs.baselib.util.SoftMapCache
Clears the map by working on the reference queue.
clearMap() - Method in class rs.baselib.util.WeakMapCache
Clears the map by working on the reference queue.
close() - Method in class rs.baselib.lang.JarDescriptor
Closes the file.
COCOS_KEELING_ISLANDS - Enum constant in enum class rs.baselib.type.Country
 
COLOMBIA - Enum constant in enum class rs.baselib.type.Country
 
CombinedPasswordHasher - Class in rs.baselib.crypto
Implements a combined strategy to hash passwords.
CombinedPasswordHasher(ExtendedPasswordHasher...) - Constructor for class rs.baselib.crypto.CombinedPasswordHasher
Constructor.
CommandLineAuthorizationCallback - Class in rs.baselib.security
Implements authorization information retrieval from command line.
CommandLineAuthorizationCallback() - Constructor for class rs.baselib.security.CommandLineAuthorizationCallback
Default Constructor.
CommonUtils - Class in rs.baselib.util
Common Utils.
CommonUtils() - Constructor for class rs.baselib.util.CommonUtils
 
COMOROS - Enum constant in enum class rs.baselib.type.Country
 
compare(Object, Object) - Method in class rs.baselib.util.DefaultComparator
compare(T, T) - Method in class rs.baselib.util.BeanComparator
compareTo(MonetaryValue) - Method in class rs.baselib.type.MonetaryValue
compareVersion(String[], String[]) - Static method in class rs.baselib.util.CommonUtils
Compares versions.
compareVersion(String, String) - Static method in class rs.baselib.util.CommonUtils
Compares software versions.
compress(byte[]) - Static method in class rs.baselib.util.CompressionUtils
Compresses a byte array .
CompressionUtils - Class in rs.baselib.util
Supports compression.
CompressionUtils() - Constructor for class rs.baselib.util.CompressionUtils
 
ConfigurationUtils - Class in rs.baselib.configuration
Useful methods for configuration issues.
ConfigurationUtils() - Constructor for class rs.baselib.configuration.ConfigurationUtils
 
configure(File) - Method in class rs.baselib.security.PropertiesFileAuthorizationCallback
Configures the callback from the properties file.
configure(File) - Method in class rs.baselib.security.TextFileAuthorizationCallback
Configures the callback from the text file.
configure(File) - Method in class rs.baselib.security.XmlFileAuthorizationCallback
Configures the callback from the XML file.
configure(String) - Method in class rs.baselib.security.PropertiesFileAuthorizationCallback
Configures the callback from the properties file.
configure(String) - Method in class rs.baselib.security.TextFileAuthorizationCallback
Configures the callback from the text file.
configure(String) - Method in class rs.baselib.security.XmlFileAuthorizationCallback
Configures the callback from the XML file.
configure(Configuration) - Method in interface rs.baselib.configuration.IConfigurable
Configure using the given configuration
configure(Configuration) - Method in class rs.baselib.security.CommandLineAuthorizationCallback
Configures the name callback.
configure(Configuration) - Method in class rs.baselib.security.DefaultAuthorizationCallback
Configures the callback.
configure(Configuration) - Method in class rs.baselib.security.DefaultPasswordCallback
Configure using the given configuration
configure(Configuration) - Method in class rs.baselib.security.GuiAuthorizationCallback
Configures the name callback.
configure(Configuration) - Method in class rs.baselib.security.PropertiesFileAuthorizationCallback
Configures the callback.
configure(Configuration) - Method in class rs.baselib.security.TextFileAuthorizationCallback
Configures the callback.
configure(Configuration) - Method in class rs.baselib.security.XmlFileAuthorizationCallback
Configures the callback.
configure(IConfigurable, Configuration) - Static method in class rs.baselib.configuration.ConfigurationUtils
Configure the object accordingly.
CONGO - Enum constant in enum class rs.baselib.type.Country
 
CONGO_THE_DEMOCRATIC_REPUBLIC_OF_THE - Enum constant in enum class rs.baselib.type.Country
 
containsKey(Object) - Method in interface rs.baselib.util.ICache
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class rs.baselib.util.SoftMapCache
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class rs.baselib.util.WeakMapCache
Returns true if this map contains a mapping for the specified key.
containsValue(Object) - Method in interface rs.baselib.util.ICache
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class rs.baselib.util.SoftMapCache
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class rs.baselib.util.WeakMapCache
Returns true if this map maps one or more keys to the specified value.
Continent - Enum Class in rs.baselib.type
All continents on this planet.
COOK_ISLANDS - Enum constant in enum class rs.baselib.type.Country
 
COSTA_RICA - Enum constant in enum class rs.baselib.type.Country
 
Country - Enum Class in rs.baselib.type
Countries on this planet.
COUNTRY - Static variable in class rs.baselib.type.Address
Property name of country
createCryptingDelegate() - Method in class rs.baselib.crypto.DefaultCryptingDelegateFactory
Creates and initializes the crypting delegate.
createMD5(byte[]) - Static method in class rs.baselib.crypto.EncryptionUtils
Creates an MD5 hash from the byte array.
createMD5(String) - Static method in class rs.baselib.crypto.EncryptionUtils
Creates an MD5 hash from the string.
createNode(AbstractPreferences, String) - Method in class rs.baselib.prefs.AbstractPreferences
Subclasses must implement this to return a new child node.
createNode(AbstractPreferences, String) - Method in class rs.baselib.prefs.Preferences
Subclasses must implement this to return a new child node.
createPropertiesBuilderParams(String) - Static method in class rs.baselib.configuration.ConfigurationUtils
Creates the basic Properties Builder parameters
createReadLock() - Method in class rs.baselib.prefs.AbstractPreferences
Creates the appropriate read lock object.
createReadLock() - Method in class rs.baselib.prefs.Preferences
Creates the appropriate read lock object.
createReadWriteLock() - Method in class rs.baselib.prefs.AbstractPreferencesService
Creates a new ReadWriteLock.
createRootNode() - Method in class rs.baselib.prefs.AbstractPreferencesService
Creates the root node.
createRootNode() - Method in class rs.baselib.prefs.PreferencesService
Creates the root node.
createWriteLock() - Method in class rs.baselib.prefs.AbstractPreferences
Creates the appropriate write lock object.
createWriteLock() - Method in class rs.baselib.prefs.Preferences
Creates the appropriate write lock object.
createXMLBuilderParams(String) - Static method in class rs.baselib.configuration.ConfigurationUtils
Creates the basic XML Builder parameters
CROATIA - Enum constant in enum class rs.baselib.type.Country
 
CronSchedule - Class in rs.baselib.util
Provides cron-like scheduling information.
CronSchedule() - Constructor for class rs.baselib.util.CronSchedule
Default constructor Constructor with all terms set to "*".
CronSchedule(String) - Constructor for class rs.baselib.util.CronSchedule
Constructor with cron-style string initialization.
CronSchedule(String, String, String, String, String) - Constructor for class rs.baselib.util.CronSchedule
Constructor with separate initialization values.
CronSchedule.AbstractTimeValue - Class in rs.baselib.util
Base class for timing values.
CronSchedule.NeverValue - Class in rs.baselib.util
Never matches any time.
CronSchedule.SingleTimeValue - Class in rs.baselib.util
Represents a single time value, e.g.
CronSchedule.TimeAll - Class in rs.baselib.util
Represents the ALL time, *.
CronSchedule.TimeRange - Class in rs.baselib.util
Represents a time range, e.g.
CronSchedule.TimeSteps - Class in rs.baselib.util
Represents a time interval, e.g.
crypt(byte[], Cipher) - Static method in class rs.baselib.crypto.EncryptionUtils
Transforms all bytes from the input array with a crypt alorithm and returns the transformed bytes.
crypt(byte[], Cipher, int) - Static method in class rs.baselib.crypto.EncryptionUtils
Transforms all bytes from the input array with a crypt alorithm and returns the transformed bytes.
crypt_raw(byte[], byte[], int, int[]) - Method in class rs.baselib.crypto.BCrypt
Perform the central password hashing step in the bcrypt scheme
CUBA - Enum constant in enum class rs.baselib.type.Country
 
CYPRUS - Enum constant in enum class rs.baselib.type.Country
 
CZECH_REPUBLIC - Enum constant in enum class rs.baselib.type.Country
 

D

DamerauLevenshteinDistance - Class in rs.baselib.util
DamerauLevenshteinDistance() - Constructor for class rs.baselib.util.DamerauLevenshteinDistance
 
DATA_SOURCE_NAME - Static variable in class rs.baselib.sql.HyperSqlFileJdbcConnectionProvider
The Data Source
DATA_SOURCE_NAME - Static variable in class rs.baselib.sql.HyperSqlServerJdbcConnectionProvider
The Data Source
DATA_SOURCE_NAME - Static variable in class rs.baselib.sql.MySql5JdbcConnectionProvider
The XA Data Source
DataSigner - Class in rs.baselib.crypto
The class for signing and verifying signatures.
DataSigner() - Constructor for class rs.baselib.crypto.DataSigner
Constructor.
DataSigner(KeyPair) - Constructor for class rs.baselib.crypto.DataSigner
Constructor from key pair.
DataSigner(PrivateKey) - Constructor for class rs.baselib.crypto.DataSigner
Constructor from private key.
DataSigner(PrivateKey, PublicKey) - Constructor for class rs.baselib.crypto.DataSigner
Constructor from key pair.
DataSigner(PublicKey) - Constructor for class rs.baselib.crypto.DataSigner
Constructor from public key.
DATE_FORMATTER() - Static method in class rs.baselib.util.CommonUtils
The formatter for dates (see DateFormat.SHORT).
DATE_TIME_FORMATTER() - Static method in class rs.baselib.util.CommonUtils
The formatter for dates incl.
DateTimePeriod - Class in rs.baselib.util
Deprecated.
- Use JavaTime interfaces instead
DateTimePeriod() - Constructor for class rs.baselib.util.DateTimePeriod
Deprecated.
Constructor.
DateTimePeriod(RsDate, long) - Constructor for class rs.baselib.util.DateTimePeriod
Deprecated.
Constructor.
DateTimePeriod(RsDate, RsDate) - Constructor for class rs.baselib.util.DateTimePeriod
Deprecated.
Constructor.
DateTimeUtils - Class in rs.baselib.util
Utils for date and time.
DateTimeUtils() - Constructor for class rs.baselib.util.DateTimeUtils
 
DB_DRIVER_CLASS_NAME - Static variable in class rs.baselib.sql.HyperSqlFileJdbcConnectionProvider
The driver class name
DB_DRIVER_CLASS_NAME - Static variable in class rs.baselib.sql.HyperSqlServerJdbcConnectionProvider
The driver class name
DB_DRIVER_CLASS_NAME - Static variable in class rs.baselib.sql.MySql5JdbcConnectionProvider
The driver class name
DEBUG - Enum constant in enum class rs.baselib.util.LogLevel
SLF4J Debug level.
debugObject(Object) - Static method in class rs.baselib.util.CommonUtils
Recursively debugs objects.
debugObject(StringBuffer, Object) - Static method in class rs.baselib.util.CommonUtils
Recursively debugs objects and adds this in the string buffer.
debugObject(StringBuilder, Object) - Static method in class rs.baselib.util.CommonUtils
Recursively debugs objects and adds this in the string builder.
debugStackTrace(Logger) - Static method in class rs.baselib.util.CommonUtils
Dumps the stacktrace in DEBUG mode.
decodeBase64(String) - Static method in class rs.baselib.crypto.EncryptionUtils
Decodes a BASE64 string into bytes.
decodeBase64PrivateKey(String) - Static method in class rs.baselib.crypto.EncryptionUtils
Decodes a private DSA key from the BASE64 representation.
decodeBase64PrivateKey(String, String) - Static method in class rs.baselib.crypto.EncryptionUtils
Decodes a private key from the BASE64 representation.
decodeBase64PublicKey(String) - Static method in class rs.baselib.crypto.EncryptionUtils
Decodes a public key (DSA) from the BASE64 representation.
decodeBase64PublicKey(String, String) - Static method in class rs.baselib.crypto.EncryptionUtils
Decodes a public key from the BASE64 representation.
decodeBase64ToString(String) - Static method in class rs.baselib.crypto.EncryptionUtils
Decodes a BASE64 string and generates the original string from the result.
decodeBase64ToString(String, Charset) - Static method in class rs.baselib.crypto.EncryptionUtils
Decodes a BASE64 string and generates the original string from the result.
decompress(byte[]) - Static method in class rs.baselib.util.CompressionUtils
Uncompresses a byte array
decrypt(byte[]) - Method in class rs.baselib.crypto.Decrypter
Decrypt a byte array
decrypt(byte[]) - Method in class rs.baselib.crypto.DefaultCryptingDelegate
Decrypts the given bytes.
decrypt(byte[]) - Method in interface rs.baselib.crypto.ICryptingDelegate
Decrypts the given bytes.
decrypt(String) - Method in class rs.baselib.crypto.Decrypter
Takes a single string as an argument and returns an decrypted version of that string.
Decrypter - Class in rs.baselib.crypto
The class for decrypting strings.
Decrypter(byte[], byte[], int) - Constructor for class rs.baselib.crypto.Decrypter
Constructor from bytephrase, salt and iteration spec.
Decrypter(char[]) - Constructor for class rs.baselib.crypto.Decrypter
Constructor from passphrase.
Decrypter(char[], byte[]) - Constructor for class rs.baselib.crypto.Decrypter
Constructor from passphrase.
Decrypter(String) - Constructor for class rs.baselib.crypto.Decrypter
Constructor from passphrase.
Decrypter(String, byte[]) - Constructor for class rs.baselib.crypto.Decrypter
Constructor from passphrase.
Decrypter(String, byte[], int) - Constructor for class rs.baselib.crypto.Decrypter
Constructor from passphrase, salt and iteration spec.
Decrypter(Key, String) - Constructor for class rs.baselib.crypto.Decrypter
Constructor from secret key.
Decrypter(Key, String, byte[], int) - Constructor for class rs.baselib.crypto.Decrypter
Constructor from secret key.
Decrypter(Key, String, AlgorithmParameterSpec) - Constructor for class rs.baselib.crypto.Decrypter
Constructor from secret key.
Decrypter(Cipher) - Constructor for class rs.baselib.crypto.Decrypter
Constructor from secret key.
DecryptionException - Exception in rs.baselib.crypto
Exception thrown from decryption process.
DecryptionException() - Constructor for exception rs.baselib.crypto.DecryptionException
Constructor.
DecryptionException(String) - Constructor for exception rs.baselib.crypto.DecryptionException
Constructor.
DecryptionException(String, Throwable) - Constructor for exception rs.baselib.crypto.DecryptionException
Constructor.
DecryptionException(Throwable) - Constructor for exception rs.baselib.crypto.DecryptionException
Constructor.
deepCopy() - Method in class rs.baselib.util.DateTimePeriod
Deprecated.
Returns a deep copy of this period.
DEFAULT_CONNECT_TIMEOUT - Static variable in class rs.baselib.util.CommonUtils
Default timeout for connecting to URLs (10sec)
DEFAULT_ITERATIONS - Static variable in class rs.baselib.crypto.EncryptionUtils
The default number of iterations to be executed when creating the encrypting algorithm.
DEFAULT_LOGIN_LABEL - Static variable in class rs.baselib.security.GuiAuthorizationCallback
The default label for the login name ("Login:").
DEFAULT_LOGIN_PROMPT - Static variable in class rs.baselib.security.CommandLineAuthorizationCallback
The default prompt for the login name ("Login: ").
DEFAULT_PASSWORD_LABEL - Static variable in class rs.baselib.security.GuiAuthorizationCallback
The default label for the password ("Password:").
DEFAULT_PASSWORD_PROMPT - Static variable in class rs.baselib.security.CommandLineAuthorizationCallback
The default prompt for the password ("Password: ").
DEFAULT_PORT - Static variable in class rs.baselib.sql.HyperSqlServerJdbcConnectionProvider
The default port
DEFAULT_PORT - Static variable in class rs.baselib.sql.MySql5JdbcConnectionProvider
The default port
DEFAULT_PROMPT - Static variable in class rs.baselib.security.GuiAuthorizationCallback
The default prompt text ("Please enter your Bugzilla login data!").
DEFAULT_READ_TIMEOUT - Static variable in class rs.baselib.util.CommonUtils
Default timeout for reading from URLs (20sec)
DEFAULT_SCALE - Static variable in class rs.baselib.type.MonetaryValue
The default scale to be used for monetary values
DEFAULT_SECRET_KEY_TYPE - Static variable in class rs.baselib.crypto.EncryptionUtils
The default secret key type to be generated from a password.
DEFAULT_TITLE - Static variable in class rs.baselib.security.GuiAuthorizationCallback
The default popup title ("Bugzilla Login").
DefaultAuthorizationCallback - Class in rs.baselib.security
Implements authorization information retrieval from configuration object.
DefaultAuthorizationCallback() - Constructor for class rs.baselib.security.DefaultAuthorizationCallback
Default Constructor.
DefaultAuthorizationCallback(String, String) - Constructor for class rs.baselib.security.DefaultAuthorizationCallback
Constructor.
DefaultComparator - Class in rs.baselib.util
Default comparator for objects.
DefaultComparator() - Constructor for class rs.baselib.util.DefaultComparator
Constructor.
DefaultCryptingDelegate - Class in rs.baselib.crypto
Implements basic crypting decrypting.
DefaultCryptingDelegate() - Constructor for class rs.baselib.crypto.DefaultCryptingDelegate
Constructor.
DefaultCryptingDelegateFactory - Class in rs.baselib.crypto
Creates a crypting delegator.
DefaultPasswordCallback - Class in rs.baselib.security
Returns the password given in configuration.
DefaultPasswordCallback() - Constructor for class rs.baselib.security.DefaultPasswordCallback
Constructor.
DENMARK - Enum constant in enum class rs.baselib.type.Country
 
detectRuntime() - Static method in class rs.baselib.util.EnvironmentRuntime
Detect runtime from environment variable RUNTIME_ENVIRONMENT or from system property runtime.environment.
DEV - Enum constant in enum class rs.baselib.util.Environment
Development
DIEGO_GARCIA - Enum constant in enum class rs.baselib.type.Country
 
DIRTY - Static variable in interface rs.baselib.util.IDirtyable
Property name
DISPLAY - Static variable in class rs.baselib.sql.HyperSqlFileJdbcConnectionProvider
The driver name
DISPLAY - Static variable in class rs.baselib.sql.HyperSqlServerJdbcConnectionProvider
The driver name
DISPLAY - Static variable in class rs.baselib.sql.MySql5JdbcConnectionProvider
The driver name
DistanceCalculation - Interface in rs.baselib.util
Can calculate the distance between two strings.
divide(double) - Method in class rs.baselib.type.MonetaryValue
Divides this object by another value.
divide(int) - Method in class rs.baselib.type.MonetaryValue
Divides this object by another value.
divide(long) - Method in class rs.baselib.type.MonetaryValue
Divides this object by another value.
divide(CharSequence) - Method in class rs.baselib.type.MonetaryValue
Divides this object by another value.
divide(BigDecimal) - Method in class rs.baselib.type.MonetaryValue
Divides this object by another value.
divide(BigInteger) - Method in class rs.baselib.type.MonetaryValue
Divides this object by another value.
divide(MonetaryValue) - Method in class rs.baselib.type.MonetaryValue
Divides this object by another value.
DJIBOUTI - Enum constant in enum class rs.baselib.type.Country
 
DOMINICA - Enum constant in enum class rs.baselib.type.Country
 
DOMINICAN_REPUBLIC - Enum constant in enum class rs.baselib.type.Country
 
DummyPasswordHasher - Class in rs.baselib.crypto
A dummy implementation that actually does not hash any password but uses the plain password.
DummyPasswordHasher() - Constructor for class rs.baselib.crypto.DummyPasswordHasher
Constructor.

E

ECUADOR - Enum constant in enum class rs.baselib.type.Country
 
EGYPT - Enum constant in enum class rs.baselib.type.Country
 
EL_SALVADOR - Enum constant in enum class rs.baselib.type.Country
 
encode(byte[], Charset) - Static method in class rs.baselib.php.PhpUnserializer
 
encodeBase64(byte[]) - Static method in class rs.baselib.crypto.EncryptionUtils
Encodes a byte array into its BASE64 representation.
encodeBase64(String) - Static method in class rs.baselib.crypto.EncryptionUtils
Encodes a string into its BASE64 representation.
encodeBase64(String, Charset) - Static method in class rs.baselib.crypto.EncryptionUtils
Encodes a string into its BASE64 representation.
encodeBase64(PrivateKey) - Static method in class rs.baselib.crypto.EncryptionUtils
Encodes the private key into BASE64 representation.
encodeBase64(PublicKey) - Static method in class rs.baselib.crypto.EncryptionUtils
Encodes the public key into BASE64 representation.
encodeBase64Pkcs8(PrivateKey) - Static method in class rs.baselib.crypto.EncryptionUtils
Encodes the private key into BASE64 PKCS8 representation.
encodeBase64X509(PublicKey) - Static method in class rs.baselib.crypto.EncryptionUtils
Encodes the public key into BASE64 X.509 representation.
encrypt(byte[]) - Method in class rs.baselib.crypto.DefaultCryptingDelegate
Encrypts the given bytes.
encrypt(byte[]) - Method in class rs.baselib.crypto.Encrypter
Encrypt a byte array
encrypt(byte[]) - Method in interface rs.baselib.crypto.ICryptingDelegate
Encrypts the given bytes.
encrypt(String) - Method in class rs.baselib.crypto.Encrypter
Takes a single String as an argument and returns an encrypted version of that string.
Encrypter - Class in rs.baselib.crypto
Class for encrypting strings.
Encrypter(byte[], byte[], int) - Constructor for class rs.baselib.crypto.Encrypter
Constructor from passphrase, salt and iteration spec.
Encrypter(char[]) - Constructor for class rs.baselib.crypto.Encrypter
Constructor from passphrase.
Encrypter(char[], byte[]) - Constructor for class rs.baselib.crypto.Encrypter
Constructor from passphrase.
Encrypter(String) - Constructor for class rs.baselib.crypto.Encrypter
Constructor from passphrase.
Encrypter(String, byte[]) - Constructor for class rs.baselib.crypto.Encrypter
Constructor from passphrase.
Encrypter(String, byte[], int) - Constructor for class rs.baselib.crypto.Encrypter
Constructor from passphrase, salt and iteration spec.
Encrypter(Key, String) - Constructor for class rs.baselib.crypto.Encrypter
Constructor from secret key.
Encrypter(Key, String, byte[], int) - Constructor for class rs.baselib.crypto.Encrypter
Constructor from secret key.
Encrypter(Key, String, AlgorithmParameterSpec) - Constructor for class rs.baselib.crypto.Encrypter
Constructor from secret key.
Encrypter(Cipher) - Constructor for class rs.baselib.crypto.Encrypter
Constructor from secret key.
EncryptionException - Exception in rs.baselib.crypto
Exception thrown from encryption process.
EncryptionException() - Constructor for exception rs.baselib.crypto.EncryptionException
Constructor.
EncryptionException(String) - Constructor for exception rs.baselib.crypto.EncryptionException
Constructor.
EncryptionException(String, Throwable) - Constructor for exception rs.baselib.crypto.EncryptionException
Constructor.
EncryptionException(Throwable) - Constructor for exception rs.baselib.crypto.EncryptionException
Constructor.
EncryptionUtils - Class in rs.baselib.crypto
Basic function for helping in encryption.
EncryptionUtils() - Constructor for class rs.baselib.crypto.EncryptionUtils
 
ENGLAND - Enum constant in enum class rs.baselib.type.Country
 
ensureBegin() - Method in class rs.baselib.util.RsDay
Deprecated.
Adjusts the time stamp to the start of the day.
ensureBegin() - Method in class rs.baselib.util.RsMonth
Deprecated.
Adjusts the time stamp to the start of the month.
ensureBegin() - Method in class rs.baselib.util.RsYear
Deprecated.
Adjusts the time stamp to the start of the year.
EnumerationBuilder<T extends Enum<T>> - Class in rs.baselib.test
Selects values from an enumeration (randomly).
EnumerationBuilder(Class<T>) - Constructor for class rs.baselib.test.EnumerationBuilder
Constructor.
Environment - Enum Class in rs.baselib.util
Selects the Environment.
EnvironmentRuntime - Class in rs.baselib.util
Keeps track of a runtime environment.
EnvironmentRuntime() - Constructor for class rs.baselib.util.EnvironmentRuntime
 
equals(Object) - Method in class rs.baselib.type.Address
equals(Object) - Method in class rs.baselib.type.MonetaryValue
equals(Object) - Method in class rs.baselib.util.CronSchedule
equals(Object) - Method in class rs.baselib.util.DateTimePeriod
Deprecated.
equals(Object) - Method in class rs.baselib.util.RsDay
Deprecated.
equals(Object) - Method in class rs.baselib.util.RsMonth
Deprecated.
equals(Object) - Method in class rs.baselib.util.RsYear
Deprecated.
equals(Object, Object) - Static method in class rs.baselib.util.CommonUtils
Checks for equality null-safe
EQUATORIAL_GUINEA - Enum constant in enum class rs.baselib.type.Country
 
ERITREA - Enum constant in enum class rs.baselib.type.Country
 
ERROR - Enum constant in enum class rs.baselib.util.LogLevel
SLF4J Error level.
errorStackTrace(Logger) - Static method in class rs.baselib.util.CommonUtils
Dumps the stacktrace in ERROR mode.
ESTONIA - Enum constant in enum class rs.baselib.type.Country
 
ETHIOPIA - Enum constant in enum class rs.baselib.type.Country
 
EUROPE - Enum constant in enum class rs.baselib.type.Continent
Europe
EUROPEAN_UNION - Enum constant in enum class rs.baselib.type.Country
 
ExtendedPasswordHasher - Interface in rs.baselib.crypto
Extends PasswordHasher by a method to detect responsibility.

F

FALKLAND_ISLANDS_MALVINAS - Enum constant in enum class rs.baselib.type.Country
 
FAROE_ISLANDS - Enum constant in enum class rs.baselib.type.Country
 
FIJI - Enum constant in enum class rs.baselib.type.Country
 
FileFinder - Class in rs.baselib.io
Utility to find a file on disk.
FileFinder() - Constructor for class rs.baselib.io.FileFinder
 
find(Class<?>, String) - Static method in class rs.baselib.io.FileFinder
Tries to find the file specified from filesystem or classpath.
find(Class<?>, String, boolean) - Static method in class rs.baselib.io.FileFinder
Tries to find the file or directory specified from filesystem or classpath.
find(String) - Static method in class rs.baselib.io.FileFinder
Tries to find the file specified from filesystem or classpath.
findDir(Class<?>, String) - Static method in class rs.baselib.io.FileFinder
Tries to find the directory specified from filesystem or classpath.
findDir(String) - Static method in class rs.baselib.io.FileFinder
Tries to find the directory specified from filesystem or classpath.
FINLAND - Enum constant in enum class rs.baselib.type.Country
 
firePropertyChange(PropertyChangeEvent) - Method in class rs.baselib.prefs.AbstractPreferences
Fires a change event.
firePropertyChange(String, Object, Object) - Method in class rs.baselib.prefs.AbstractPreferences
Fires an event if property changed.
flush() - Method in class rs.baselib.prefs.AbstractPreferences
Forces any changes in the contents of this node and its descendants to the persistent store.
flush() - Method in interface rs.baselib.prefs.IPreferences
Forces any changes in the contents of this node and its descendants to the persistent store.
flush(IPreferences) - Method in class rs.baselib.prefs.AbstractPreferencesService
Flushes any changes made in this node.
flush(IPreferences) - Method in interface rs.baselib.prefs.IPreferencesService
Flushes any changes made in this node.
FlushingThread() - Constructor for class rs.baselib.prefs.AbstractPreferencesService.FlushingThread
 
flushSystemPreferences(IPreferences, String) - Method in class rs.baselib.prefs.AbstractPreferencesService
Flushes the system preferences from the given node.
flushSystemPreferences(IPreferences, String) - Method in class rs.baselib.prefs.PreferencesService
Flushes the system preferences from the given node.
flushUserPreferences(IPreferences, String) - Method in class rs.baselib.prefs.AbstractPreferencesService
Flushes the user preferences from the given node.
flushUserPreferences(IPreferences, String) - Method in class rs.baselib.prefs.PreferencesService
Flushes the user preferences from the given node.
forName(String) - Static method in class rs.baselib.lang.LangUtils
Load a class by first checking the thread's class loader and then the caller's class loader.
forName(String, ClassLoader) - Static method in class rs.baselib.lang.LangUtils
Load a class by directly specifying a class loader.
FRANCE - Enum constant in enum class rs.baselib.type.Country
 
FRENCH_GUIANA - Enum constant in enum class rs.baselib.type.Country
 
FRENCH_POLYNESIA - Enum constant in enum class rs.baselib.type.Country
 
FRENCH_SOUTHERN_TERRITORIES - Enum constant in enum class rs.baselib.type.Country
 
from(ZonedDateTime) - Static method in class rs.baselib.util.RsDate
Deprecated.
Returns a date object for the given timestamp.
from(ZonedDateTime) - Static method in class rs.baselib.util.RsDay
Deprecated.
Returns a day object for the given timestamp.
from(ZonedDateTime) - Static method in class rs.baselib.util.RsMonth
Deprecated.
Returns a month object for the given timestamp.
from(ZonedDateTime) - Static method in class rs.baselib.util.RsYear
Deprecated.
Returns a year object for the given timestamp.

G

GABON - Enum constant in enum class rs.baselib.type.Country
 
GAMBIA - Enum constant in enum class rs.baselib.type.Country
 
generateKey() - Static method in class rs.baselib.crypto.EncryptionUtils
Generates a 512 byte RSA key pair.
generateKey(byte[]) - Static method in class rs.baselib.crypto.EncryptionUtils
Generates a public/private key pair.
generateKey(int) - Static method in class rs.baselib.crypto.EncryptionUtils
Generates a RSA key pair of given size
generateKey(String) - Static method in class rs.baselib.crypto.EncryptionUtils
Generates a public/private key pair.
generateKey(String, int) - Static method in class rs.baselib.crypto.EncryptionUtils
Generates a key pair.
generateKey(String, Charset) - Static method in class rs.baselib.crypto.EncryptionUtils
Generates a public/private key pair.
generateKeyPair(String) - Static method in class rs.baselib.crypto.KeyGen
Main method for encryption on command line.
generateParamSpec() - Static method in class rs.baselib.crypto.EncryptionUtils
Creates a PBE Parameter specification randomly.
generateParamSpec(byte[], int) - Static method in class rs.baselib.crypto.EncryptionUtils
Creates a PBE Parameter Spec for encryption algorithm.
generatePassword() - Static method in class rs.baselib.crypto.EncryptionUtils
Creates a random password.
generatePassword(int) - Static method in class rs.baselib.crypto.EncryptionUtils
Creates a random password.
generatePassword(String) - Static method in class rs.baselib.crypto.EncryptionUtils
Creates a random password.
generatePassword(String, long, int) - Static method in class rs.baselib.crypto.EncryptionUtils
Creates a random password.
generateRandomBytes(long, int) - Static method in class rs.baselib.crypto.EncryptionUtils
Generate a random array of bytes
generateRandomString() - Static method in class rs.baselib.util.CommonUtils
Generates a random string of length 10 with CommonUtils.ALPHA_NUM_SPECIAL_CHARS.
generateRandomString(int) - Static method in class rs.baselib.util.CommonUtils
Generates a random string with CommonUtils.ALPHA_NUM_SPECIAL_CHARS.
generateRandomString(String) - Static method in class rs.baselib.util.CommonUtils
Generates a random string of length 10.
generateRandomString(String, int) - Static method in class rs.baselib.util.CommonUtils
Generates a random string.
generateSalt() - Static method in class rs.baselib.crypto.EncryptionUtils
Creates a random salt array.
generateSalt(long) - Static method in class rs.baselib.crypto.EncryptionUtils
Creates a random salt array.
gensalt() - Static method in class rs.baselib.crypto.BCrypt
Generate a salt for use with the BCrypt.hashpw() method, selecting a reasonable default for the number of hashing rounds to apply
gensalt(int) - Static method in class rs.baselib.crypto.BCrypt
Generate a salt for use with the BCrypt.hashpw() method
gensalt(int, SecureRandom) - Static method in class rs.baselib.crypto.BCrypt
Generate a salt for use with the BCrypt.hashpw() method
GEORGIA - Enum constant in enum class rs.baselib.type.Country
 
GERMANY - Enum constant in enum class rs.baselib.type.Country
 
get() - Method in class rs.baselib.util.AdvancedThreadLocal
Returns the value in the current thread's copy of this thread-local variable.
get(int) - Method in class rs.baselib.util.CronSchedule
Returns the cron-like definition string for the given time value
get(long) - Static method in class rs.baselib.util.RsDate
Deprecated.
Create a date of given timestamp or null.
get(Object) - Method in interface rs.baselib.util.ICache
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Object) - Method in class rs.baselib.util.SoftMapCache
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Object) - Method in class rs.baselib.util.WeakMapCache
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(String, String) - Method in class rs.baselib.prefs.AbstractPreferences
Returns the value associated with the specified key in this node.
get(String, String) - Method in interface rs.baselib.prefs.IPreferences
Returns the value associated with the specified key in this node.
get(Timestamp) - Static method in class rs.baselib.util.RsDate
Deprecated.
Create a date of given timestamp or null.
get(Date) - Static method in class rs.baselib.util.RsDate
Deprecated.
Create a date of given timestamp or null.
getAdditionalArgument(int, String) - Method in class rs.baselib.sql.AbstractJdbcConnectionProvider
Returns the additional argument to be used for URL construction.
getAdditionalArgument(int, String) - Method in interface rs.baselib.sql.IJdbcConnectionProvider2
Returns the additional argument to be used for URL construction.
getAdditionalArgumentCount() - Method in class rs.baselib.sql.AbstractJdbcConnectionProvider
Returns the number of additional arguments this provider knows about.
getAdditionalArgumentCount() - Method in interface rs.baselib.sql.IJdbcConnectionProvider2
Returns the number of additional arguments this provider knows about.
getAdditionalArgumentName(int) - Method in class rs.baselib.sql.AbstractJdbcConnectionProvider
Returns the name of the additional argument.
getAdditionalArgumentName(int) - Method in interface rs.baselib.sql.IJdbcConnectionProvider2
Returns the name of the additional argument.
getAdditionalArgumentNames() - Method in class rs.baselib.sql.AbstractJdbcConnectionProvider
Returns the names of additional arguments.
getAdditionalArgumentNames() - Method in interface rs.baselib.sql.IJdbcConnectionProvider2
Returns the names of additional arguments.
getAlgorithm() - Method in class rs.baselib.crypto.Decrypter
Returns the algorithm.
getAlgorithm() - Method in class rs.baselib.crypto.DefaultCryptingDelegateFactory
Returns the algorithm.
getAlgorithm() - Method in class rs.baselib.crypto.Encrypter
Returns the algorithm.
getAlgorithm() - Method in interface rs.baselib.crypto.ICryptingDelegateFactory
Returns the algorithm.
getAlgorithmParameterSpec() - Method in class rs.baselib.crypto.Decrypter
Returns the algorithmParameterSpec.
getAlgorithmParameterSpec() - Method in class rs.baselib.crypto.Encrypter
Returns the algorithmParameterSpec.
getAmount() - Method in class rs.baselib.type.MonetaryValue
Returns the amount.
getApplicationName(IPreferences) - Method in class rs.baselib.prefs.AbstractPreferencesService
Returns the application name of the given node.
getApplicationNode(IPreferences) - Method in class rs.baselib.prefs.AbstractPreferencesService
Returns the application node rom the given node
getApplicationPreferences(String) - Method in class rs.baselib.prefs.AbstractPreferencesService
Returns the application preferences.
getBeanProperty() - Method in class rs.baselib.util.BeanValueProvider
Returns the beanProperty.
getBegin() - Method in class rs.baselib.util.RsDay
Deprecated.
Returns the begin of this day.
getBegin() - Method in class rs.baselib.util.RsMonth
Deprecated.
Returns the begin of this month.
getBegin() - Method in class rs.baselib.util.RsYear
Deprecated.
Returns the begin of this year.
getBigDecimal(Object) - Static method in class rs.baselib.lang.LangUtils
Converts the object to a BigDecimal.
getBigDecimal(Object, BigDecimal) - Static method in class rs.baselib.lang.LangUtils
Converts the object to a BigDecimal.
getBigInteger() - Method in class rs.baselib.type.MonetaryValue
Returns this value as BigInteger.
getBoolean(Object) - Static method in class rs.baselib.lang.LangUtils
Converts the object to a boolean.
getBoolean(String, boolean) - Method in class rs.baselib.prefs.AbstractPreferences
Returns the boolean value represented by the String object associated with the specified key in this node.
getBoolean(String, boolean) - Method in interface rs.baselib.prefs.IPreferences
Returns the boolean value represented by the String object associated with the specified key in this node.
getByteArray(String, byte[]) - Method in class rs.baselib.prefs.AbstractPreferences
Returns the byte[] value represented by the String object associated with the specified key in this node.
getByteArray(String, byte[]) - Method in interface rs.baselib.prefs.IPreferences
Returns the byte[] value represented by the String object associated with the specified key in this node.
getByteSignature(byte[]) - Method in class rs.baselib.crypto.DataSigner
Creates a signature for the given bytes.
getByteSignature(InputStream) - Method in class rs.baselib.crypto.DataSigner
Creates a signature for the given stream.
getByteSignature(Reader) - Method in class rs.baselib.crypto.DataSigner
Creates a signature for the given stream.
getByteSignature(String) - Method in class rs.baselib.crypto.DataSigner
Creates a signature for the given string.
getCalendar(long) - Method in class rs.baselib.util.CronSchedule
Creates the calendar for a timestamp.
getCapital() - Method in enum class rs.baselib.type.Country
Returns the capital of this country.
getCity() - Method in class rs.baselib.type.Address
Returns the Address.city.
getClass(Type) - Static method in class rs.baselib.lang.LangUtils
getClass(Type) - Static method in class rs.baselib.lang.ReflectionUtils
Get the underlying class for a type, or null if the type is a variable type.
getComparator() - Method in class rs.baselib.util.BeanComparator
Returns the comparator used to compare the values.
getConfiguration() - Method in class rs.baselib.crypto.DefaultCryptingDelegateFactory
Returns the configuration.
getConnection(String, String, String, String, String, String...) - Method in class rs.baselib.sql.AbstractJdbcConnectionProvider
Provide and open the connection for the given arguments.
getConnection(String, String, String, String, String, String...) - Method in interface rs.baselib.sql.IJdbcConnectionProvider
Provide and open the connection for the given arguments.
getConnectTimeout() - Static method in class rs.baselib.util.CommonUtils
Returns the URL connect timeout.
getContinent() - Method in enum class rs.baselib.type.Country
Returns the continent this country is situated in.
getCountry() - Method in class rs.baselib.type.Address
Returns the Address.country.
getCronString() - Method in class rs.baselib.util.CronSchedule
Returns the cron-like definition of the schedule.
getCryptingDelegate() - Method in class rs.baselib.crypto.DefaultCryptingDelegateFactory
Returns a crypting delegate.
getCryptingDelegate() - Method in interface rs.baselib.crypto.ICryptingDelegateFactory
Returns a crypting delegate.
getCurrency() - Method in class rs.baselib.type.MonetaryValue
Returns the currency.
getDataSource() - Method in class rs.baselib.sql.AbstractJdbcConnectionProvider
Returns the name of the DataSource.
getDataSource() - Method in interface rs.baselib.sql.IDataSourceProvider
Returns the name of the DataSource.
getDate(Object) - Static method in class rs.baselib.lang.LangUtils
Converts the object to a Date.
getDate(Object, DateFormat) - Static method in class rs.baselib.lang.LangUtils
Converts the object to a date.
getDate(Object, DateFormat[]) - Static method in class rs.baselib.lang.LangUtils
Returns the date using the first DateFormat that produces a result.
getDate(Object, DateFormat[], Date) - Static method in class rs.baselib.lang.LangUtils
Returns the date using the first DateFormat that produces a result.
getDate(Object, DateFormat, Date) - Static method in class rs.baselib.lang.LangUtils
Converts the object to a date.
getDate(Object, DateFormat, Date, boolean) - Static method in class rs.baselib.lang.LangUtils
Converts the object to a date.
getDay() - Method in class rs.baselib.util.RsDate
Deprecated.
Returns the day object for this date.
getDay(String) - Static method in class rs.baselib.util.RsDay
Deprecated.
Returns a day object for the given key.
getDbDriverClassName() - Method in class rs.baselib.sql.AbstractJdbcConnectionProvider
Returns the class name of the database driver.
getDbDriverClassName() - Method in interface rs.baselib.sql.IJdbcConnectionProvider
Returns the class name of the database driver.
getDbLogin(String) - Method in class rs.baselib.sql.AbstractJdbcConnectionProvider
Returns the DB login argument to be used for URL construction.
getDbLogin(String) - Method in interface rs.baselib.sql.IJdbcConnectionProvider2
Returns the DB login argument to be used for URL construction.
getDbName(String) - Method in class rs.baselib.sql.AbstractJdbcConnectionProvider
Returns the DB name argument to be used for URL construction.
getDbName(String) - Method in interface rs.baselib.sql.IJdbcConnectionProvider2
Returns the DB name argument to be used for URL construction.
getDbPassword(String) - Method in class rs.baselib.sql.AbstractJdbcConnectionProvider
Returns the DB password argument to be used for URL construction.
getDbPassword(String) - Method in interface rs.baselib.sql.IJdbcConnectionProvider2
Returns the DB password argument to be used for URL construction.
getDefaultAdditionalArgument(int) - Method in class rs.baselib.sql.AbstractJdbcConnectionProvider
Returns the default additional argument to be used when it is disabled or actual value is empty.
getDefaultAdditionalArgument(int) - Method in interface rs.baselib.sql.IJdbcConnectionProvider2
Returns the default additional argument to be used when it is disabled or actual value is empty.
getDefaultDbLogin() - Method in class rs.baselib.sql.AbstractJdbcConnectionProvider
Returns the default DB login argument to be used when DB login argument is disabled or actual value is empty.
getDefaultDbLogin() - Method in interface rs.baselib.sql.IJdbcConnectionProvider2
Returns the default DB login argument to be used when DB login argument is disabled or actual value is empty.
getDefaultDbName() - Method in class rs.baselib.sql.AbstractJdbcConnectionProvider
Returns the default DB name argument to be used when DB name argument is disabled or actual value is empty.
getDefaultDbName() - Method in interface rs.baselib.sql.IJdbcConnectionProvider2
Returns the default DB name argument to be used when DB name argument is disabled or actual value is empty.
getDefaultDbPassword() - Method in class rs.baselib.sql.AbstractJdbcConnectionProvider
Returns the default DB password argument to be used when DB password argument is disabled or actual value is empty.
getDefaultDbPassword() - Method in interface rs.baselib.sql.IJdbcConnectionProvider2
Returns the default DB password argument to be used when DB password argument is disabled or actual value is empty.
getDefaultHost() - Method in class rs.baselib.sql.AbstractJdbcConnectionProvider
Returns the default host argument to be used when host argument is disabled or actual value is empty.
getDefaultHost() - Method in interface rs.baselib.sql.IJdbcConnectionProvider2
Returns the default host argument to be used when host argument is disabled or actual value is empty.
getDefaultPasswordHasher() - Method in class rs.baselib.crypto.CombinedPasswordHasher
Returns the default password hasher, that is the hasher used for hashing passwords.
getDefaultPort() - Method in class rs.baselib.sql.AbstractJdbcConnectionProvider
Returns the default port argument to be used when port argument is disabled or actual value is empty.
getDefaultPort() - Method in interface rs.baselib.sql.IJdbcConnectionProvider2
Returns the default port argument to be used when port argument is disabled or actual value is empty.
getDelegateClassName() - Method in class rs.baselib.crypto.DefaultCryptingDelegateFactory
Returns the name of the delegate class.
getDirectories() - Static method in class rs.baselib.lang.ResourceList
Returns all directories found.
getDisplay() - Method in class rs.baselib.sql.AbstractJdbcConnectionProvider
Returns the display.
getDistance(String, String) - Method in class rs.baselib.util.DamerauLevenshteinDistance
Return the distance according to the algorithm used.
getDistance(String, String) - Method in interface rs.baselib.util.DistanceCalculation
Return the distance according to the algorithm used.
getDistance(String, String) - Method in class rs.baselib.util.HammingDistance
Return the distance according to the algorithm used.
getDistance(String, String) - Method in class rs.baselib.util.LevenshteinDistance
Return the distance according to the algorithm used.
getDouble() - Method in class rs.baselib.type.MonetaryValue
Returns this value as a double.
getDouble(Object) - Static method in class rs.baselib.lang.LangUtils
Converts the object to a double.
getDouble(Object, double) - Static method in class rs.baselib.lang.LangUtils
Converts the object to a double.
getDouble(String, double) - Method in class rs.baselib.prefs.AbstractPreferences
Returns the double value represented by the String object associated with the specified key in this node.
getDouble(String, double) - Method in interface rs.baselib.prefs.IPreferences
Returns the double value represented by the String object associated with the specified key in this node.
getDriverParameter(String) - Method in class rs.baselib.sql.AbstractJdbcConnectionProvider
Returns the value of th edriver parameter.
getDriverParameter(String) - Method in interface rs.baselib.sql.IJdbcConnectionProvider2
Returns the value of th edriver parameter.
getDriverParameterCount() - Method in class rs.baselib.sql.AbstractJdbcConnectionProvider
Returns the number of additional driver parameters.
getDriverParameterCount() - Method in interface rs.baselib.sql.IJdbcConnectionProvider2
Returns the number of additional driver parameters.
getDriverParametersString() - Method in class rs.baselib.sql.AbstractJdbcConnectionProvider
Returns the URL driver parameter string to be used in url.
getDriverParametersString() - Method in interface rs.baselib.sql.IJdbcConnectionProvider2
Returns the URL driver parameter string to be used in url.
getDriverUrl(String, String, String, String, String, String...) - Method in class rs.baselib.sql.AbstractJdbcConnectionProvider
Constructs the driver's URL from the arguments.
getDriverUrl(String, String, String, String, String, String...) - Method in interface rs.baselib.sql.IJdbcConnectionProvider
Constructs the driver's URL from the arguments.
getDuration() - Method in class rs.baselib.util.DateTimePeriod
Deprecated.
Returns the time in ms of this period or -1 if infinite.
getEnd() - Method in class rs.baselib.util.RsDay
Deprecated.
Returns the end of this day.
getEnd() - Method in class rs.baselib.util.RsMonth
Deprecated.
Returns the end of this month.
getEnd() - Method in class rs.baselib.util.RsYear
Deprecated.
Returns the end of this year.
getEndOfDay(ZonedDateTime) - Static method in class rs.baselib.util.DateTimeUtils
Returns the timestamp at the start of the day (23:59:59.999).
getEndValue() - Method in class rs.baselib.util.CronSchedule.TimeRange
 
getEntries() - Method in class rs.baselib.util.AdvancedThreadLocal
Returns the current values of this set.
getFile() - Method in class rs.baselib.lang.JarDescriptor
Returns the file.
getFloat() - Method in class rs.baselib.type.MonetaryValue
Returns this value as a float.
getFloat(Object) - Static method in class rs.baselib.lang.LangUtils
Converts the object to a float.
getFloat(Object, float) - Static method in class rs.baselib.lang.LangUtils
Converts the object to a float.
getFloat(String, float) - Method in class rs.baselib.prefs.AbstractPreferences
Returns the float value represented by the String object associated with the specified key in this node.
getFloat(String, float) - Method in interface rs.baselib.prefs.IPreferences
Returns the float value represented by the String object associated with the specified key in this node.
getFrom() - Method in class rs.baselib.util.DateTimePeriod
Deprecated.
Returns the from.
getHibernateDialect() - Method in class rs.baselib.sql.AbstractJdbcConnectionProvider
Returns the dialect to be used by Hibernate.
getHibernateDialect() - Method in interface rs.baselib.sql.IHibernateDialectProvider
Returns the dialect to be used by Hibernate.
getHost(String) - Method in class rs.baselib.sql.AbstractJdbcConnectionProvider
Returns the host argument to be used for URL construction.
getHost(String) - Method in interface rs.baselib.sql.IJdbcConnectionProvider2
Returns the host argument to be used for URL construction.
getId() - Method in interface rs.baselib.type.IIdObject
Returns the ID.
getIdc() - Method in enum class rs.baselib.type.Country
Returns the international dial code.
getIndex(int) - Static method in class rs.baselib.util.CronSchedule
Returns the index for the specified Calendar type.
getInputStream(File) - Method in class rs.baselib.prefs.PreferencesService
Returns an input stream that can be safely read.
getInstance() - Static method in class rs.baselib.crypto.DefaultCryptingDelegateFactory
Returns the crypting delegate factory.
getInt() - Method in class rs.baselib.type.MonetaryValue
Returns this value as int.
getInt(Object) - Static method in class rs.baselib.lang.LangUtils
Converts the object to an int.
getInt(Object, int) - Static method in class rs.baselib.lang.LangUtils
Converts the object to an int.
getInt(String, int) - Method in class rs.baselib.prefs.AbstractPreferences
Returns the int value represented by the String object associated with the specified key in this node.
getInt(String, int) - Method in interface rs.baselib.prefs.IPreferences
Returns the int value represented by the String object associated with the specified key in this node.
getIntKey() - Method in class rs.baselib.util.RsYear
Deprecated.
Returns the key of this year.
getIso2Code() - Method in enum class rs.baselib.type.Country
Returns the ISO 2 country code.
getIso3Code() - Method in enum class rs.baselib.type.Country
Returns the ISO 3 country code.
getIso3DigitCode() - Method in enum class rs.baselib.type.Country
Returns the iso3DigitCode.
getJarFile() - Method in class rs.baselib.lang.JarDescriptor
Returns the jarFile.
getJars() - Static method in class rs.baselib.lang.ResourceList
Returns all JAR files found.
getKey() - Method in class rs.baselib.util.RsDay
Deprecated.
Returns the key of this day.
getKey() - Method in class rs.baselib.util.RsMonth
Deprecated.
Returns the key of this month.
getKey() - Method in class rs.baselib.util.RsYear
Deprecated.
Returns the key of this year.
getKeyAlias() - Method in class rs.baselib.crypto.DefaultCryptingDelegateFactory
Returns the public key alias in key store.
getKeyPair() - Method in class rs.baselib.crypto.DefaultCryptingDelegateFactory
Returns the keyPair.
getKeyPair() - Method in interface rs.baselib.crypto.ICryptingDelegateFactory
Returns the key.
getKeyPairGenerators() - Static method in class rs.baselib.crypto.EncryptionUtils
Returns all security providers.
getKeyPassword() - Method in class rs.baselib.crypto.DefaultCryptingDelegateFactory
Return the public key password
getKeySalt() - Method in class rs.baselib.crypto.DefaultCryptingDelegateFactory
Return the public key salt.
getKeySpec(Key) - Static method in class rs.baselib.crypto.EncryptionUtils
Creates a key specification.
getKeyStore() - Method in class rs.baselib.crypto.DefaultCryptingDelegateFactory
Returns the key store.
getKeyStore(InputStream, char[]) - Static method in class rs.baselib.crypto.EncryptionUtils
Load the default keystore type.
getKeyStore(String, char[]) - Static method in class rs.baselib.crypto.EncryptionUtils
Load the default keystore type.
getKeyStore(String, InputStream, char[]) - Static method in class rs.baselib.crypto.EncryptionUtils
Load the given keystore.
getKeyStore(String, String, char[]) - Static method in class rs.baselib.crypto.EncryptionUtils
Load the default keystore type.
getKeyStoreConfig() - Method in class rs.baselib.crypto.DefaultCryptingDelegateFactory
Returns the configuration for the keystore.
getKeyStorePassword() - Method in class rs.baselib.crypto.DefaultCryptingDelegateFactory
Return the key store password
getKeyStorePath() - Method in class rs.baselib.crypto.DefaultCryptingDelegateFactory
Returns the key store path.
getKeyStoreType() - Method in class rs.baselib.crypto.DefaultCryptingDelegateFactory
Returns the key store path.
getLocale(String) - Static method in class rs.baselib.lang.LangUtils
Returns the locale with the id.
getLocale(String, Locale) - Static method in class rs.baselib.lang.LangUtils
Returns the locale with the id.
getLockNode(IPreferences) - Method in class rs.baselib.prefs.AbstractPreferencesService
Returns the node where locks will be placed upon.
getLoginLabel() - Method in class rs.baselib.security.GuiAuthorizationCallback
Returns the login label text.
getLoginPrompt() - Method in class rs.baselib.security.CommandLineAuthorizationCallback
Returns the login prompt text.
getLong() - Method in class rs.baselib.type.MonetaryValue
Returns this value as a long.
getLong(Object) - Static method in class rs.baselib.lang.LangUtils
Converts the object to a long.
getLong(Object, long) - Static method in class rs.baselib.lang.LangUtils
Converts the object to a long.
getLong(String, long) - Method in class rs.baselib.prefs.AbstractPreferences
Returns the long value represented by the String object associated with the specified key in this node.
getLong(String, long) - Method in interface rs.baselib.prefs.IPreferences
Returns the long value represented by the String object associated with the specified key in this node.
getManifest() - Method in class rs.baselib.lang.JarDescriptor
Returns the manifest.
getManifests() - Static method in class rs.baselib.lang.ResourceList
Returns all manifest files found.
getMathContext() - Method in class rs.baselib.type.MonetaryValue
Returns the MathContext.
getMatrix(String, String) - Method in class rs.baselib.util.DamerauLevenshteinDistance
 
getMonth() - Method in class rs.baselib.util.RsDate
Deprecated.
Returns the month object for this date.
getMonth(String) - Static method in class rs.baselib.util.RsMonth
Deprecated.
Returns a month object for the given key.
getName() - Method in class rs.baselib.security.AbstractAuthorizationCallback
Returns the login name.
getName() - Method in interface rs.baselib.security.AuthorizationCallback
Returns the login name.
getName() - Method in class rs.baselib.security.CommandLineAuthorizationCallback
Asks the user on command line for name if no default name was set.
getName() - Method in class rs.baselib.security.GuiAuthorizationCallback
Shows the popup if not done before and asks the user for credentials.
getNext() - Method in class rs.baselib.util.RsDay
Deprecated.
Returns the next day.
getNext() - Method in class rs.baselib.util.RsMonth
Deprecated.
Returns the next month.
getNext() - Method in class rs.baselib.util.RsYear
Deprecated.
Returns the next year.
getNext(int) - Method in class rs.baselib.util.RsDay
Deprecated.
Returns the n-th day after this day.
getNext(int) - Method in class rs.baselib.util.RsMonth
Deprecated.
Returns the n-th next month.
getNext(int) - Method in class rs.baselib.util.RsYear
Deprecated.
Returns the n-th next year.
getNullValue() - Method in class rs.baselib.util.BeanValueProvider
Returns the nullValue.
getNumberEndPosition(String, int) - Static method in class rs.baselib.php.PhpUnserializer
 
getOS() - Static method in class rs.baselib.util.CommonUtils
Returns the OS name.
getOutputStream(File) - Method in class rs.baselib.prefs.PreferencesService
Returns an output stream that can be written to.
getParam(HierarchicalConfiguration<ImmutableNode>, String) - Static method in class rs.baselib.configuration.ConfigurationUtils
Returns the config parameter with given value for attribute name.
getParam(SubnodeConfiguration, String) - Static method in class rs.baselib.configuration.ConfigurationUtils
Returns the config parameter with given value for attribute name.
getParamSpec() - Method in class rs.baselib.crypto.DefaultCryptingDelegateFactory
Returns the paramSpec.
getParamSpec() - Method in interface rs.baselib.crypto.ICryptingDelegateFactory
Returns the paramSpec.
getPassphrase() - Method in class rs.baselib.crypto.DefaultCryptingDelegateFactory
Alternatively provide a passphrase for encryption usage.
getPassphrase() - Method in interface rs.baselib.crypto.ICryptingDelegateFactory
Alternatively provide a passphrase for encryption usage.
getPassword() - Method in class rs.baselib.security.AbstractAuthorizationCallback
Returns the password.
getPassword() - Method in interface rs.baselib.security.AuthorizationCallback
Returns the password.
getPassword() - Method in class rs.baselib.security.CommandLineAuthorizationCallback
Asks the user on command line for a password.
getPassword() - Method in class rs.baselib.security.DefaultPasswordCallback
Delivers the password.
getPassword() - Method in class rs.baselib.security.GuiAuthorizationCallback
Shows the popup if not done before and asks the user for credentials.
getPassword() - Method in interface rs.baselib.security.IPasswordCallback
Delivers the password.
getPassword(String) - Method in class rs.baselib.crypto.DefaultCryptingDelegateFactory
Asks the respective callback to deliver a password.
getPasswordCallback(String) - Method in class rs.baselib.crypto.DefaultCryptingDelegateFactory
Returns a callback for the given type.
getPasswordCallbackConfig(String) - Method in class rs.baselib.crypto.DefaultCryptingDelegateFactory
Returns the configuration for the password callback.
getPasswordHash(String) - Method in class rs.baselib.crypto.BlowfishPasswordHasher
Returns a hash of the given plain password.
getPasswordHash(String) - Method in class rs.baselib.crypto.CombinedPasswordHasher
Returns a hash of the given plain password.
getPasswordHash(String) - Method in class rs.baselib.crypto.DummyPasswordHasher
Returns a hash of the given plain password.
getPasswordHash(String) - Method in class rs.baselib.crypto.Md5PasswordHasher
Returns a hash of the given plain password.
getPasswordHash(String) - Method in interface rs.baselib.crypto.PasswordHasher
Returns a hash of the given plain password.
getPasswordHash(String) - Method in class rs.baselib.crypto.PhpPasswordHasher
Returns a hash of the given plain password.
getPasswordHash(String) - Method in class rs.baselib.crypto.Sha256PasswordHasher
Returns a hash of the given plain password.
getPasswordHash(String) - Method in class rs.baselib.crypto.Sha512PasswordHasher
Returns a hash of the given plain password.
getPasswordHashers() - Method in class rs.baselib.crypto.CombinedPasswordHasher
Returns the password hashers used.
getPasswordLabel() - Method in class rs.baselib.security.GuiAuthorizationCallback
Returns the password label text.
getPasswordPrompt() - Method in class rs.baselib.security.CommandLineAuthorizationCallback
Returns the password prompt text.
getPort(String) - Method in class rs.baselib.sql.AbstractJdbcConnectionProvider
Returns the port argument to be used for URL construction.
getPort(String) - Method in interface rs.baselib.sql.IJdbcConnectionProvider2
Returns the port argument to be used for URL construction.
getPreferencesService() - Method in class rs.baselib.prefs.AbstractPreferences
Returns the preferences service.
getPreferencesService() - Method in class rs.baselib.prefs.Preferences
Returns the preferences service.
getPrevious() - Method in class rs.baselib.util.RsDay
Deprecated.
Returns the previous day.
getPrevious() - Method in class rs.baselib.util.RsMonth
Deprecated.
Returns the previous month.
getPrevious() - Method in class rs.baselib.util.RsYear
Deprecated.
Returns the previous year.
getPrevious(int) - Method in class rs.baselib.util.RsDay
Deprecated.
Returns the n-th day before this day.
getPrevious(int) - Method in class rs.baselib.util.RsMonth
Deprecated.
Returns the n-th previous month.
getPrevious(int) - Method in class rs.baselib.util.RsYear
Deprecated.
Returns the n-th previous year.
getPrivateKey() - Method in class rs.baselib.crypto.DataSigner
Returns the privateKey.
getPrompt() - Method in class rs.baselib.security.GuiAuthorizationCallback
Returns the prompt text.
getPropertiesConfiguration(File) - Static method in class rs.baselib.configuration.ConfigurationUtils
Create a Properties configuration object with UTF-8.
getPropertiesConfiguration(File, String) - Static method in class rs.baselib.configuration.ConfigurationUtils
Create a Properties configuration object.
getPropertiesConfiguration(URL) - Static method in class rs.baselib.configuration.ConfigurationUtils
Create a Properties configuration object with UTF-8.
getPropertiesConfiguration(URL, String) - Static method in class rs.baselib.configuration.ConfigurationUtils
Create a Properties configuration object.
getPropertiesConfiguration(PropertiesBuilderParameters) - Static method in class rs.baselib.configuration.ConfigurationUtils
Creates the Properties configuration object based on the given parameters.
getPublicKey() - Method in class rs.baselib.crypto.DataSigner
Returns the publicKey.
getRange() - Method in class rs.baselib.util.CronSchedule.TimeSteps
 
getReadLock() - Method in class rs.baselib.prefs.AbstractPreferences
Returns the readLock.
getReadLock(IPreferences) - Method in class rs.baselib.prefs.AbstractPreferencesService
Returns the read lock object for the given node.
getReadLock(IPreferences) - Method in interface rs.baselib.prefs.IPreferencesService
Returns the read lock object for the given node.
getReadTimeout() - Static method in class rs.baselib.util.CommonUtils
Returns the URL read timeout.
getReadWriteLock(IPreferences) - Method in class rs.baselib.prefs.AbstractPreferencesService
Returns the correct lock for the given node.
getResources(Pattern) - Static method in class rs.baselib.lang.ResourceList
for all elements of java.class.path get a Collection of resources Pattern pattern = Pattern.compile(".*"); gets all resources
getRootNode() - Method in class rs.baselib.prefs.AbstractPreferences
Returns the root node of this node.
getRoundingMode() - Method in class rs.baselib.type.MonetaryValue
Returns the rounding mode.
getRsDate(Object) - Static method in class rs.baselib.lang.LangUtils
Deprecated.
- Use JavaTime interfaces instead
getRsDate(Object, DateFormat) - Static method in class rs.baselib.lang.LangUtils
Deprecated.
- Use JavaTime interfaces instead
getRsDate(Object, DateFormat[]) - Static method in class rs.baselib.lang.LangUtils
Deprecated.
- Use JavaTime interfaces instead
getRsDate(Object, DateFormat[], RsDate) - Static method in class rs.baselib.lang.LangUtils
Deprecated.
- Use JavaTime interfaces instead
getRsDate(Object, DateFormat, RsDate) - Static method in class rs.baselib.lang.LangUtils
Deprecated.
- Use JavaTime interfaces instead
getRsDate(Object, DateFormat, RsDate, boolean) - Static method in class rs.baselib.lang.LangUtils
Deprecated.
- Use JavaTime interfaces instead
getRuntime() - Static method in class rs.baselib.util.EnvironmentRuntime
Returns the EnvironmentRuntime.runtime.
getSalt() - Method in class rs.baselib.crypto.DefaultCryptingDelegateFactory
Provide a salt for encryption usage.
getSalt() - Method in interface rs.baselib.crypto.ICryptingDelegateFactory
Provide a salt for encryption usage.
getSalt() - Method in class rs.baselib.security.DefaultPasswordCallback
Delivers the salt for encryption.
getSalt() - Method in interface rs.baselib.security.IPasswordCallback
Delivers the salt for encryption.
getSalt(String) - Method in class rs.baselib.crypto.DefaultCryptingDelegateFactory
Asks the respective callback to deliver a salt.
getScale() - Method in class rs.baselib.type.MonetaryValue
Returns the scale.
getSecretKey(int, String, byte[]) - Static method in class rs.baselib.crypto.EncryptionUtils
 
getStackTrace(int) - Static method in class rs.baselib.util.CommonUtils
Returns the current stacktrace.
getStartOfDay(ZonedDateTime) - Static method in class rs.baselib.util.DateTimeUtils
Returns the timestamp at the start of the day (00:00:00.000).
getStartValue() - Method in class rs.baselib.util.CronSchedule.TimeRange
 
getState() - Method in class rs.baselib.type.Address
Returns the Address.state.
getSteps() - Method in class rs.baselib.util.CronSchedule.TimeSteps
 
getStreet1() - Method in class rs.baselib.type.Address
Returns the Address.street1.
getStreet2() - Method in class rs.baselib.type.Address
Returns the Address.street2.
getString(Object) - Static method in class rs.baselib.lang.LangUtils
Converts the object to a string.
getSystemHome() - Method in class rs.baselib.prefs.PreferencesService
Returns the system home dir to store system prefs at.
getSystemPreferences(String) - Method in class rs.baselib.prefs.AbstractPreferencesService
Returns the system preferences for the given application.
getSystemPreferences(String) - Method in interface rs.baselib.prefs.IPreferencesService
Returns the system preferences for the given application.
getSystemPreferencesFile(String) - Method in class rs.baselib.prefs.PreferencesService
Returns the application's preferences file of the system.
getSystemPreferencesHome(String) - Method in interface rs.baselib.prefs.IPreferencesService
Returns the home directory for system preferences of the given application.
getSystemPreferencesHome(String) - Method in class rs.baselib.prefs.PreferencesService
Returns the home directory for system preferences of the given application.
getTitle() - Method in class rs.baselib.security.GuiAuthorizationCallback
Returns the popup title.
getTld() - Method in enum class rs.baselib.type.Country
Returns the Top Level Domain.
getType(int) - Static method in class rs.baselib.util.CronSchedule
Returns the type at the specified index
getTypeArguments(Class<T>, Class<? extends T>) - Static method in class rs.baselib.lang.LangUtils
getTypeArguments(Class<T>, Class<? extends T>) - Static method in class rs.baselib.lang.ReflectionUtils
Get the actual type arguments a child class has used to extend a generic base class.
getUnixTimestamp() - Static method in class rs.baselib.util.CommonUtils
Returns the current time as UNIX timestamp.
getUnixTimestamp(long) - Static method in class rs.baselib.util.CommonUtils
Returns the given Java time as UNIX timestamp.
getUnixTimestamp(Date) - Static method in class rs.baselib.util.CommonUtils
Returns the given date as UNIX timestamp.
getUnixTimestamp(RsDate) - Static method in class rs.baselib.util.CommonUtils
Deprecated.
- Use JavaTime interfaces instead
getUntil() - Method in class rs.baselib.util.DateTimePeriod
Deprecated.
Returns the until.
getUri() - Method in interface rs.baselib.util.IUriProvider
Returns the URL.
getUrl() - Method in interface rs.baselib.util.IUrlProvider
Returns the URL.
getUrlPrefix() - Method in class rs.baselib.lang.JarDescriptor
Returns the URL prefix for the JAR.
getUrlTemplate() - Method in class rs.baselib.sql.AbstractJdbcConnectionProvider
Returns the AbstractJdbcConnectionProvider.urlTemplate.
getUserHome() - Method in class rs.baselib.prefs.PreferencesService
Returns the home directory of the user.
getUserPreferences(String) - Method in class rs.baselib.prefs.AbstractPreferencesService
Returns the user preferences for the given application.
getUserPreferences(String) - Method in interface rs.baselib.prefs.IPreferencesService
Returns the user preferences for the given application.
getUserPreferencesFile(String) - Method in class rs.baselib.prefs.PreferencesService
Returns the application's preferences file of the user.
getUserPreferencesHome(String) - Method in interface rs.baselib.prefs.IPreferencesService
Returns the home directory for user preferences of the given application.
getUserPreferencesHome(String) - Method in class rs.baselib.prefs.PreferencesService
Returns the home directory for user preferences of the given application.
getValue() - Method in class rs.baselib.util.CronSchedule.SingleTimeValue
 
getValue(Object) - Method in class rs.baselib.util.BeanValueProvider
Return the value for the given object.
getValue(Object) - Method in interface rs.baselib.util.IValueProvider
Return the value for the given object.
getValueProviders() - Method in class rs.baselib.util.BeanComparator
Returns the value providers of this comparator.
getValueProviders(String...) - Static method in class rs.baselib.util.BeanValueProvider
Helper method to convert list of properties to value providers.
getValues(int) - Method in class rs.baselib.util.CronSchedule
Returns the values for a specific time type
getWrapped() - Method in interface rs.baselib.util.IWrapper
Returns the wrapped object.
getWriteLock() - Method in class rs.baselib.prefs.AbstractPreferences
Returns the writeLock.
getWriteLock(IPreferences) - Method in class rs.baselib.prefs.AbstractPreferencesService
Returns the write lock object for the given node.
getWriteLock(IPreferences) - Method in interface rs.baselib.prefs.IPreferencesService
Returns the write lock object for the given node.
getXmlConfiguration(File) - Static method in class rs.baselib.configuration.ConfigurationUtils
Create a XML configuration object with UTF-8.
getXmlConfiguration(File, String) - Static method in class rs.baselib.configuration.ConfigurationUtils
Create a XML configuration object.
getXmlConfiguration(URL) - Static method in class rs.baselib.configuration.ConfigurationUtils
Create a XML configuration object with UTF-8.
getXmlConfiguration(URL, String) - Static method in class rs.baselib.configuration.ConfigurationUtils
Create a XML configuration object.
getXmlConfiguration(XMLBuilderParameters) - Static method in class rs.baselib.configuration.ConfigurationUtils
Creates the XML configuration object based on the given parameters.
getYear() - Method in class rs.baselib.util.RsDate
Deprecated.
Returns the year object for this date.
getYear(int) - Static method in class rs.baselib.util.RsYear
Deprecated.
Returns a year object for the given key.
getYear(String) - Static method in class rs.baselib.util.RsYear
Deprecated.
Returns a year object for the given key.
getZipCode() - Method in class rs.baselib.type.Address
Returns the Address.zipCode.
GHANA - Enum constant in enum class rs.baselib.type.Country
 
GIBRALTAR - Enum constant in enum class rs.baselib.type.Country
 
GREECE - Enum constant in enum class rs.baselib.type.Country
 
GREENLAND - Enum constant in enum class rs.baselib.type.Country
 
GRENADA - Enum constant in enum class rs.baselib.type.Country
 
GUADELOUPE - Enum constant in enum class rs.baselib.type.Country
 
GUAM - Enum constant in enum class rs.baselib.type.Country
 
GUATEMALA - Enum constant in enum class rs.baselib.type.Country
 
GUERNSEY - Enum constant in enum class rs.baselib.type.Country
 
GuiAuthorizationCallback - Class in rs.baselib.security
Implements authorization information retrieval from pop-up dialog.
GuiAuthorizationCallback() - Constructor for class rs.baselib.security.GuiAuthorizationCallback
Default Constructor.
GUINEA - Enum constant in enum class rs.baselib.type.Country
 
GUINEA_BISSAU - Enum constant in enum class rs.baselib.type.Country
 
GUYANA - Enum constant in enum class rs.baselib.type.Country
 

H

HAITI - Enum constant in enum class rs.baselib.type.Country
 
HammingDistance - Class in rs.baselib.util
Implementation of Hamming Distance.
HammingDistance() - Constructor for class rs.baselib.util.HammingDistance
 
hash(int, boolean) - Static method in class rs.baselib.lang.HashCodeUtil
Hash booleans.
hash(int, char) - Static method in class rs.baselib.lang.HashCodeUtil
Hash chars.
hash(int, double) - Static method in class rs.baselib.lang.HashCodeUtil
Hash doubles.
hash(int, float) - Static method in class rs.baselib.lang.HashCodeUtil
Hash floats.
hash(int, int) - Static method in class rs.baselib.lang.HashCodeUtil
Hash ints.
hash(int, long) - Static method in class rs.baselib.lang.HashCodeUtil
Hash longs.
hash(int, Object) - Static method in class rs.baselib.lang.HashCodeUtil
aObject is a possibly-null object field, and possibly an array.
hashCode() - Method in class rs.baselib.type.Address
hashCode() - Method in class rs.baselib.type.MonetaryValue
hashCode() - Method in class rs.baselib.util.CronSchedule
hashCode() - Method in class rs.baselib.util.DateTimePeriod
Deprecated.
hashCode() - Method in class rs.baselib.util.RsDay
Deprecated.
hashCode() - Method in class rs.baselib.util.RsMonth
Deprecated.
hashCode() - Method in class rs.baselib.util.RsYear
Deprecated.
HashCodeUtil - Class in rs.baselib.lang
Collected methods which allow easy implementation of hashCode.
HashCodeUtil() - Constructor for class rs.baselib.lang.HashCodeUtil
 
hashpw(String, String) - Static method in class rs.baselib.crypto.BCrypt
Hash a password using the OpenBSD bcrypt scheme
HEARD_ISLAND_AND_MCDONALD_ISLANDS - Enum constant in enum class rs.baselib.type.Country
 
HIBERNATE_DIALECT - Static variable in class rs.baselib.sql.HyperSqlFileJdbcConnectionProvider
The Hibernate dialect
HIBERNATE_DIALECT - Static variable in class rs.baselib.sql.HyperSqlServerJdbcConnectionProvider
The Hibernate dialect
HIBERNATE_DIALECT - Static variable in class rs.baselib.sql.MySql5JdbcConnectionProvider
The Hibernate dialect
HOLY_SEE_VATICAN_CITY_STATE - Enum constant in enum class rs.baselib.type.Country
 
HONDURAS - Enum constant in enum class rs.baselib.type.Country
 
HONG_KONG - Enum constant in enum class rs.baselib.type.Country
 
HUNGARY - Enum constant in enum class rs.baselib.type.Country
 
HyperSqlFileJdbcConnectionProvider - Class in rs.baselib.sql
Connection provider for HyperSQL (HSQLDB) file databases.
HyperSqlFileJdbcConnectionProvider() - Constructor for class rs.baselib.sql.HyperSqlFileJdbcConnectionProvider
Constructor.
HyperSqlServerJdbcConnectionProvider - Class in rs.baselib.sql
Connection provider for HyperSQL (HSQLDB) remote server databases.
HyperSqlServerJdbcConnectionProvider() - Constructor for class rs.baselib.sql.HyperSqlServerJdbcConnectionProvider
Constructor.

I

ICache<K,V> - Interface in rs.baselib.util
A simple definition of a cache.
ICELAND - Enum constant in enum class rs.baselib.type.Country
 
IConfigurable - Interface in rs.baselib.configuration
Marks an object as self-configurable.
ICryptingDelegate - Interface in rs.baselib.crypto
Delegate for encrypting and decrypting.
ICryptingDelegateFactory - Interface in rs.baselib.crypto
Interface for factories creating crypting delegates.
ID - Static variable in interface rs.baselib.type.IIdObject
Property name of ID.
IDataSourceProvider - Interface in rs.baselib.sql
Returns the name of a DataSource.
IDirtyable - Interface in rs.baselib.util
Tells whether an object has changed or not.
IgnoreChecks - Class in rs.baselib.test
Provides check methods for the IgnoreTest annotation.
IgnoreChecks() - Constructor for class rs.baselib.test.IgnoreChecks
 
ignoreTest(AnnotatedElement, String...) - Static method in class rs.baselib.test.IgnoreChecks
Returns true when the element has been annotated to be ignored for any of the mentioned test types.
ignoreTest(IgnoreTest, String...) - Static method in class rs.baselib.test.IgnoreChecks
Returns true when the given annotation contains the any of the given test types.
IgnoreTest - Annotation Interface in rs.baselib.test
Annotates a Java object to be ignored in tests.
IHibernateDialectProvider - Interface in rs.baselib.sql
Provides a name for the Hibernate dialect class
IIdObject<T extends Serializable> - Interface in rs.baselib.type
An object having an ID.
IJdbcConnectionProvider - Interface in rs.baselib.sql
An interface for generically providing JDBC connections.
IJdbcConnectionProvider2 - Interface in rs.baselib.sql
Enhanced IJdbcConnectionProvider which allows more control on connection provider settings.
INDIA - Enum constant in enum class rs.baselib.type.Country
 
INDONESIA - Enum constant in enum class rs.baselib.type.Country
 
INFO - Enum constant in enum class rs.baselib.util.LogLevel
SLF4J Info level.
infoStackTrace(Logger) - Static method in class rs.baselib.util.CommonUtils
Dumps the stacktrace in INFO mode.
init() - Method in class rs.baselib.crypto.DefaultCryptingDelegateFactory
Initializes this factory.
init(ICryptingDelegateFactory) - Method in class rs.baselib.crypto.DefaultCryptingDelegate
Initializes this instance.
init(ICryptingDelegateFactory) - Method in interface rs.baselib.crypto.ICryptingDelegate
Initialize the delegate.
initialValue() - Method in class rs.baselib.util.AdvancedThreadLocal
Returns the current thread's "initial value" for this thread-local variable.
INSTANCE - Static variable in class rs.baselib.crypto.BlowfishPasswordHasher
A static instance of the Blowfish hasher
INSTANCE - Static variable in class rs.baselib.crypto.DefaultCryptingDelegateFactory
 
INSTANCE - Static variable in class rs.baselib.crypto.DummyPasswordHasher
A static instance of the dummy hasher
INSTANCE - Static variable in class rs.baselib.crypto.Md5PasswordHasher
A static instance of the MD5 hasher
INSTANCE - Static variable in class rs.baselib.crypto.PhpPasswordHasher
A static instance of the PHP hasher
INSTANCE - Static variable in class rs.baselib.crypto.Sha256PasswordHasher
A static instance of the SHA512 hasher
INSTANCE - Static variable in class rs.baselib.crypto.Sha512PasswordHasher
A static instance of the SHA512 hasher
INSTANCE - Static variable in class rs.baselib.prefs.PreferencesService
The default global preference service
INSTANCE - Static variable in class rs.baselib.util.DamerauLevenshteinDistance
static instance
INSTANCE - Static variable in class rs.baselib.util.DefaultComparator
A default final instance for fast usage
INSTANCE - Static variable in class rs.baselib.util.HammingDistance
static instance
INSTANCE - Static variable in class rs.baselib.util.LevenshteinDistance
static instance
IntBuilder - Class in rs.baselib.test
An Integer builder.
IntBuilder() - Constructor for class rs.baselib.test.IntBuilder
Constructor.
IPasswordCallback - Interface in rs.baselib.security
A callback that will deliver passwords.
IPreferences - Interface in rs.baselib.prefs
A node in a hierarchical collection of preference data.
IPreferencesService - Interface in rs.baselib.prefs
The preference service.
IRAN_ISLAMIC_REPUBLIC_OF - Enum constant in enum class rs.baselib.type.Country
 
IRAQ - Enum constant in enum class rs.baselib.type.Country
 
IRELAND - Enum constant in enum class rs.baselib.type.Country
 
isAbsolute(String) - Method in class rs.baselib.prefs.AbstractPreferences
Returns true when the given pathname is absolute to root node of this node.
isAbstract(Member) - Static method in class rs.baselib.lang.ReflectionUtils
Returns whether member is declared abstract.
isAdditionalArgumentEnabled(int) - Method in class rs.baselib.sql.AbstractJdbcConnectionProvider
Returns whether additional argument is enabled.
isAdditionalArgumentEnabled(int) - Method in interface rs.baselib.sql.IJdbcConnectionProvider2
Returns whether additional argument is enabled.
isAfter(ZonedDateTime, long) - Static method in class rs.baselib.util.DateTimeUtils
Returns whether a given time is later than the given duration.
isAfter(ZonedDateTime, TemporalAmount) - Static method in class rs.baselib.util.DateTimeUtils
Returns whether a given time is earlier than the given duration.
isAfter(ZonedDateTime, ZonedDateTime) - Static method in class rs.baselib.util.DateTimeUtils
Returns whether a given time is earlier than the other time.
isAllowedTrimmingChar(char) - Static method in class rs.baselib.util.CommonUtils
Returns true when the given character shall be kept when trimming a string.
isBefore(ZonedDateTime, long) - Static method in class rs.baselib.util.DateTimeUtils
Returns whether a given time is earlier than the given duration.
isBefore(ZonedDateTime, TemporalAmount) - Static method in class rs.baselib.util.DateTimeUtils
Returns whether a given time is earlier than the given duration.
isBefore(ZonedDateTime, ZonedDateTime) - Static method in class rs.baselib.util.DateTimeUtils
Returns whether a given time is earlier than the given other time.
isBlockBased() - Method in class rs.baselib.crypto.DefaultCryptingDelegate
Returns true when the crypting algorithm is block based.
isCompatibleVersion(String, String, String) - Static method in class rs.baselib.util.CommonUtils
Returns true if version is in range of minVersion and maxVersion.
isDay(long) - Method in class rs.baselib.util.CronSchedule
Checks whether given timestamp matches with defined day schedule.
isDay(Calendar) - Method in class rs.baselib.util.CronSchedule
Checks whether given calendar date matches with defined day schedule.
isDbLoginEnabled() - Method in class rs.baselib.sql.AbstractJdbcConnectionProvider
Returns whether DB login argument is enabled.
isDbLoginEnabled() - Method in interface rs.baselib.sql.IJdbcConnectionProvider2
Returns whether DB login argument is enabled.
isDbNameEnabled() - Method in class rs.baselib.sql.AbstractJdbcConnectionProvider
Returns whether DB name argument is enabled.
isDbNameEnabled() - Method in interface rs.baselib.sql.IJdbcConnectionProvider2
Returns whether DB name argument is enabled.
isDbPasswordEnabled() - Method in class rs.baselib.sql.AbstractJdbcConnectionProvider
Returns whether DB password argument is enabled.
isDbPasswordEnabled() - Method in interface rs.baselib.sql.IJdbcConnectionProvider2
Returns whether DB password argument is enabled.
isDirty() - Method in interface rs.baselib.util.IDirtyable
Returns whether this object has changed.
isEmail(String) - Static method in class rs.baselib.util.CommonUtils
Checks validity of an email address.
isEmpty() - Method in interface rs.baselib.util.ICache
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class rs.baselib.util.SoftMapCache
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class rs.baselib.util.WeakMapCache
Returns true if this map contains no key-value mappings.
isEmpty(String) - Static method in class rs.baselib.util.CommonUtils
Returns true when the given string is null or - when trimmed - empty.
isEmpty(String, boolean) - Static method in class rs.baselib.util.CommonUtils
Returns true when the given string is null empty.
isFinal(Member) - Static method in class rs.baselib.lang.ReflectionUtils
Returns whether member is declared final.
isHash(String) - Method in class rs.baselib.crypto.BlowfishPasswordHasher
Returns whether the given hash string was produced using the implemented hashing algorithm.
isHash(String) - Method in class rs.baselib.crypto.DummyPasswordHasher
Returns whether the given hash string was produced using the implemented hashing algorithm.
isHash(String) - Method in interface rs.baselib.crypto.ExtendedPasswordHasher
Returns whether the given hash string was produced using the implemented hashing algorithm.
isHash(String) - Method in class rs.baselib.crypto.Md5PasswordHasher
Returns whether the given hash string was produced using the implemented hashing algorithm.
isHash(String) - Method in class rs.baselib.crypto.PhpPasswordHasher
Returns whether the given hash string was produced using the implemented hashing algorithm.
isHash(String) - Method in class rs.baselib.crypto.Sha256PasswordHasher
Returns whether the given hash string was produced using the implemented hashing algorithm.
isHash(String) - Method in class rs.baselib.crypto.Sha512PasswordHasher
Returns whether the given hash string was produced using the implemented hashing algorithm.
isHostEnabled() - Method in class rs.baselib.sql.AbstractJdbcConnectionProvider
Returns whether host argument is enabled.
isHostEnabled() - Method in interface rs.baselib.sql.IJdbcConnectionProvider2
Returns whether host argument is enabled.
isHour(long) - Method in class rs.baselib.util.CronSchedule
Checks whether given timestamp matches with defined hour schedule.
isHour(Calendar) - Method in class rs.baselib.util.CronSchedule
Checks whether given calendar date matches with defined hour schedule.
isIn(RsDate) - Method in class rs.baselib.util.DateTimePeriod
Deprecated.
Tells whether date is in this range.
isInstanceOf(Class<?>, String) - Static method in class rs.baselib.lang.LangUtils
isInstanceOf(Class<?>, String) - Static method in class rs.baselib.lang.ReflectionUtils
Replacement for Class.isAssignableFrom(Class) when it cannot be guaranteed that the class is available in classpath at runtime.
isInstanceOf(Object, String) - Static method in class rs.baselib.lang.LangUtils
isInstanceOf(Object, String) - Static method in class rs.baselib.lang.ReflectionUtils
Replacement for "instanceof" operator when it cannot be guaranteed that the class is available in classpath at runtime.
isJava6() - Static method in class rs.baselib.lang.LangUtils
Returns true when the runtime is Java 6.
ISLE_OF_MAN - Enum constant in enum class rs.baselib.type.Country
 
isMac() - Static method in class rs.baselib.util.CommonUtils
Tells whether runtime is a Mac system.
isMinute(long) - Method in class rs.baselib.util.CronSchedule
Checks whether given timestamp matches with defined schedule.
isMinute(Calendar) - Method in class rs.baselib.util.CronSchedule
Checks whether given calendar date matches with defined schedule.
isNative(Member) - Static method in class rs.baselib.lang.ReflectionUtils
Returns whether member is declared native.
isNegative() - Method in class rs.baselib.type.MonetaryValue
Is value negative?
isNumber(String) - Static method in class rs.baselib.lang.LangUtils
Returns true when the given string is a number.
isNumber(String, int) - Static method in class rs.baselib.lang.LangUtils
Returns true when the given string is a number with a given radix.
isPortEnabled() - Method in class rs.baselib.sql.AbstractJdbcConnectionProvider
Returns whether port argument is enabled.
isPortEnabled() - Method in interface rs.baselib.sql.IJdbcConnectionProvider2
Returns whether port argument is enabled.
isPositive() - Method in class rs.baselib.type.MonetaryValue
Is value positive?
isPrivate(Member) - Static method in class rs.baselib.lang.ReflectionUtils
Returns whether member is declared private.
isProtected(Member) - Static method in class rs.baselib.lang.ReflectionUtils
Returns whether member is declared protected.
isPublic(Member) - Static method in class rs.baselib.lang.ReflectionUtils
Returns whether member is declared public.
ISRAEL - Enum constant in enum class rs.baselib.type.Country
 
isRelative(String) - Method in class rs.baselib.prefs.AbstractPreferences
Returns true when the given pathname is relative to this node.
isRootNode() - Method in class rs.baselib.prefs.AbstractPreferences
Returns true when this is a root node.
isSolaris() - Static method in class rs.baselib.util.CommonUtils
Tells whether runtime is a Windows system.
isStatic(Member) - Static method in class rs.baselib.lang.ReflectionUtils
Returns whether member is declared static.
isStrict(Member) - Static method in class rs.baselib.lang.ReflectionUtils
Returns whether member is declared strict.
isSynchronized(Member) - Static method in class rs.baselib.lang.ReflectionUtils
Returns whether member is declared synchronized.
isTransient(PropertyDescriptor) - Static method in class rs.baselib.lang.LangUtils
Returns true when given property is transient.
isTransient(Member) - Static method in class rs.baselib.lang.ReflectionUtils
Returns whether member is declared transient.
isUnix() - Static method in class rs.baselib.util.CommonUtils
Tells whether runtime is a Unix system.
isValidChar(char) - Method in class rs.baselib.io.AbstractReaderFilter
Tells the filter reader whether the given character is valid or not.
isValidChar(char) - Method in class rs.baselib.io.XmlReaderFilter
Tells the filter reader whether the given character is valid or not.
isVolatile(Member) - Static method in class rs.baselib.lang.ReflectionUtils
Returns whether member is declared volatile.
isWindows() - Static method in class rs.baselib.util.CommonUtils
Tells whether runtime is a Windows system.
isZero() - Method in class rs.baselib.type.MonetaryValue
Is value positive?
ITALY - Enum constant in enum class rs.baselib.type.Country
 
iterable(Iterator<T>) - Static method in class rs.baselib.util.CommonUtils
Returns an iterable for the given iterator.
IterableImpl<T> - Class in rs.baselib.util
Wraps an Iterator.
IterableImpl(Iterator<T>) - Constructor for class rs.baselib.util.IterableImpl
Constructor.
iterator() - Method in class rs.baselib.util.IterableImpl
IUriProvider - Interface in rs.baselib.util
Interface that can provide URIs.
IUrlProvider - Interface in rs.baselib.util
Interface that can provide URLs.
IUrlTransformer - Interface in rs.baselib.util
Converts names to URLs.
IValueProvider - Interface in rs.baselib.util
Interface for an object that can retrieve a certain property from an object.
IVORY_COAST - Enum constant in enum class rs.baselib.type.Country
 
IWrapper<T> - Interface in rs.baselib.util
A wrapper marker.

J

JAMAICA - Enum constant in enum class rs.baselib.type.Country
 
JAPAN - Enum constant in enum class rs.baselib.type.Country
 
JarDescriptor - Class in rs.baselib.lang
Describes a JAR file
JarDescriptor(File) - Constructor for class rs.baselib.lang.JarDescriptor
Constructor.
JERSEY - Enum constant in enum class rs.baselib.type.Country
 
join(String, Object[]) - Static method in class rs.baselib.util.CommonUtils
Makes a join of an object array.
join(String, Object[], int) - Static method in class rs.baselib.util.CommonUtils
Makes a join of an object array.
join(String, Object[], int, int) - Static method in class rs.baselib.util.CommonUtils
Makes a join of an object array.
join(String, String[]) - Static method in class rs.baselib.util.CommonUtils
Makes a join of a string array.
join(String, String[], int) - Static method in class rs.baselib.util.CommonUtils
Makes a join of a string array.
join(String, String[], int, int) - Static method in class rs.baselib.util.CommonUtils
Makes a join of a string array.
join(String, Collection<?>) - Static method in class rs.baselib.util.CommonUtils
Makes a join of a collection.
join(String, Collection<?>, int) - Static method in class rs.baselib.util.CommonUtils
Makes a join of a collection.
join(String, Collection<?>, int, int) - Static method in class rs.baselib.util.CommonUtils
Makes a join of a collection.
JORDAN - Enum constant in enum class rs.baselib.type.Country
 

K

KAZAKHSTAN - Enum constant in enum class rs.baselib.type.Country
 
KENYA - Enum constant in enum class rs.baselib.type.Country
 
KeyGen - Class in rs.baselib.crypto
The class for generating key pairs.
KeyGen() - Constructor for class rs.baselib.crypto.KeyGen
 
keys() - Method in class rs.baselib.prefs.AbstractPreferences
Returns all of the keys that have an associated value in this node.
keys() - Method in interface rs.baselib.prefs.IPreferences
Returns all of the keys that have an associated value in this node.
keySet() - Method in interface rs.baselib.util.ICache
Returns a Set view of the keys contained in this map.
keySet() - Method in class rs.baselib.util.SoftMapCache
Returns a Set view of the keys contained in this map.
keySet() - Method in class rs.baselib.util.WeakMapCache
Returns a Set view of the keys contained in this map.
KIRIBATI - Enum constant in enum class rs.baselib.type.Country
 
KOREA_DEMOCRATIC_PEOPLE_S_REPUBLIC_OF - Enum constant in enum class rs.baselib.type.Country
 
KOREA_REPUBLIC_OF - Enum constant in enum class rs.baselib.type.Country
 
KUWAIT - Enum constant in enum class rs.baselib.type.Country
 
KYRGYZSTAN - Enum constant in enum class rs.baselib.type.Country
 

L

LangUtils - Class in rs.baselib.lang
Reflection and language Utils.
LangUtils() - Constructor for class rs.baselib.lang.LangUtils
 
LAO_PEOPLE_S_DEMOCRATIC_REPUBLIC - Enum constant in enum class rs.baselib.type.Country
 
LATVIA - Enum constant in enum class rs.baselib.type.Country
 
LEBANON - Enum constant in enum class rs.baselib.type.Country
 
LESOTHO - Enum constant in enum class rs.baselib.type.Country
 
LevenshteinDistance - Class in rs.baselib.util
Implements Levensstein distance.
LevenshteinDistance() - Constructor for class rs.baselib.util.LevenshteinDistance
 
LIBERIA - Enum constant in enum class rs.baselib.type.Country
 
LIBYAN_ARAB_JAMAHIRIYA - Enum constant in enum class rs.baselib.type.Country
 
LIECHTENSTEIN - Enum constant in enum class rs.baselib.type.Country
 
ListBuilder<T> - Class in rs.baselib.test
Selects values from an enumeration (randomly)
ListBuilder(int, int, Builder<T>) - Constructor for class rs.baselib.test.ListBuilder
Constructor.
listOf(int, Builder<T>) - Static method in class rs.baselib.test.BuilderUtils
Returns a list of objects.
LITHUANIA - Enum constant in enum class rs.baselib.type.Country
 
load(Class<?>, String) - Static method in class rs.baselib.io.FileFinder
Finds and loads a file.
load(Class<T>, Configuration, boolean) - Static method in class rs.baselib.configuration.ConfigurationUtils
Loads an object from a configuration.
load(String) - Static method in class rs.baselib.io.FileFinder
Finds and loads a file.
load(String, Configuration, boolean) - Static method in class rs.baselib.configuration.ConfigurationUtils
Loads an object from a configuration.
load(Configuration, boolean) - Static method in class rs.baselib.configuration.ConfigurationUtils
Loads an object from a configuration.
load(IPreferences, InputStream) - Method in class rs.baselib.prefs.PreferencesService
Loads the information from the stream into the node
loadAlgorithm(Configuration) - Method in class rs.baselib.crypto.DefaultCryptingDelegateFactory
Returns the algorithm definition from the config
loadContent(File) - Static method in class rs.baselib.util.CommonUtils
Loads the content of a file as a string.
loadContent(File, Charset) - Static method in class rs.baselib.util.CommonUtils
Loads the content of a file as a string.
loadContent(InputStream) - Static method in class rs.baselib.util.CommonUtils
Loads the content of a stream as a string.
loadContent(InputStream, Charset) - Static method in class rs.baselib.util.CommonUtils
Loads the content of a stream as a string.
loadContent(Reader) - Static method in class rs.baselib.util.CommonUtils
Loads the content of a reader as a string.
loadContent(String) - Static method in class rs.baselib.util.CommonUtils
Loads the content of a file as a string.
loadContent(String, Charset) - Static method in class rs.baselib.util.CommonUtils
Loads the content of a file as a string.
loadContent(URI) - Static method in class rs.baselib.util.CommonUtils
Loads the content of the URI as a string.
loadContent(URI, Charset) - Static method in class rs.baselib.util.CommonUtils
Loads the content of the URI as a string.
loadContent(URL) - Static method in class rs.baselib.util.CommonUtils
Loads the content of the URL as a string.
loadContent(URLConnection, Charset) - Static method in class rs.baselib.util.CommonUtils
Loads the content of the URL as a string.
loadContent(URL, Charset) - Static method in class rs.baselib.util.CommonUtils
Loads the content of the URL as a string.
loadParamSpec(Configuration) - Method in class rs.baselib.crypto.DefaultCryptingDelegateFactory
Currently only default PBE spec.
loadPrivateKey(File, String) - Static method in class rs.baselib.crypto.EncryptionUtils
Instantiates a PrivateKey from given file.
loadPrivateKey(InputStream, String) - Static method in class rs.baselib.crypto.EncryptionUtils
Instantiates a PrivateKey from given stream.
loadPrivateKey(Reader, String) - Static method in class rs.baselib.crypto.EncryptionUtils
Instantiates a PrivateKey from given reader.
loadPrivateKey(String, String) - Static method in class rs.baselib.crypto.EncryptionUtils
Instantiates a PrivateKey from given file.
loadPrivateKey(URL, String) - Static method in class rs.baselib.crypto.EncryptionUtils
Instantiates a PrivateKey from given URL.
loadProperties(File) - Static method in class rs.baselib.util.CommonUtils
Loads a property file.
loadProperties(String) - Static method in class rs.baselib.util.CommonUtils
Loads a property file.
loadProperties(URI) - Static method in class rs.baselib.util.CommonUtils
Loads a property file.
loadProperties(URL) - Static method in class rs.baselib.util.CommonUtils
Loads a property file.
loadProperties(Properties, File) - Static method in class rs.baselib.util.CommonUtils
Loads a property file.
loadProperties(Properties, InputStream) - Static method in class rs.baselib.util.CommonUtils
Loads a property file.
loadProperties(Properties, String) - Static method in class rs.baselib.util.CommonUtils
Loads a property file.
loadProperties(Properties, URI) - Static method in class rs.baselib.util.CommonUtils
Loads a property file.
loadProperties(Properties, URL) - Static method in class rs.baselib.util.CommonUtils
Loads a property file.
loadPublicKey(File, String) - Static method in class rs.baselib.crypto.EncryptionUtils
Instantiates a PublicKey from given file.
loadPublicKey(InputStream, String) - Static method in class rs.baselib.crypto.EncryptionUtils
Instantiates a PublicKey from given stream.
loadPublicKey(Reader, String) - Static method in class rs.baselib.crypto.EncryptionUtils
Instantiates a PublicKey from given reader.
loadPublicKey(String, String) - Static method in class rs.baselib.crypto.EncryptionUtils
Instantiates a PublicKey from given file.
loadPublicKey(URL, String) - Static method in class rs.baselib.crypto.EncryptionUtils
Instantiates a PublicKey from given URL.
loadSpec() - Method in class rs.baselib.crypto.DefaultCryptingDelegateFactory
Loads the spec params (lazily).
loadSystemPreferences(IPreferences, String) - Method in class rs.baselib.prefs.AbstractPreferencesService
Loads the system preferences into the given node.
loadSystemPreferences(IPreferences, String) - Method in class rs.baselib.prefs.PreferencesService
Loads the system preferences into the given node.
loadUserPreferences(IPreferences, String) - Method in class rs.baselib.prefs.AbstractPreferencesService
Loads the user preferences into the given node.
loadUserPreferences(IPreferences, String) - Method in class rs.baselib.prefs.PreferencesService
Loads the user preferences into the given node.
LogLevel - Enum Class in rs.baselib.util
A definition of log levels for internal uses.
LongBuilder - Class in rs.baselib.test
A Long builder.
LongBuilder() - Constructor for class rs.baselib.test.LongBuilder
Constructor.
LUXEMBOURG - Enum constant in enum class rs.baselib.type.Country
 

M

MACAO - Enum constant in enum class rs.baselib.type.Country
 
MACEDONIA_THE_FORMER_YUGOSLAV_REPUBLIC_OF - Enum constant in enum class rs.baselib.type.Country
 
MADAGASCAR - Enum constant in enum class rs.baselib.type.Country
 
MALAWI - Enum constant in enum class rs.baselib.type.Country
 
MALAYSIA - Enum constant in enum class rs.baselib.type.Country
 
MALDIVES - Enum constant in enum class rs.baselib.type.Country
 
MALI - Enum constant in enum class rs.baselib.type.Country
 
MALTA - Enum constant in enum class rs.baselib.type.Country
 
MARSHALL_ISLANDS - Enum constant in enum class rs.baselib.type.Country
 
MARTINIQUE - Enum constant in enum class rs.baselib.type.Country
 
matches(int) - Method in class rs.baselib.util.CronSchedule.AbstractTimeValue
Returns true when given time value matches defined time.
matches(int) - Method in class rs.baselib.util.CronSchedule.NeverValue
Returns true when given time value matches defined time.
matches(int) - Method in class rs.baselib.util.CronSchedule.SingleTimeValue
Returns true when given time value matches defined value.
matches(int) - Method in class rs.baselib.util.CronSchedule.TimeAll
Returns always true.
matches(int) - Method in class rs.baselib.util.CronSchedule.TimeRange
Returns true when given time value falls in range.
matches(int) - Method in class rs.baselib.util.CronSchedule.TimeSteps
Returns true when given time value matches the interval.
matches(int, Calendar) - Method in class rs.baselib.util.CronSchedule
Checks whether specific schedule definition matches against the given calendar date.
matches(long) - Method in class rs.baselib.util.CronSchedule
Checks whether given timestamp matches with defined schedule.
matches(Calendar) - Method in class rs.baselib.util.CronSchedule
Checks whether given timestamp matches with defined schedule.
MATH_CONTEXT - Static variable in class rs.baselib.type.MonetaryValue
The MathContext to be used for monetary values
MAURITANIA - Enum constant in enum class rs.baselib.type.Country
 
MAURITIUS - Enum constant in enum class rs.baselib.type.Country
 
MAX_CAPACITY - Static variable in class rs.baselib.util.SynchronizedQueue
Default number of objects to hold in this queue
MAYOTTE - Enum constant in enum class rs.baselib.type.Country
 
Md5PasswordHasher - Class in rs.baselib.crypto
Uses salted MD5 hashes from Md5Crypt.
Md5PasswordHasher() - Constructor for class rs.baselib.crypto.Md5PasswordHasher
Constructor.
MEXICO - Enum constant in enum class rs.baselib.type.Country
 
MICRONESIA_FEDERATED_STATES_OF - Enum constant in enum class rs.baselib.type.Country
 
minDistance(String[]) - Method in class rs.baselib.util.HammingDistance
 
MOLDOVA - Enum constant in enum class rs.baselib.type.Country
 
MONACO - Enum constant in enum class rs.baselib.type.Country
 
MonetaryValue - Class in rs.baselib.type
A BigDecimal configured for monetary operations.
MonetaryValue(double) - Constructor for class rs.baselib.type.MonetaryValue
Deprecated.
use a specific currency MonetaryValue(double, Currency).
MonetaryValue(double, Currency) - Constructor for class rs.baselib.type.MonetaryValue
Constructor.
MonetaryValue(int) - Constructor for class rs.baselib.type.MonetaryValue
Deprecated.
use a specific currency MonetaryValue(int, Currency).
MonetaryValue(int, Currency) - Constructor for class rs.baselib.type.MonetaryValue
Constructor.
MonetaryValue(long) - Constructor for class rs.baselib.type.MonetaryValue
Deprecated.
use a specific currency MonetaryValue(long, Currency).
MonetaryValue(long, Currency) - Constructor for class rs.baselib.type.MonetaryValue
Constructor.
MonetaryValue(CharSequence) - Constructor for class rs.baselib.type.MonetaryValue
Deprecated.
use a specific currency MonetaryValue(CharSequence, Currency).
MonetaryValue(CharSequence, Currency) - Constructor for class rs.baselib.type.MonetaryValue
Constructor.
MonetaryValue(BigDecimal) - Constructor for class rs.baselib.type.MonetaryValue
Deprecated.
use a specific currency MonetaryValue(BigDecimal, Currency).
MonetaryValue(BigDecimal, RoundingMode) - Constructor for class rs.baselib.type.MonetaryValue
Deprecated.
MonetaryValue(BigDecimal, RoundingMode, MathContext, int) - Constructor for class rs.baselib.type.MonetaryValue
MonetaryValue(BigDecimal, Currency) - Constructor for class rs.baselib.type.MonetaryValue
Constructor.
MonetaryValue(BigDecimal, Currency, RoundingMode) - Constructor for class rs.baselib.type.MonetaryValue
Constructor.
MonetaryValue(BigDecimal, Currency, RoundingMode, MathContext, int) - Constructor for class rs.baselib.type.MonetaryValue
Constructor.
MonetaryValue(BigInteger) - Constructor for class rs.baselib.type.MonetaryValue
Deprecated.
use a specific currency MonetaryValue(BigInteger, Currency).
MonetaryValue(BigInteger, Currency) - Constructor for class rs.baselib.type.MonetaryValue
Constructor.
MonetaryValue(MonetaryValue) - Constructor for class rs.baselib.type.MonetaryValue
Constructor.
MONGOLIA - Enum constant in enum class rs.baselib.type.Country
 
MONTENEGRO - Enum constant in enum class rs.baselib.type.Country
 
MONTSERRAT - Enum constant in enum class rs.baselib.type.Country
 
MOROCCO - Enum constant in enum class rs.baselib.type.Country
 
MOZAMBIQUE - Enum constant in enum class rs.baselib.type.Country
 
multiply(double) - Method in class rs.baselib.type.MonetaryValue
Multiplies another value with this object.
multiply(int) - Method in class rs.baselib.type.MonetaryValue
Multiplies another value with this object.
multiply(long) - Method in class rs.baselib.type.MonetaryValue
Multiplies another value with this object.
multiply(CharSequence) - Method in class rs.baselib.type.MonetaryValue
Multiplies another value with this object.
multiply(BigDecimal) - Method in class rs.baselib.type.MonetaryValue
Multiplies another value with this object.
multiply(BigInteger) - Method in class rs.baselib.type.MonetaryValue
Multiplies another value with this object.
MYANMAR - Enum constant in enum class rs.baselib.type.Country
 
MySql5JdbcConnectionProvider - Class in rs.baselib.sql
Connection provider for MySQL.
MySql5JdbcConnectionProvider() - Constructor for class rs.baselib.sql.MySql5JdbcConnectionProvider
Constructor.

N

name() - Method in class rs.baselib.prefs.AbstractPreferences
Returns this node's name, relative to its parent.
name() - Method in interface rs.baselib.prefs.IPreferences
Returns this node's name, relative to its parent.
NAMIBIA - Enum constant in enum class rs.baselib.type.Country
 
NAURU - Enum constant in enum class rs.baselib.type.Country
 
negate() - Method in class rs.baselib.type.MonetaryValue
Negates this value.
NEPAL - Enum constant in enum class rs.baselib.type.Country
 
NETHERLANDS - Enum constant in enum class rs.baselib.type.Country
 
NETHERLANDS_ANTILLES - Enum constant in enum class rs.baselib.type.Country
 
NEVER - Static variable in class rs.baselib.util.CronSchedule
A schedule that never matches.
NEVER_MARKER - Static variable in class rs.baselib.util.CronSchedule
The schedule string that never matches.
NeverValue() - Constructor for class rs.baselib.util.CronSchedule.NeverValue
 
NEW_CALEDONIA - Enum constant in enum class rs.baselib.type.Country
 
NEW_ZEALAND - Enum constant in enum class rs.baselib.type.Country
 
newInstance(String) - Static method in class rs.baselib.lang.LangUtils
Instantiates a class object from class name.
newInstance(String, ClassLoader) - Static method in class rs.baselib.lang.LangUtils
Instantiates a class object from class name.
newList(T...) - Static method in class rs.baselib.util.CommonUtils
Creates a list from elements.
newSet(T...) - Static method in class rs.baselib.util.CommonUtils
Creates a set from elements.
NICARAGUA - Enum constant in enum class rs.baselib.type.Country
 
NIGER - Enum constant in enum class rs.baselib.type.Country
 
NIGERIA - Enum constant in enum class rs.baselib.type.Country
 
NIUE - Enum constant in enum class rs.baselib.type.Country
 
node(String) - Method in class rs.baselib.prefs.AbstractPreferences
Returns a named Preferences object (node), creating it and any of its ancestors if they do not already exist.
node(String) - Method in interface rs.baselib.prefs.IPreferences
Returns a named Preferences object (node), creating it and any of its ancestors if they do not already exist.
nodeChanged(IPreferences) - Method in class rs.baselib.prefs.AbstractPreferencesService
A node changed.
nodeExists(String) - Method in class rs.baselib.prefs.AbstractPreferences
Returns true if the named node exists.
nodeExists(String) - Method in interface rs.baselib.prefs.IPreferences
Returns true if the named node exists.
NORFOLK_ISLAND - Enum constant in enum class rs.baselib.type.Country
 
NORTH_AMERICA - Enum constant in enum class rs.baselib.type.Continent
North America
NORTHERN_MARIANA_ISLANDS - Enum constant in enum class rs.baselib.type.Country
 
NORWAY - Enum constant in enum class rs.baselib.type.Country
 
NUM_CHARS - Static variable in class rs.baselib.util.CommonUtils
numeric chars (0-9)

O

OMAN - Enum constant in enum class rs.baselib.type.Country
 
open(Class<?>, String) - Static method in class rs.baselib.io.FileFinder
Tries to find the file specified from filesystem or classpath.
open(String) - Static method in class rs.baselib.io.FileFinder
Tries to find the file specified from filesystem or classpath.

P

PAKISTAN - Enum constant in enum class rs.baselib.type.Country
 
PALAU - Enum constant in enum class rs.baselib.type.Country
 
PALESTINIAN_TERRITORY_OCCUPIED - Enum constant in enum class rs.baselib.type.Country
 
PANAMA - Enum constant in enum class rs.baselib.type.Country
 
PAPUA_NEW_GUINEA - Enum constant in enum class rs.baselib.type.Country
 
PARAGUAY - Enum constant in enum class rs.baselib.type.Country
 
parent() - Method in class rs.baselib.prefs.AbstractPreferences
Returns the parent of this node, or null if this is the root.
parent() - Method in interface rs.baselib.prefs.IPreferences
Returns the parent of this node, or null if this is the root.
PASSWORD_CHARS - Static variable in class rs.baselib.crypto.EncryptionUtils
The default number of iterations to be executed when creating the encrypting algorithm.
PasswordHasher - Interface in rs.baselib.crypto
An interface that is able to hash passwords and check existing hashes against a password.
PERU - Enum constant in enum class rs.baselib.type.Country
 
PHILIPPINES - Enum constant in enum class rs.baselib.type.Country
 
PhpPasswordHasher - Class in rs.baselib.crypto
Uses PHP-alike hashes.
PhpPasswordHasher() - Constructor for class rs.baselib.crypto.PhpPasswordHasher
Constructor.
PhpSerializeException - Exception in rs.baselib.php
Exception occurred while serializing
PhpSerializeException() - Constructor for exception rs.baselib.php.PhpSerializeException
Constructor.
PhpSerializeException(String) - Constructor for exception rs.baselib.php.PhpSerializeException
Constructor.
PhpSerializer - Class in rs.baselib.php
Serializes Java objects in a PHP serializer format string.
PhpSerializer() - Constructor for class rs.baselib.php.PhpSerializer
 
PhpUnserializeException - Exception in rs.baselib.php
Exception occurred while serializing
PhpUnserializeException() - Constructor for exception rs.baselib.php.PhpUnserializeException
Constructor.
PhpUnserializeException(String) - Constructor for exception rs.baselib.php.PhpUnserializeException
Constructor.
PhpUnserializer - Class in rs.baselib.php
Unerializes PHP format string to Java objects.
PhpUnserializer() - Constructor for class rs.baselib.php.PhpUnserializer
 
PITCAIRN - Enum constant in enum class rs.baselib.type.Country
 
POLAND - Enum constant in enum class rs.baselib.type.Country
 
poll() - Method in class rs.baselib.util.SynchronizedQueue
Delivers the next object from the queue.
PORTUGAL - Enum constant in enum class rs.baselib.type.Country
 
Preferences - Class in rs.baselib.prefs
Default implementation of preferences.
Preferences(AbstractPreferences, String) - Constructor for class rs.baselib.prefs.Preferences
Constructor.
PreferencesService - Class in rs.baselib.prefs
The default implementation of IPreferencesService.
PREFIX - Static variable in class rs.baselib.crypto.Md5PasswordHasher
The prefix that is present for hashes of this algorithm
PREFIX - Static variable in class rs.baselib.crypto.Sha256PasswordHasher
The prefix that is present for hashes of this algorithm
PREFIX - Static variable in class rs.baselib.crypto.Sha512PasswordHasher
The prefix that is present for hashes of this algorithm
printStackTrace(PrintStream, int) - Static method in class rs.baselib.util.CommonUtils
Dumps the stacktrace into the print stream.
PROD - Enum constant in enum class rs.baselib.util.Environment
Production
PropertiesFileAuthorizationCallback - Class in rs.baselib.security
Implements authorization information retrieval from a properties file.
PropertiesFileAuthorizationCallback() - Constructor for class rs.baselib.security.PropertiesFileAuthorizationCallback
Default Constructor.
PUERTO_RICO - Enum constant in enum class rs.baselib.type.Country
 
push(E) - Method in class rs.baselib.util.SynchronizedQueue
Adds a new object to the list of available objects.
put(String, String) - Method in class rs.baselib.prefs.AbstractPreferences
Associates the specified value with the specified key in this node.
put(String, String) - Method in interface rs.baselib.prefs.IPreferences
Associates the specified value with the specified key in this node.
put(K, V) - Method in interface rs.baselib.util.ICache
Associates the specified value with the specified key in this map (optional operation).
put(K, V) - Method in class rs.baselib.util.SoftMapCache
Associates the specified value with the specified key in this map (optional operation).
put(K, V) - Method in class rs.baselib.util.WeakMapCache
Associates the specified value with the specified key in this map (optional operation).
put(IPreferences, String, String) - Method in class rs.baselib.prefs.PreferencesService
Stores the key at the appropriate sub-node.
putBoolean(String, boolean) - Method in class rs.baselib.prefs.AbstractPreferences
Associates a String object representing the specified boolean value with the specified key in this node.
putBoolean(String, boolean) - Method in interface rs.baselib.prefs.IPreferences
Associates a String object representing the specified boolean value with the specified key in this node.
putByteArray(String, byte[]) - Method in class rs.baselib.prefs.AbstractPreferences
Associates a String object representing the specified byte[] with the specified key in this node.
putByteArray(String, byte[]) - Method in interface rs.baselib.prefs.IPreferences
Associates a String object representing the specified byte[] with the specified key in this node.
putDouble(String, double) - Method in class rs.baselib.prefs.AbstractPreferences
Associates a String object representing the specified double value with the specified key in this node.
putDouble(String, double) - Method in interface rs.baselib.prefs.IPreferences
Associates a String object representing the specified double value with the specified key in this node.
putFloat(String, float) - Method in class rs.baselib.prefs.AbstractPreferences
Associates a String object representing the specified float value with the specified key in this node.
putFloat(String, float) - Method in interface rs.baselib.prefs.IPreferences
Associates a String object representing the specified float value with the specified key in this node.
putInt(String, int) - Method in class rs.baselib.prefs.AbstractPreferences
Associates a String object representing the specified int value with the specified key in this node.
putInt(String, int) - Method in interface rs.baselib.prefs.IPreferences
Associates a String object representing the specified int value with the specified key in this node.
putLong(String, long) - Method in class rs.baselib.prefs.AbstractPreferences
Associates a String object representing the specified long value with the specified key in this node.
putLong(String, long) - Method in interface rs.baselib.prefs.IPreferences
Associates a String object representing the specified long value with the specified key in this node.

Q

QATAR - Enum constant in enum class rs.baselib.type.Country
 

R

RandomStringBuilder - Class in rs.baselib.test
A random string builder.
RandomStringBuilder() - Constructor for class rs.baselib.test.RandomStringBuilder
Constructor.
read() - Method in class rs.baselib.io.AbstractReaderFilter
read(char[], int, int) - Method in class rs.baselib.io.AbstractReaderFilter
readLock() - Method in class rs.baselib.prefs.AbstractPreferences
Aquires a read lock.
readUnlock() - Method in class rs.baselib.prefs.AbstractPreferences
Releases a read lock.
ReflectionUtils - Class in rs.baselib.lang
Reflection utilities.
ReflectionUtils() - Constructor for class rs.baselib.lang.ReflectionUtils
 
remove() - Method in class rs.baselib.util.AdvancedThreadLocal
Removes the current thread's value for this thread-local variable.
remove(Object) - Method in interface rs.baselib.util.ICache
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object) - Method in class rs.baselib.util.SoftMapCache
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object) - Method in class rs.baselib.util.WeakMapCache
Removes the mapping for a key from this map if it is present (optional operation).
remove(String) - Method in class rs.baselib.prefs.AbstractPreferences
Removes the value associated with the specified key in this node, if any.
remove(String) - Method in interface rs.baselib.prefs.IPreferences
Removes the value associated with the specified key in this node, if any.
removeNode() - Method in class rs.baselib.prefs.AbstractPreferences
Removes this node and all of its descendants, invalidating any properties contained in the removed nodes.
removeNode() - Method in interface rs.baselib.prefs.IPreferences
Removes this node and all of its descendants, invalidating any properties contained in the removed nodes.
removeNode(AbstractPreferences) - Method in class rs.baselib.prefs.AbstractPreferences
Removes the given node.
removePropertyChangeListener(PropertyChangeListener) - Method in class rs.baselib.prefs.AbstractPreferences
removePropertyChangeListener(String, PropertyChangeListener) - Method in class rs.baselib.prefs.AbstractPreferences
replaceEnvVariables(String) - Static method in class rs.baselib.util.CommonUtils
Replaces environment variables.
replaceRuntimeVariables(String) - Static method in class rs.baselib.util.CommonUtils
Replaces environment variables.
replaceVariables(String) - Static method in class rs.baselib.util.CommonUtils
Replaces environment and system variables.
ResourceList - Class in rs.baselib.lang
List resources available from the classpath.
ResourceList() - Constructor for class rs.baselib.lang.ResourceList
 
RÉUNION - Enum constant in enum class rs.baselib.type.Country
 
roll(int) - Method in class rs.baselib.util.RsDay
Deprecated.
Returns a day by rolling back or forth this day
roll(int) - Method in class rs.baselib.util.RsMonth
Deprecated.
Returns a month by rolling back or forth this month
roll(int) - Method in class rs.baselib.util.RsYear
Deprecated.
Returns a year by rolling back or forth this year
ROMANIA - Enum constant in enum class rs.baselib.type.Country
 
ROUNDING_MODE - Static variable in class rs.baselib.type.MonetaryValue
Banker's rounding
rs.baselib.configuration - package rs.baselib.configuration
Provides support for configuration issues.
rs.baselib.crypto - package rs.baselib.crypto
Provides support for encrypting, decrypting and signing streams.
rs.baselib.io - package rs.baselib.io
Provides I/O utilities, such as converting from/into bytes and finding resources.
rs.baselib.lang - package rs.baselib.lang
Provides support for Java language-specific issues.
rs.baselib.php - package rs.baselib.php
Providing serializing support for PHP communication.
rs.baselib.prefs - package rs.baselib.prefs
Preference Alternatice (kept for reference) - Experimental.
rs.baselib.security - package rs.baselib.security
Provides password related interfaces and classes.
rs.baselib.sql - package rs.baselib.sql
Pure SQL helper classes.
rs.baselib.test - package rs.baselib.test
Provides classes for test-related issues.
rs.baselib.type - package rs.baselib.type
Commonly used data types.
rs.baselib.util - package rs.baselib.util
Provides several utility classes.
RsDate - Class in rs.baselib.util
Deprecated.
- Use JavaTime interfaces instead
RsDate() - Constructor for class rs.baselib.util.RsDate
Deprecated.
Constructor.
RsDate(int, int, int) - Constructor for class rs.baselib.util.RsDate
Deprecated.
Constructor with default timezone.
RsDate(int, int, int, int, int) - Constructor for class rs.baselib.util.RsDate
Deprecated.
Constructor with default timezone.
RsDate(int, int, int, int, int, int) - Constructor for class rs.baselib.util.RsDate
Deprecated.
Constructor with default timezone.
RsDate(int, int, int, int, int, int, int) - Constructor for class rs.baselib.util.RsDate
Deprecated.
Constructor with default timezone.
RsDate(long) - Constructor for class rs.baselib.util.RsDate
Deprecated.
Constructor.
RsDate(ZonedDateTime) - Constructor for class rs.baselib.util.RsDate
Deprecated.
Constructor.
RsDate(Calendar) - Constructor for class rs.baselib.util.RsDate
Deprecated.
Constructor.
RsDate(Date) - Constructor for class rs.baselib.util.RsDate
Deprecated.
Constructor.
RsDate(TimeZone) - Constructor for class rs.baselib.util.RsDate
Deprecated.
Constructor.
RsDate(TimeZone, int, int, int) - Constructor for class rs.baselib.util.RsDate
Deprecated.
Constructor.
RsDate(TimeZone, int, int, int, int, int) - Constructor for class rs.baselib.util.RsDate
Deprecated.
Constructor.
RsDate(TimeZone, int, int, int, int, int, int) - Constructor for class rs.baselib.util.RsDate
Deprecated.
Constructor.
RsDate(TimeZone, int, int, int, int, int, int, int) - Constructor for class rs.baselib.util.RsDate
Deprecated.
Constructor.
RsDate(TimeZone, long) - Constructor for class rs.baselib.util.RsDate
Deprecated.
Constructor.
RsDate(TimeZone, Date) - Constructor for class rs.baselib.util.RsDate
Deprecated.
Constructor.
RsDay - Class in rs.baselib.util
Deprecated.
- Use JavaTime interfaces instead
RsDay() - Constructor for class rs.baselib.util.RsDay
Deprecated.
Constructor.
RsDay(int, int, int) - Constructor for class rs.baselib.util.RsDay
Deprecated.
Constructor.
RsDay(long) - Constructor for class rs.baselib.util.RsDay
Deprecated.
Constructor.
RsDay(ZonedDateTime) - Constructor for class rs.baselib.util.RsDay
Deprecated.
Constructor.
RsDay(Calendar) - Constructor for class rs.baselib.util.RsDay
Deprecated.
Constructor.
RsDay(Date) - Constructor for class rs.baselib.util.RsDay
Deprecated.
Constructor.
RsDay(TimeZone) - Constructor for class rs.baselib.util.RsDay
Deprecated.
Constructor.
RsDay(TimeZone, int, int, int) - Constructor for class rs.baselib.util.RsDay
Deprecated.
Constructor.
RsDay(TimeZone, long) - Constructor for class rs.baselib.util.RsDay
Deprecated.
Constructor.
RsDay(TimeZone, Date) - Constructor for class rs.baselib.util.RsDay
Deprecated.
Constructor.
RsMonth - Class in rs.baselib.util
Deprecated.
- Use JavaTime interfaces instead
RsMonth() - Constructor for class rs.baselib.util.RsMonth
Deprecated.
Constructor.
RsMonth(int, int) - Constructor for class rs.baselib.util.RsMonth
Deprecated.
Constructor.
RsMonth(long) - Constructor for class rs.baselib.util.RsMonth
Deprecated.
Constructor.
RsMonth(ZonedDateTime) - Constructor for class rs.baselib.util.RsMonth
Deprecated.
Constructor.
RsMonth(Calendar) - Constructor for class rs.baselib.util.RsMonth
Deprecated.
Constructor.
RsMonth(Date) - Constructor for class rs.baselib.util.RsMonth
Deprecated.
Constructor.
RsMonth(TimeZone) - Constructor for class rs.baselib.util.RsMonth
Deprecated.
Constructor.
RsMonth(TimeZone, int, int) - Constructor for class rs.baselib.util.RsMonth
Deprecated.
Constructor.
RsMonth(TimeZone, long) - Constructor for class rs.baselib.util.RsMonth
Deprecated.
Constructor.
RsMonth(TimeZone, Date) - Constructor for class rs.baselib.util.RsMonth
Deprecated.
Constructor.
RsYear - Class in rs.baselib.util
Deprecated.
- Use JavaTime interfaces instead
RsYear() - Constructor for class rs.baselib.util.RsYear
Deprecated.
Constructor.
RsYear(int) - Constructor for class rs.baselib.util.RsYear
Deprecated.
Constructor.
RsYear(long) - Constructor for class rs.baselib.util.RsYear
Deprecated.
Constructor.
RsYear(ZonedDateTime) - Constructor for class rs.baselib.util.RsYear
Deprecated.
Constructor.
RsYear(Calendar) - Constructor for class rs.baselib.util.RsYear
Deprecated.
Constructor.
RsYear(Date) - Constructor for class rs.baselib.util.RsYear
Deprecated.
Constructor.
RsYear(TimeZone) - Constructor for class rs.baselib.util.RsYear
Deprecated.
Constructor.
RsYear(TimeZone, int) - Constructor for class rs.baselib.util.RsYear
Deprecated.
Constructor.
RsYear(TimeZone, long) - Constructor for class rs.baselib.util.RsYear
Deprecated.
Constructor.
RsYear(TimeZone, Date) - Constructor for class rs.baselib.util.RsYear
Deprecated.
Constructor.
run() - Method in class rs.baselib.prefs.AbstractPreferencesService.FlushingThread
 
RUSSIAN_FEDERATION - Enum constant in enum class rs.baselib.type.Country
 
RWANDA - Enum constant in enum class rs.baselib.type.Country
 

S

SAINT_HELENA - Enum constant in enum class rs.baselib.type.Country
 
SAINT_KITTS_AND_NEVIS - Enum constant in enum class rs.baselib.type.Country
 
SAINT_LUCIA - Enum constant in enum class rs.baselib.type.Country
 
SAINT_PIERRE_AND_MIQUELON - Enum constant in enum class rs.baselib.type.Country
 
SAINT_VINCENT_AND_THE_GRENADINES - Enum constant in enum class rs.baselib.type.Country
 
SAMOA - Enum constant in enum class rs.baselib.type.Country
 
SAN_MARINO - Enum constant in enum class rs.baselib.type.Country
 
SAO_TOME_AND_PRINCIPE - Enum constant in enum class rs.baselib.type.Country
 
SAUDI_ARABIA - Enum constant in enum class rs.baselib.type.Country
 
SAUDI_IRAQI_NEUTRAL_ZONE - Enum constant in enum class rs.baselib.type.Country
 
save(File, PrivateKey) - Static method in class rs.baselib.crypto.EncryptionUtils
Saves a PrivateKey into given file.
save(File, PublicKey) - Static method in class rs.baselib.crypto.EncryptionUtils
Saves a PublicKey into given file.
save(OutputStream, PrivateKey) - Static method in class rs.baselib.crypto.EncryptionUtils
Saves a PrivateKey into given stream.
save(OutputStream, PublicKey) - Static method in class rs.baselib.crypto.EncryptionUtils
Saves a PublicKey into given stream.
save(PrintWriter, PrivateKey) - Static method in class rs.baselib.crypto.EncryptionUtils
Saves a PrivateKey into given writer.
save(PrintWriter, PublicKey) - Static method in class rs.baselib.crypto.EncryptionUtils
Saves a PublicKey into given writer.
save(String, PrivateKey) - Static method in class rs.baselib.crypto.EncryptionUtils
Saves a PrivateKey into given file.
save(String, PublicKey) - Static method in class rs.baselib.crypto.EncryptionUtils
Saves a PublicKey into given file.
save(String, IPreferences, PrintWriter) - Method in class rs.baselib.prefs.PreferencesService
Recursively stores the given node into the writer.
save(IPreferences, OutputStream) - Method in class rs.baselib.prefs.PreferencesService
Saves the node information into the stream
SCOTLAND - Enum constant in enum class rs.baselib.type.Country
 
SEED - Static variable in class rs.baselib.lang.HashCodeUtil
An initial value for a hashCode, to which is added contributions from fields.
SENEGAL - Enum constant in enum class rs.baselib.type.Country
 
SERBIA - Enum constant in enum class rs.baselib.type.Country
 
SERBIEN_UND_MONTENEGRO - Enum constant in enum class rs.baselib.type.Country
 
serialize(Object) - Static method in class rs.baselib.lang.LangUtils
Serializes the given value.
serialize(Object) - Static method in class rs.baselib.php.PhpSerializer
Serializes the specified object.
serializeBase64(Object) - Static method in class rs.baselib.lang.LangUtils
Serializes the given value into BASE64.
set(int, String) - Method in class rs.baselib.util.CronSchedule
Sets the time values accordingly
set(int, CronSchedule.AbstractTimeValue[]) - Method in class rs.baselib.util.CronSchedule
Sets the values for a specific type
set(String) - Method in class rs.baselib.util.CronSchedule
Sets the cron schedule.
set(T) - Method in class rs.baselib.util.AdvancedThreadLocal
Sets the current thread's copy of this thread-local variable to the specified value.
setAdditionalArgument(int, String, boolean, String) - Method in class rs.baselib.sql.AbstractJdbcConnectionProvider
setAdditionalArgument(int, String, boolean, String) - Method in interface rs.baselib.sql.IJdbcConnectionProvider2
setAdditionalArgumentEnabled(int, boolean) - Method in class rs.baselib.sql.AbstractJdbcConnectionProvider
Sets whether additional argument is enabled.
setAdditionalArgumentEnabled(int, boolean) - Method in interface rs.baselib.sql.IJdbcConnectionProvider2
Sets whether additional argument is enabled.
setAdditionalArgumentName(int, String) - Method in class rs.baselib.sql.AbstractJdbcConnectionProvider
Sets the name of the additional argument.
setAdditionalArgumentName(int, String) - Method in interface rs.baselib.sql.IJdbcConnectionProvider2
Sets the name of the additional argument.
setAlgorithm(String) - Method in class rs.baselib.crypto.DefaultCryptingDelegateFactory
Sets the algorithm.
setAmount(BigDecimal) - Method in class rs.baselib.type.MonetaryValue
Sets the amount.
setAnchor(URL, String) - Static method in class rs.baselib.util.CommonUtils
Set the anchor id for at the given URL.
setBeanProperty(String) - Method in class rs.baselib.util.BeanValueProvider
Sets the beanProperty.
setCity(String) - Method in class rs.baselib.type.Address
Sets the Address.city.
setConnectTimeout(int) - Static method in class rs.baselib.util.CommonUtils
Sets the URL connect timeout.
setCountry(Country) - Method in class rs.baselib.type.Address
Sets the Address.country.
setCurrency(Currency) - Method in class rs.baselib.type.MonetaryValue
Sets the currency.
setDataSource(String) - Method in class rs.baselib.sql.AbstractJdbcConnectionProvider
Sets the AbstractJdbcConnectionProvider.dataSource.
setDbLogin(boolean, String) - Method in class rs.baselib.sql.AbstractJdbcConnectionProvider
setDbLogin(boolean, String) - Method in interface rs.baselib.sql.IJdbcConnectionProvider2
setDbLoginEnabled(boolean) - Method in class rs.baselib.sql.AbstractJdbcConnectionProvider
Sets whether DB login argument is enabled.
setDbLoginEnabled(boolean) - Method in interface rs.baselib.sql.IJdbcConnectionProvider2
Sets whether DB login argument is enabled.
setDbName(boolean, String) - Method in class rs.baselib.sql.AbstractJdbcConnectionProvider
setDbName(boolean, String) - Method in interface rs.baselib.sql.IJdbcConnectionProvider2
setDbNameEnabled(boolean) - Method in class rs.baselib.sql.AbstractJdbcConnectionProvider
Sets whether DB name argument is enabled.
setDbNameEnabled(boolean) - Method in interface rs.baselib.sql.IJdbcConnectionProvider2
Sets whether DB name argument is enabled.
setDbPassword(boolean, String) - Method in class rs.baselib.sql.AbstractJdbcConnectionProvider
setDbPassword(boolean, String) - Method in interface rs.baselib.sql.IJdbcConnectionProvider2
setDbPasswordEnabled(boolean) - Method in class rs.baselib.sql.AbstractJdbcConnectionProvider
Sets whether DB password argument is enabled.
setDbPasswordEnabled(boolean) - Method in interface rs.baselib.sql.IJdbcConnectionProvider2
Sets whether DB password argument is enabled.
setDefaultAdditionalArgument(int, String) - Method in class rs.baselib.sql.AbstractJdbcConnectionProvider
Sets the default additional argument to be used when it is disabled or actual value is empty.
setDefaultAdditionalArgument(int, String) - Method in interface rs.baselib.sql.IJdbcConnectionProvider2
Sets the default additional argument to be used when it is disabled or actual value is empty.
setDefaultDbLogin(String) - Method in class rs.baselib.sql.AbstractJdbcConnectionProvider
Sets the default DB login argument to be used when DB login argument is disabled or actual value is empty.
setDefaultDbLogin(String) - Method in interface rs.baselib.sql.IJdbcConnectionProvider2
Sets the default DB login argument to be used when DB login argument is disabled or actual value is empty.
setDefaultDbName(String) - Method in class rs.baselib.sql.AbstractJdbcConnectionProvider
Sets the default DB name argument to be used when DB name argument is disabled or actual value is empty.
setDefaultDbName(String) - Method in interface rs.baselib.sql.IJdbcConnectionProvider2
Sets the default DB name argument to be used when DB name argument is disabled or actual value is empty.
setDefaultDbPassword(String) - Method in class rs.baselib.sql.AbstractJdbcConnectionProvider
Sets the default DB password argument to be used when DB password argument is disabled or actual value is empty.
setDefaultDbPassword(String) - Method in interface rs.baselib.sql.IJdbcConnectionProvider2
Sets the default DB password argument to be used when DB password argument is disabled or actual value is empty.
setDefaultHost(String) - Method in class rs.baselib.sql.AbstractJdbcConnectionProvider
Sets the default host argument to be used when host argument is disabled or actual value is empty.
setDefaultHost(String) - Method in interface rs.baselib.sql.IJdbcConnectionProvider2
Sets the default host argument to be used when host argument is disabled or actual value is empty.
setDefaultPort(String) - Method in class rs.baselib.sql.AbstractJdbcConnectionProvider
Sets the default port argument to be used when port argument is disabled or actual value is empty.
setDefaultPort(String) - Method in interface rs.baselib.sql.IJdbcConnectionProvider2
Sets the default port argument to be used when port argument is disabled or actual value is empty.
setDriverParameter(String, String) - Method in class rs.baselib.sql.AbstractJdbcConnectionProvider
Sets a driver parameter value or deletes it.
setDriverParameter(String, String) - Method in interface rs.baselib.sql.IJdbcConnectionProvider2
Sets a driver parameter value or deletes it.
setEndValue(int) - Method in class rs.baselib.util.CronSchedule.TimeRange
 
setFile(File) - Method in class rs.baselib.lang.JarDescriptor
Sets the file.
setFrom(RsDate) - Method in class rs.baselib.util.DateTimePeriod
Deprecated.
Sets the from.
setHibernateDialect(String) - Method in class rs.baselib.sql.AbstractJdbcConnectionProvider
Sets the AbstractJdbcConnectionProvider.hibernateDialect.
setHost(boolean, String) - Method in class rs.baselib.sql.AbstractJdbcConnectionProvider
setHost(boolean, String) - Method in interface rs.baselib.sql.IJdbcConnectionProvider2
setHostEnabled(boolean) - Method in class rs.baselib.sql.AbstractJdbcConnectionProvider
Sets whether host argument is enabled.
setHostEnabled(boolean) - Method in interface rs.baselib.sql.IJdbcConnectionProvider2
Sets whether host argument is enabled.
setJarFile(JarFile) - Method in class rs.baselib.lang.JarDescriptor
Sets the jarFile.
setKeyPair(KeyPair) - Method in class rs.baselib.crypto.DefaultCryptingDelegateFactory
Sets the keyPair.
setLoginLabel(String) - Method in class rs.baselib.security.GuiAuthorizationCallback
Sets a text for the login label.
setLoginPrompt(String) - Method in class rs.baselib.security.CommandLineAuthorizationCallback
Sets a text for the login prompt.
setMarkers(String, String, Object) - Static method in class rs.baselib.util.CommonUtils
Sets markers in a template.
setMathContext(MathContext) - Method in class rs.baselib.type.MonetaryValue
Sets the MathContext.
setName(String) - Method in class rs.baselib.security.AbstractAuthorizationCallback
Sets the login name.
setNullValue(Object) - Method in class rs.baselib.util.BeanValueProvider
Sets the nullValue.
setParamSpec(AlgorithmParameterSpec) - Method in class rs.baselib.crypto.DefaultCryptingDelegateFactory
Sets the paramSpec.
setPassword(String) - Method in class rs.baselib.security.AbstractAuthorizationCallback
Sets the password.
setPasswordLabel(String) - Method in class rs.baselib.security.GuiAuthorizationCallback
Sets a text for the password label.
setPasswordPrompt(String) - Method in class rs.baselib.security.CommandLineAuthorizationCallback
Sets a text for the password prompt.
setPort(boolean, String) - Method in class rs.baselib.sql.AbstractJdbcConnectionProvider
setPort(boolean, String) - Method in interface rs.baselib.sql.IJdbcConnectionProvider2
setPortEnabled(boolean) - Method in class rs.baselib.sql.AbstractJdbcConnectionProvider
Sets whether port argument is enabled.
setPortEnabled(boolean) - Method in interface rs.baselib.sql.IJdbcConnectionProvider2
Sets whether port argument is enabled.
setPrivateKey(String) - Method in class rs.baselib.crypto.DataSigner
Sets the privateKey.
setPrivateKey(PrivateKey) - Method in class rs.baselib.crypto.DataSigner
Sets the privateKey.
setPrompt(String) - Method in class rs.baselib.security.GuiAuthorizationCallback
Sets a text for the prompt.
setPublicKey(String) - Method in class rs.baselib.crypto.DataSigner
Sets the publicKey.
setPublicKey(PublicKey) - Method in class rs.baselib.crypto.DataSigner
Sets the publicKey.
setRange(CronSchedule.AbstractTimeValue) - Method in class rs.baselib.util.CronSchedule.TimeSteps
 
setReadTimeout(int) - Static method in class rs.baselib.util.CommonUtils
Sets the URL read timeout.
setRoundingMode(RoundingMode) - Method in class rs.baselib.type.MonetaryValue
Sets the rounding mode.
setRuntime(Environment) - Static method in class rs.baselib.util.EnvironmentRuntime
Sets the EnvironmentRuntime.runtime.
setScale(int) - Method in class rs.baselib.type.MonetaryValue
Sets the scale.
setStartValue(int) - Method in class rs.baselib.util.CronSchedule.TimeRange
 
setState(String) - Method in class rs.baselib.type.Address
Sets the Address.state.
setSteps(int) - Method in class rs.baselib.util.CronSchedule.TimeSteps
 
setStreet1(String) - Method in class rs.baselib.type.Address
Sets the Address.street1.
setStreet2(String) - Method in class rs.baselib.type.Address
Sets the Address.street2.
setTitle(String) - Method in class rs.baselib.security.GuiAuthorizationCallback
Sets a text for the popup title.
setUntil(RsDate) - Method in class rs.baselib.util.DateTimePeriod
Deprecated.
Sets the until.
setValue(int) - Method in class rs.baselib.util.CronSchedule.SingleTimeValue
 
setZipCode(String) - Method in class rs.baselib.type.Address
Sets the Address.zipCode.
SEYCHELLES - Enum constant in enum class rs.baselib.type.Country
 
Sha256PasswordHasher - Class in rs.baselib.crypto
Uses salted SHA256 hashes from Sha2Crypt.
Sha256PasswordHasher() - Constructor for class rs.baselib.crypto.Sha256PasswordHasher
Constructor.
Sha512PasswordHasher - Class in rs.baselib.crypto
Uses salted SHA512 hashes from Sha2Crypt.
Sha512PasswordHasher() - Constructor for class rs.baselib.crypto.Sha512PasswordHasher
Constructor.
showPopup() - Method in class rs.baselib.security.GuiAuthorizationCallback
Shows the popup and asks for credentials.
SIERRA_LEONE - Enum constant in enum class rs.baselib.type.Country
 
sign(byte[]) - Method in class rs.baselib.crypto.DataSigner
Creates a signature for the given bytes.
sign(InputStream) - Method in class rs.baselib.crypto.DataSigner
Creates a signature for the given stream.
sign(Reader) - Method in class rs.baselib.crypto.DataSigner
Creates a signature for the given stream.
sign(String) - Method in class rs.baselib.crypto.DataSigner
Creates a signature for the given string.
SigningException - Exception in rs.baselib.crypto
Exception thrown from signing process.
SigningException() - Constructor for exception rs.baselib.crypto.SigningException
Constructor.
SigningException(String) - Constructor for exception rs.baselib.crypto.SigningException
Constructor.
SigningException(String, Throwable) - Constructor for exception rs.baselib.crypto.SigningException
Constructor.
SigningException(Throwable) - Constructor for exception rs.baselib.crypto.SigningException
Constructor.
SIMPLE_INT_FORMATTER() - Static method in class rs.baselib.util.CommonUtils
Formatter for integers.
SIMPLE_NUMBER_FORMATTER() - Static method in class rs.baselib.util.CommonUtils
Formatter for real numbers.
SimpleAuthorizationCallback - Class in rs.baselib.security
A simple authorization callback to be used within programming.
SimpleAuthorizationCallback() - Constructor for class rs.baselib.security.SimpleAuthorizationCallback
Default Constructor.
SimpleAuthorizationCallback(String, String) - Constructor for class rs.baselib.security.SimpleAuthorizationCallback
Constructor.
SINGAPORE - Enum constant in enum class rs.baselib.type.Country
 
SingleTimeValue(int) - Constructor for class rs.baselib.util.CronSchedule.SingleTimeValue
 
SingleTimeValue(String) - Constructor for class rs.baselib.util.CronSchedule.SingleTimeValue
 
size() - Method in interface rs.baselib.util.ICache
Returns the number of key-value mappings in this map.
size() - Method in class rs.baselib.util.SoftMapCache
Returns the number of key-value mappings in this map.
size() - Method in class rs.baselib.util.WeakMapCache
Returns the number of key-value mappings in this map.
sleep(long) - Static method in class rs.baselib.lang.LangUtils
A wrapper for Thread.sleep(long) to avoid try/catch blocks.
SLOVAKIA - Enum constant in enum class rs.baselib.type.Country
 
SLOVENIA - Enum constant in enum class rs.baselib.type.Country
 
SoftMapCache<K,V> - Class in rs.baselib.util
A cache implementation using a HashMap with SoftReferences.
SoftMapCache() - Constructor for class rs.baselib.util.SoftMapCache
Constructor.
SOLOMON_ISLANDS - Enum constant in enum class rs.baselib.type.Country
 
SOMALIA - Enum constant in enum class rs.baselib.type.Country
 
some(Builder<T>) - Static method in class rs.baselib.test.BuilderUtils
Return any object.
SOUTH_AFRICA - Enum constant in enum class rs.baselib.type.Country
 
SOUTH_AMERICA - Enum constant in enum class rs.baselib.type.Continent
South America
SOUTH_GEORGIA_AND_THE_SOUTH_SANDWICH_ISLANDS - Enum constant in enum class rs.baselib.type.Country
 
SOVIET_UNION - Enum constant in enum class rs.baselib.type.Country
 
SPAIN - Enum constant in enum class rs.baselib.type.Country
 
SPECIAL_CHARS - Static variable in class rs.baselib.util.CommonUtils
special chars (!\"&/()=?;*+'#;,:._-<>)
split(String) - Static method in class rs.baselib.util.CommonUtils
Splits the string using comma as separation char.
split(String, Class<T>) - Static method in class rs.baselib.util.CommonUtils
Splits the string and returns a collection of Enum values from specified class.
split(String, String, Class<T>) - Static method in class rs.baselib.util.CommonUtils
Splits the string (by commas) and returns a collection of Enum values from specified class.
split(String, String, Collection<String>) - Static method in class rs.baselib.util.CommonUtils
Splits the string using comma as separation char.
split(String, Collection<String>) - Static method in class rs.baselib.util.CommonUtils
Splits the string using comma as separation char.
SRI_LANKA - Enum constant in enum class rs.baselib.type.Country
 
STATE - Static variable in class rs.baselib.type.Address
Property name of state
stderrStackTrace() - Static method in class rs.baselib.util.CommonUtils
Dumps the stacktrace so stderr.
stdoutStackTrace() - Static method in class rs.baselib.util.CommonUtils
Dumps the stacktrace so stdout.
storeProperties(Properties, File) - Static method in class rs.baselib.util.CommonUtils
Stores a property file.
storeProperties(Properties, String) - Static method in class rs.baselib.util.CommonUtils
Stores a property file.
STREET1 - Static variable in class rs.baselib.type.Address
Property name of street1
STREET2 - Static variable in class rs.baselib.type.Address
Property name of street2
StringBuilder - Class in rs.baselib.test
A string builder.
StringBuilder() - Constructor for class rs.baselib.test.StringBuilder
Constructor.
subtract(double) - Method in class rs.baselib.type.MonetaryValue
Subtracts another value from this object.
subtract(int) - Method in class rs.baselib.type.MonetaryValue
Subtracts another value from this object.
subtract(long) - Method in class rs.baselib.type.MonetaryValue
Subtracts another value from this object.
subtract(CharSequence) - Method in class rs.baselib.type.MonetaryValue
Subtracts another value from this object.
subtract(BigDecimal) - Method in class rs.baselib.type.MonetaryValue
Subtracts another value from this object.
subtract(BigInteger) - Method in class rs.baselib.type.MonetaryValue
Subtracts another value from this object.
subtract(MonetaryValue) - Method in class rs.baselib.type.MonetaryValue
Subtracts another value from this object.
SUDAN - Enum constant in enum class rs.baselib.type.Country
 
SURINAME - Enum constant in enum class rs.baselib.type.Country
 
SVALBARD_AND_JAN_MAYEN - Enum constant in enum class rs.baselib.type.Country
 
SWAZILAND - Enum constant in enum class rs.baselib.type.Country
 
SWEDEN - Enum constant in enum class rs.baselib.type.Country
 
SWITZERLAND - Enum constant in enum class rs.baselib.type.Country
 
sync() - Method in class rs.baselib.prefs.AbstractPreferences
Ensures that future reads from this node and its descendants reflect any changes that were committed to the persistent store (from any VM) prior to the sync invocation.
sync() - Method in interface rs.baselib.prefs.IPreferences
Ensures that future reads from this node and its descendants reflect any changes that were committed to the persistent store (from any VM) prior to the sync invocation.
sync(IPreferences) - Method in class rs.baselib.prefs.AbstractPreferencesService
Wait for any modifications to be flushed.
sync(IPreferences) - Method in interface rs.baselib.prefs.IPreferencesService
Wait for any modifications to be flushed.
SynchronizedQueue<E> - Class in rs.baselib.util
Implements a thread-safe synchronized object queue that also wakes up waiting threads.
SynchronizedQueue() - Constructor for class rs.baselib.util.SynchronizedQueue
Constructor.
SynchronizedQueue(int) - Constructor for class rs.baselib.util.SynchronizedQueue
Constructor.
SYRIAN_ARAB_REPUBLIC - Enum constant in enum class rs.baselib.type.Country
 

T

TAIWAN - Enum constant in enum class rs.baselib.type.Country
 
TAJIKISTAN - Enum constant in enum class rs.baselib.type.Country
 
TANZANIA_UNITED_REPUBLIC_OF - Enum constant in enum class rs.baselib.type.Country
 
TEST - Enum constant in enum class rs.baselib.util.Environment
Test
testPassword(String, String) - Method in class rs.baselib.crypto.BlowfishPasswordHasher
Tests a plain Password whether it is the same as a previously hashed password.
testPassword(String, String) - Method in class rs.baselib.crypto.CombinedPasswordHasher
Tests a plain Password whether it is the same as a previously hashed password.
testPassword(String, String) - Method in class rs.baselib.crypto.DummyPasswordHasher
Tests a plain Password whether it is the same as a previously hashed password.
testPassword(String, String) - Method in class rs.baselib.crypto.Md5PasswordHasher
Tests a plain Password whether it is the same as a previously hashed password.
testPassword(String, String) - Method in interface rs.baselib.crypto.PasswordHasher
Tests a plain Password whether it is the same as a previously hashed password.
testPassword(String, String) - Method in class rs.baselib.crypto.PhpPasswordHasher
Tests a plain Password whether it is the same as a previously hashed password.
testPassword(String, String) - Method in class rs.baselib.crypto.Sha256PasswordHasher
Tests a plain Password whether it is the same as a previously hashed password.
testPassword(String, String) - Method in class rs.baselib.crypto.Sha512PasswordHasher
Tests a plain Password whether it is the same as a previously hashed password.
TextFileAuthorizationCallback - Class in rs.baselib.security
Implements authorization information retrieval from a plain text file.
TextFileAuthorizationCallback() - Constructor for class rs.baselib.security.TextFileAuthorizationCallback
Default Constructor.
THAILAND - Enum constant in enum class rs.baselib.type.Country
 
TimeAll() - Constructor for class rs.baselib.util.CronSchedule.TimeAll
Constructor
TimeRange(int, int) - Constructor for class rs.baselib.util.CronSchedule.TimeRange
 
TimeRange(String) - Constructor for class rs.baselib.util.CronSchedule.TimeRange
 
TimeSteps(String) - Constructor for class rs.baselib.util.CronSchedule.TimeSteps
 
TimeSteps(CronSchedule.AbstractTimeValue, int) - Constructor for class rs.baselib.util.CronSchedule.TimeSteps
 
TIMOR_LESTE - Enum constant in enum class rs.baselib.type.Country
 
TOGO - Enum constant in enum class rs.baselib.type.Country
 
TOKELAU - Enum constant in enum class rs.baselib.type.Country
 
TONGA - Enum constant in enum class rs.baselib.type.Country
 
toString() - Method in class rs.baselib.sql.AbstractJdbcConnectionProvider
toString() - Method in class rs.baselib.type.MonetaryValue
The representation of the value as string
toString() - Method in class rs.baselib.util.CronSchedule.NeverValue
Returns cron-like string of this definition.
toString() - Method in class rs.baselib.util.CronSchedule.SingleTimeValue
Returns cron-like string of this definition.
toString() - Method in class rs.baselib.util.CronSchedule.TimeAll
Returns cron-like string of this definition.
toString() - Method in class rs.baselib.util.CronSchedule.TimeRange
Returns cron-like string of this definition.
toString() - Method in class rs.baselib.util.CronSchedule.TimeSteps
Returns cron-like string of this definition.
toString() - Method in class rs.baselib.util.CronSchedule
Returns the cron-like definition of the schedule.
toString() - Method in class rs.baselib.util.DateTimePeriod
Deprecated.
toString() - Method in class rs.baselib.util.RsDate
Deprecated.
toString() - Method in class rs.baselib.util.RsDay
Deprecated.
toString() - Method in class rs.baselib.util.RsMonth
Deprecated.
toString() - Method in class rs.baselib.util.RsYear
Deprecated.
toString(byte[]) - Static method in class rs.baselib.util.CommonUtils
Generates a string presentation of the given bytes.
toString(float) - Static method in class rs.baselib.util.CommonUtils
Formats the money value.
toString(Object[]) - Static method in class rs.baselib.util.CommonUtils
Generates a string presentation of the given objects.
toString(String) - Static method in class rs.baselib.util.CommonUtils
Formats the string for display.
toString(String, Object...) - Static method in class rs.baselib.lang.LangUtils
Creates a unified toString() output.
toString(RsDate) - Static method in class rs.baselib.util.CommonUtils
Deprecated.
- Use JavaTime interfaces instead
toString(RsDay) - Static method in class rs.baselib.util.CommonUtils
Formats the given day.
toString(RsMonth) - Static method in class rs.baselib.util.CommonUtils
Formats the given month (1st day of month).
toString(RsYear) - Static method in class rs.baselib.util.CommonUtils
Formats the given year.
toURL(String) - Method in interface rs.baselib.util.IUrlTransformer
Converts the given string to a URL.
toURL(String) - Method in class rs.baselib.util.UriProviderWrapper
Converts the given string to a URL.
toURL(String) - Method in class rs.baselib.util.UrlProviderWrapper
Converts the given string to a URL.
TRACE - Enum constant in enum class rs.baselib.util.LogLevel
SLF4J Trace level.
traceStackTrace(Logger) - Static method in class rs.baselib.util.CommonUtils
Dumps the stacktrace in TRACE mode.
trim(String) - Static method in class rs.baselib.util.CommonUtils
Trims the string by removing whitespaces and newlines from begin and end of the string.
TRINIDAD_AND_TOBAGO - Enum constant in enum class rs.baselib.type.Country
 
TRISTAN_DA_CUNHA - Enum constant in enum class rs.baselib.type.Country
 
TUNISIA - Enum constant in enum class rs.baselib.type.Country
 
TURKEY - Enum constant in enum class rs.baselib.type.Country
 
TURKMENISTAN - Enum constant in enum class rs.baselib.type.Country
 
TURKS_AND_CAICOS_ISLANDS - Enum constant in enum class rs.baselib.type.Country
 
TUVALU - Enum constant in enum class rs.baselib.type.Country
 
TYPES - Static variable in class rs.baselib.util.CronSchedule
Types being used.

U

UAT - Enum constant in enum class rs.baselib.util.Environment
UAT
UGANDA - Enum constant in enum class rs.baselib.type.Country
 
UKRAINE - Enum constant in enum class rs.baselib.type.Country
 
UNITED_ARAB_EMIRATES - Enum constant in enum class rs.baselib.type.Country
 
UNITED_KINGDOM - Enum constant in enum class rs.baselib.type.Country
 
UNITED_STATES - Enum constant in enum class rs.baselib.type.Country
 
UNIX_STRATEGY_BLOWFISH - Static variable in class rs.baselib.crypto.CombinedPasswordHasher
A UNIX strategy to hash and check passwords (with BlowfishPasswordHasher as default).
UNIX_STRATEGY_MD5 - Static variable in class rs.baselib.crypto.CombinedPasswordHasher
A UNIX strategy to hash and check passwords (with Md5PasswordHasher as default).
UNIX_STRATEGY_PHP - Static variable in class rs.baselib.crypto.CombinedPasswordHasher
A UNIX strategy to hash and check passwords (with PhpPasswordHasher as default).
UNIX_STRATEGY_SHA256 - Static variable in class rs.baselib.crypto.CombinedPasswordHasher
A UNIX strategy to hash and check passwords (with Md5PasswordHasher as default).
UNIX_STRATEGY_SHA512 - Static variable in class rs.baselib.crypto.CombinedPasswordHasher
A UNIX strategy to hash and check passwords (with Md5PasswordHasher as default).
unserialize(byte[]) - Static method in class rs.baselib.lang.LangUtils
Unserializes the given value.
unserialize(String) - Static method in class rs.baselib.lang.LangUtils
Unserializes the given value.
unserialize(String) - Static method in class rs.baselib.php.PhpUnserializer
Unserializes string to an object.
unserialize(String, Charset) - Static method in class rs.baselib.php.PhpUnserializer
Unserializes string to an object.
update(Signature, InputStream) - Method in class rs.baselib.crypto.DataSigner
Updates the DSA with the bytes from this stream.
update(Signature, Reader) - Method in class rs.baselib.crypto.DataSigner
Updates the DSA with the bytes from this stream.
UriProviderWrapper - Class in rs.baselib.util
Wraps an IUriProvider into an IUrlTransformer.
UriProviderWrapper(IUriProvider) - Constructor for class rs.baselib.util.UriProviderWrapper
Constructor.
URL_TEMPLATE - Static variable in class rs.baselib.sql.HyperSqlFileJdbcConnectionProvider
The URL Template
URL_TEMPLATE - Static variable in class rs.baselib.sql.HyperSqlServerJdbcConnectionProvider
The URL Template
URL_TEMPLATE - Static variable in class rs.baselib.sql.MySql5JdbcConnectionProvider
The URL Template
UrlProviderWrapper - Class in rs.baselib.util
Wraps an IUrlProvider into an IUrlTransformer.
UrlProviderWrapper(IUrlProvider) - Constructor for class rs.baselib.util.UrlProviderWrapper
Constructor.
URUGUAY - Enum constant in enum class rs.baselib.type.Country
 
UZBEKISTAN - Enum constant in enum class rs.baselib.type.Country
 

V

value() - Element in annotation interface rs.baselib.test.IgnoreTest
The type of tests that the annotated object will be ignored for.
valueOf(String) - Static method in enum class rs.baselib.type.Continent
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class rs.baselib.type.Country
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class rs.baselib.util.Environment
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class rs.baselib.util.LogLevel
Returns the enum constant of this class with the specified name.
values() - Static method in enum class rs.baselib.type.Continent
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class rs.baselib.type.Country
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class rs.baselib.util.Environment
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in interface rs.baselib.util.ICache
Returns a Collection view of the values contained in this map.
values() - Static method in enum class rs.baselib.util.LogLevel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in class rs.baselib.util.SoftMapCache
Returns a Collection view of the values contained in this map.
values() - Method in class rs.baselib.util.WeakMapCache
Returns a Collection view of the values contained in this map.
VALUES_CLEARED - Static variable in interface rs.baselib.prefs.IPreferences
Property name when all values were removed
VANUATU - Enum constant in enum class rs.baselib.type.Country
 
VENEZUELA - Enum constant in enum class rs.baselib.type.Country
 
verify(byte[], byte[]) - Method in class rs.baselib.crypto.DataSigner
Verifies the signature on the given bytes.
verify(byte[], InputStream) - Method in class rs.baselib.crypto.DataSigner
Verifies the signature on the given stream.
verify(byte[], Reader) - Method in class rs.baselib.crypto.DataSigner
Verifies the signature on the given stream.
verify(String, InputStream) - Method in class rs.baselib.crypto.DataSigner
Verifies the signature on the given stream.
verify(String, Reader) - Method in class rs.baselib.crypto.DataSigner
Verifies the signature on the given stream.
verify(String, String) - Method in class rs.baselib.crypto.DataSigner
Verifies the signature on the given string.
verifyThreads() - Method in class rs.baselib.util.AdvancedThreadLocal
Removes all values where the thried died meanwhile.
VIET_NAM - Enum constant in enum class rs.baselib.type.Country
 
VIRGIN_ISLANDS_BRITISH - Enum constant in enum class rs.baselib.type.Country
 
VIRGIN_ISLANDS_US - Enum constant in enum class rs.baselib.type.Country
 

W

WALES - Enum constant in enum class rs.baselib.type.Country
 
WALLIS_AND_FUTUNA - Enum constant in enum class rs.baselib.type.Country
 
WARN - Enum constant in enum class rs.baselib.util.LogLevel
SLF4J Warning level.
WeakMapCache<K,V> - Class in rs.baselib.util
A cache implementation using a HashMap with WeakReferences.
WeakMapCache() - Constructor for class rs.baselib.util.WeakMapCache
Constructor.
WESTERN_SAHARA - Enum constant in enum class rs.baselib.type.Country
 
withChars(String) - Method in class rs.baselib.test.RandomStringBuilder
Set the allowed chars (default [A-Za-z0-9])
withEnd(int) - Method in class rs.baselib.test.IntBuilder
Set a given max number (for random numbers only).
withEnd(long) - Method in class rs.baselib.test.LongBuilder
Set a given max number (for random numbers only).
withLength(int) - Method in class rs.baselib.test.RandomStringBuilder
Set the length of the strings to return.
withOffset(int) - Method in class rs.baselib.test.IntBuilder
Set a given increment/decrement for each build.
withOffset(long) - Method in class rs.baselib.test.LongBuilder
Set a given increment/decrement for each build.
withPattern(String) - Method in class rs.baselib.test.StringBuilder
 
withRandom() - Method in class rs.baselib.test.IntBuilder
Set random creation.
withRandom() - Method in class rs.baselib.test.LongBuilder
Set random creation.
withStart(int) - Method in class rs.baselib.test.IntBuilder
Start the build with a given integer.
withStart(long) - Method in class rs.baselib.test.LongBuilder
Start the build with a given long.
writeContent(File, String) - Static method in class rs.baselib.util.CommonUtils
Writes the string to a file.
writeContent(File, String, Charset) - Static method in class rs.baselib.util.CommonUtils
Writes the string to a file.
writeContent(OutputStream, String) - Static method in class rs.baselib.util.CommonUtils
Writes the string to a stream.
writeContent(OutputStream, String, Charset) - Static method in class rs.baselib.util.CommonUtils
Writes the string to a stream.
writeContent(Writer, String) - Static method in class rs.baselib.util.CommonUtils
Writes the string to a writer.
writeContent(String, String) - Static method in class rs.baselib.util.CommonUtils
Writes the string to a file.
writeContent(String, String, Charset) - Static method in class rs.baselib.util.CommonUtils
Writes the string to a file.
writeLock() - Method in class rs.baselib.prefs.AbstractPreferences
Aquires a write lock.
writeUnlock() - Method in class rs.baselib.prefs.AbstractPreferences
Releases a write lock.

X

XmlFileAuthorizationCallback - Class in rs.baselib.security
Implements authorization information retrieval from a XML file.
XmlFileAuthorizationCallback() - Constructor for class rs.baselib.security.XmlFileAuthorizationCallback
Default Constructor.
XmlReaderFilter - Class in rs.baselib.io
Filters invalid XML characters from a stream.
XmlReaderFilter(Reader) - Constructor for class rs.baselib.io.XmlReaderFilter
Constructor.

Y

YEMEN - Enum constant in enum class rs.baselib.type.Country
 

Z

ZAMBIA - Enum constant in enum class rs.baselib.type.Country
 
zero(Currency) - Static method in class rs.baselib.type.MonetaryValue
Creates an amount of zero in the given locale.
ZERO - Static variable in class rs.baselib.type.MonetaryValue
Deprecated.
ZIMBABWE - Enum constant in enum class rs.baselib.type.Country
 
ZIP_CODE - Static variable in class rs.baselib.type.Address
Property name of zipCode

Å

ÅLAND_ISLANDS - Enum constant in enum class rs.baselib.type.Country
 
$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Å 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form