Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- absMonth(Date) - Static method in class org.openl.util.DateTool
- absQuarter(Date) - Static method in class org.openl.util.DateTool
- addEntry(Path, String) - Method in class org.openl.util.ZipArchiver
- addFile(File, String) - Method in class org.openl.util.ZipArchiver
- addFile(InputStream, String) - Method in class org.openl.util.ZipArchiver
- addFile(Path, String) - Method in class org.openl.util.ZipArchiver
- addFolder(String) - Method in class org.openl.util.ZipArchiver
- addOpenLProject(File, String[], ZipArchiver) - Static method in class org.openl.util.ProjectPackager
-
Pack provided files in a source directory.
- addOpenLProject(File, ZipArchiver) - Static method in class org.openl.util.ProjectPackager
-
Pack all files in a source directory.
- AIndexedIterator<T> - Class in org.openl.util
- AIndexedIterator(int, int, int) - Constructor for class org.openl.util.AIndexedIterator
- AIntIterator - Class in org.openl.domain
- AIntIterator() - Constructor for class org.openl.domain.AIntIterator
- all - Variable in class org.openl.util.CategorizedMap
- amPm(Date) - Static method in class org.openl.util.DateTool
- AOpenIterator<T> - Class in org.openl.util
- AOpenIterator() - Constructor for class org.openl.util.AOpenIterator
- archive(File, File) - Static method in class org.openl.util.ZipUtils
-
Pack all files in a directory to a zip file.
- ArrayOfNamedValues - Class in org.openl.util
- ArrayOfNamedValues(String[], Object[]) - Constructor for class org.openl.util.ArrayOfNamedValues
- ArrayTool - Class in org.openl.util
- ArrayUtils - Class in org.openl.util
B
- BeanNicePrinterAdaptor - Class in org.openl.util.print
-
NicePrinterAdaptorfor the beans. - BeanNicePrinterAdaptor() - Constructor for class org.openl.util.print.BeanNicePrinterAdaptor
- big(byte[], int) - Static method in class org.openl.util.math.MathUtils
- big(double[], int) - Static method in class org.openl.util.math.MathUtils
- big(float[], int) - Static method in class org.openl.util.math.MathUtils
- big(int[], int) - Static method in class org.openl.util.math.MathUtils
- big(long[], int) - Static method in class org.openl.util.math.MathUtils
- big(short[], int) - Static method in class org.openl.util.math.MathUtils
- big(T[], int) - Static method in class org.openl.util.math.MathUtils
- BiMap<K,
T> - Class in org.openl.util - BiMap() - Constructor for class org.openl.util.BiMap
- BooleanFormatter - Class in org.openl.util.formatters
- BooleanFormatter() - Constructor for class org.openl.util.formatters.BooleanFormatter
- BooleanUtils - Class in org.openl.util
-
An utility for manipulating with booleans: - converting an object to a boolean value - logic operation with a boolean array (and, or, xor)
- BUILD - Static variable in class org.openl.util.conf.Version
C
- calcNumbersSeparatedByDots(String, int, String) - Static method in class org.openl.util.conf.Version
- camelToKebab(String) - Static method in class org.openl.util.StringUtils
-
Converts CamelCased string to kebab-cased.
- capitalize(String) - Static method in class org.openl.util.ClassUtils
- capitalize(String) - Static method in class org.openl.util.StringUtils
-
Capitalizes a String changing the first letter to title case as per
Character.toTitleCase(char). - CategorizedMap - Class in org.openl.util
- CategorizedMap() - Constructor for class org.openl.util.CategorizedMap
- ClassUtils - Class in org.openl.util
-
A util to manipulate with Java classes.
- close() - Method in class org.openl.util.fast.FastStringReader
-
Closes the stream and releases any system resources associated with it.
- close() - Method in class org.openl.util.ZipArchiver
- closeQuietly(AutoCloseable) - Static method in class org.openl.util.IOUtils
-
Unconditionally close a
AutoCloseable. - CollectionUtils - Class in org.openl.util
-
An util class for collections and arrays.
- CollectionUtils() - Constructor for class org.openl.util.CollectionUtils
- CollectionUtils.Mapper<I,
O> - Interface in org.openl.util -
Defines a functor interface implemented by classes that map one object into another.
- CollectionUtils.Predicate<T> - Interface in org.openl.util
-
Defines a functor interface implemented by classes that perform a predicate test on an object.
- commonType(Class<?>, Class<?>) - Static method in class org.openl.util.ClassUtils
- compareTo(Version) - Method in class org.openl.util.conf.Version
- contains(int) - Method in interface org.openl.domain.IIntDomain
- contains(int) - Method in class org.openl.domain.IntRangeDomain
- contains(File, Predicate<String>) - Static method in class org.openl.util.ZipUtils
- contains(Object, Object) - Static method in class org.openl.util.ArrayTool
- contains(T) - Method in class org.openl.domain.EnumDomain
- containsAll(boolean[], boolean[]) - Static method in class org.openl.util.ArrayTool
- containsAll(byte[], byte[]) - Static method in class org.openl.util.ArrayTool
- containsAll(char[], char[]) - Static method in class org.openl.util.ArrayTool
- containsAll(double[], double[]) - Static method in class org.openl.util.ArrayTool
- containsAll(float[], float[]) - Static method in class org.openl.util.ArrayTool
- containsAll(int[], int[]) - Static method in class org.openl.util.ArrayTool
- containsAll(long[], long[]) - Static method in class org.openl.util.ArrayTool
- containsAll(short[], short[]) - Static method in class org.openl.util.ArrayTool
- containsAll(String[], String[]) - Static method in class org.openl.util.ArrayTool
- containsAll(T[], T[]) - Static method in class org.openl.util.ArrayTool
-
Returns true if array container contains all the elements of array testArray
- containsIgnoreCase(String, String) - Static method in class org.openl.util.StringUtils
-
Checks if String contains a search String irrespective of case, handling
null. - containsNumber(Number) - Method in class org.openl.domain.IntRangeDomain
- convert(Object, Function<Object, Object>) - Static method in class org.openl.util.ArrayUtils
- convert(String, Class<?>) - Static method in class org.openl.util.ObjectUtils
-
Converts a string to the value of the given type.
- copy(File, File) - Static method in class org.openl.util.FileUtils
-
Copies a file to a new location preserving the file date.
- copy(InputStream, OutputStream, byte[]) - Static method in class org.openl.util.IOUtils
-
Copy bytes from
InputStreamto anOutputStream. - copyAndClose(InputStream, OutputStream) - Static method in class org.openl.util.IOUtils
-
Copy bytes from
InputStreamto anOutputStreamand close them after.
D
- DateFormatter - Class in org.openl.util.formatters
-
Date formatter.
- DateFormatter() - Constructor for class org.openl.util.formatters.DateFormatter
- DateFormatter(String) - Constructor for class org.openl.util.formatters.DateFormatter
- DateFormatter(String, Locale) - Constructor for class org.openl.util.formatters.DateFormatter
- DateFormatter(DateFormat) - Constructor for class org.openl.util.formatters.DateFormatter
- DateFormatter(Locale) - Constructor for class org.openl.util.formatters.DateFormatter
- DateRangeDomain - Class in org.openl.domain
-
Domain for range of dates.
- DateRangeDomain(Date, Date) - Constructor for class org.openl.domain.DateRangeDomain
-
Creates date range inside the specified bounds(including bounds).
- DateTool - Class in org.openl.util
- DateTool() - Constructor for class org.openl.util.DateTool
- dateToString(Date) - Static method in class org.openl.util.DateTool
-
Converts a date to the String value according the default locale.
- dateToString(Date, String) - Static method in class org.openl.util.DateTool
-
Converts a date to the String value according the dateFormat
- dayDiff(Date, Date) - Static method in class org.openl.util.DateTool
- dayOfMonth(Date) - Static method in class org.openl.util.DateTool
- dayOfWeek(Date) - Static method in class org.openl.util.DateTool
- dayOfYear(Date) - Static method in class org.openl.util.DateTool
- daysBetween(Calendar, Calendar) - Static method in class org.openl.domain.DateRangeDomain
- decapitalize(String) - Static method in class org.openl.util.ClassUtils
- decIdent() - Method in class org.openl.util.print.NicePrinter
- decodeURL(String) - Static method in class org.openl.util.StringTool
- deepEquals(Object, Object) - Static method in class org.openl.util.ArrayUtils
- DefaultFormat - Class in org.openl.util.print
-
Default format to convert
Objectvalues toStringrepresentations. - DefaultFormatter - Class in org.openl.util.formatters
- DefaultFormatter() - Constructor for class org.openl.util.formatters.DefaultFormatter
- delete(File) - Static method in class org.openl.util.FileUtils
-
Deletes a file.
- delete(Path) - Static method in class org.openl.util.FileUtils
-
Deletes a path.
- deleteQuietly(File) - Static method in class org.openl.util.FileUtils
-
Deletes a file, never throwing an exception.
- deleteQuietly(Path) - Static method in class org.openl.util.FileUtils
- divide(BigDecimal, BigDecimal) - Static method in class org.openl.util.math.MathUtils
-
Divide one BigDecimal to another.
- divide(BigInteger, BigInteger) - Static method in class org.openl.util.math.MathUtils
- DomainUtils - Class in org.openl.util
- DOUBLE_MIN_VALUE - Static variable in class org.openl.util.NumberUtils
-
Minimal negative double value.
E
- empty() - Static method in class org.openl.util.AOpenIterator
- EMPTY - Static variable in interface org.openl.base.INamedThing
- EMPTY - Static variable in class org.openl.util.StringUtils
- EMPTY_ITERATOR - Static variable in class org.openl.util.AOpenIterator
- EMPTY_STRING_ARRAY - Static variable in class org.openl.util.StringUtils
- encodeURL(String) - Static method in class org.openl.util.StringTool
- EnumDomain<T> - Class in org.openl.domain
- EnumDomain(T[]) - Constructor for class org.openl.domain.EnumDomain
- EnumFormatter - Class in org.openl.util.formatters
- EnumFormatter(Class<?>) - Constructor for class org.openl.util.formatters.EnumFormatter
- EnumUtils - Class in org.openl.util
- equals(Object) - Method in class org.openl.domain.DateRangeDomain
- equals(Object) - Method in class org.openl.domain.EnumDomain
- equals(Object) - Method in class org.openl.domain.IntRangeDomain
- equals(Object) - Method in class org.openl.util.conf.Version
- evaluate(T) - Method in interface org.openl.util.CollectionUtils.Predicate
-
Use the specified parameter to perform a test that returns true or false.
- extractAll(File, File) - Static method in class org.openl.util.ZipUtils
-
Extract all files from a zip file into a directory.
- extractAll(InputStream, File) - Static method in class org.openl.util.ZipUtils
-
Extract all files from a zipped stream into a directory.
- extractValueTypeIfAnnotatedWithXmlJavaTypeAdapter(Class<?>) - Static method in class org.openl.util.JAXBUtils
- extractValueTypeIfAnnotatedWithXmlJavaTypeAdapter(Class<?>, XmlJavaTypeAdapter) - Static method in class org.openl.util.JAXBUtils
- extractVersion(String, String) - Static method in class org.openl.util.conf.Version
- extractVersion(String, Version.IVersionStartPatternFinder, String) - Static method in class org.openl.util.conf.Version
F
- FastStringReader - Class in org.openl.util.fast
- FastStringReader(String) - Constructor for class org.openl.util.fast.FastStringReader
-
Creates a new string reader.
- FileNameFormatter - Class in org.openl.util.formatters
- FileSignatureHelper - Class in org.openl.util
- FileTool - Class in org.openl.util
- FileTool() - Constructor for class org.openl.util.FileTool
- FileTypeHelper - Class in org.openl.util
- FileUtils - Class in org.openl.util
-
A set of methods to work with a file system.
- FileUtils() - Constructor for class org.openl.util.FileUtils
- findAll(Iterable<T>, CollectionUtils.Predicate<? super T>) - Static method in class org.openl.util.CollectionUtils
-
Selects all elements from input collection which match the given predicate into an output collection.
- findFirst(Iterable<T>, CollectionUtils.Predicate<? super T>) - Static method in class org.openl.util.CollectionUtils
-
Finds the first element in the given collection which matches the given predicate.
- findVersionStart(String, int) - Method in class org.openl.util.conf.Version.StandardVersionStartPatternFinder
- findVersionStart(String, Version.IVersionStartPatternFinder, String) - Static method in class org.openl.util.conf.Version
- finish() - Method in class org.openl.util.ZipArchiver
- first(CharSequence, int, int, IntPredicate) - Static method in class org.openl.util.StringUtils
-
Find position of the first occurrence of the symbol is matched to the predicate.
- firstDateOfQuarter(int) - Static method in class org.openl.util.DateTool
- firstNonSpace(CharSequence, int, int) - Static method in class org.openl.util.StringUtils
-
Find position of the next not white space symbol.
- FLOAT_MIN_VALUE - Static variable in class org.openl.util.NumberUtils
-
Minimal negative float value.
- format(Object) - Method in class org.openl.util.formatters.BooleanFormatter
- format(Object) - Method in class org.openl.util.formatters.DateFormatter
- format(Object) - Method in class org.openl.util.formatters.DefaultFormatter
- format(Object) - Method in class org.openl.util.formatters.EnumFormatter
- format(Object) - Method in class org.openl.util.formatters.FormatterAdapter
- format(Object) - Method in interface org.openl.util.formatters.IFormatter
- format(Object) - Method in class org.openl.util.formatters.NumberFormatter
- format(Object, StringBuilder) - Static method in class org.openl.util.print.DefaultFormat
- formatArray(Object, StringBuilder) - Static method in class org.openl.util.print.DefaultFormat
- formatBean(Object, StringBuilder) - Static method in class org.openl.util.print.DefaultFormat
- formatCollection(Collection<?>, StringBuilder) - Static method in class org.openl.util.print.DefaultFormat
- formatMap(Map<?, ?>, StringBuilder) - Static method in class org.openl.util.print.DefaultFormat
- FormatterAdapter - Class in org.openl.util.formatters
-
Wrapper to adapt
DefaultFormatfunctionality toIFormatter. - FormatterAdapter() - Constructor for class org.openl.util.formatters.FormatterAdapter
- fromArrayObj(Object) - Static method in class org.openl.util.AIndexedIterator
- fromIterator(Iterator<T>) - Static method in class org.openl.util.StreamUtils
-
Transform iterator to stream.
- fromNormalizedPath(String) - Static method in class org.openl.util.formatters.FileNameFormatter
G
- get() - Static method in class org.openl.info.OpenLVersion
- get() - Static method in class org.openl.info.SysInfo
- get(Object) - Method in class org.openl.util.CategorizedMap
- get(Object, String) - Static method in class org.openl.util.ClassUtils
- get(K) - Method in class org.openl.util.BiMap
- getAllObjects() - Method in class org.openl.domain.EnumDomain
- getBaseName(String) - Static method in class org.openl.util.FileUtils
-
Gets the base name, minus the full path and extension, from a full filename.
- getBuffer() - Method in class org.openl.util.print.NicePrinter
- getBuild() - Method in class org.openl.util.conf.Version
- getBuildDate() - Static method in class org.openl.info.OpenLVersion
- getBuildInfo() - Static method in class org.openl.info.OpenLVersion
-
Custom build information from
build-info.propertiesfiles and default OpenL information - getBuildNumber() - Static method in class org.openl.info.OpenLVersion
- getCategory(String) - Method in class org.openl.util.CategorizedMap
- getCurrentClassLoader(Class<?>) - Static method in class org.openl.util.ClassUtils
- getDisplayName(int) - Method in interface org.openl.base.INamedThing
- getDomain() - Method in interface org.openl.domain.IType
-
Provides type validation(usually by constraining type)
- getElementType() - Method in class org.openl.domain.DateRangeDomain
- getElementType() - Method in class org.openl.domain.EnumDomain
- getElementType() - Method in interface org.openl.domain.IDomain
- getElementType() - Method in class org.openl.domain.IntRangeDomain
- getEnumConstants(Class<?>) - Static method in class org.openl.util.EnumUtils
- getExtension(String) - Static method in class org.openl.util.FileUtils
-
Gets the extension of a filename.
- getGenericTypeDim(Type) - Static method in class org.openl.util.JavaGenericsUtils
- getGenericTypeName(Type) - Static method in class org.openl.util.JavaGenericsUtils
- getIndex(Date) - Method in class org.openl.domain.DateRangeDomain
- getKey(T) - Method in class org.openl.util.BiMap
- getMajor() - Method in class org.openl.util.conf.Version
- getMax() - Method in class org.openl.domain.DateRangeDomain
- getMax() - Method in interface org.openl.domain.IIntDomain
- getMax() - Method in class org.openl.domain.IntRangeDomain
- getMaxValue(Class<?>) - Static method in class org.openl.util.NumberUtils
- getMin() - Method in class org.openl.domain.DateRangeDomain
- getMin() - Method in interface org.openl.domain.IIntDomain
- getMin() - Method in class org.openl.domain.IntRangeDomain
- getMinor() - Method in class org.openl.util.conf.Version
- getMinValue(Class<?>) - Static method in class org.openl.util.NumberUtils
- getName() - Method in interface org.openl.base.INamedThing
- getName(int) - Method in class org.openl.util.ArrayOfNamedValues
- getName(Enum<?>) - Static method in class org.openl.util.EnumUtils
- getName(String) - Static method in class org.openl.util.FileUtils
-
Gets the name minus the path from a full filename.
- getNames(Class<?>) - Static method in class org.openl.util.EnumUtils
- getNames(Object[]) - Static method in class org.openl.util.EnumUtils
- getNotNullValuesCount(Object[]) - Static method in class org.openl.util.ArrayTool
- getPackageName(Class<?>) - Static method in class org.openl.util.ClassUtils
-
Gets the package name of a
Class. - getPattern() - Method in class org.openl.util.conf.Version
- getProperty(Object, String) - Method in class org.openl.util.print.NicePrinterAdaptor
- getShortClassName(Class<?>) - Static method in class org.openl.util.ClassUtils
-
Gets the class name minus the package name from a
Class. - getTempDirectoryPath() - Static method in class org.openl.util.FileUtils
-
Returns the path to the system temporary directory.
- getter(String) - Static method in class org.openl.util.ClassUtils
- getType(Object, String) - Static method in class org.openl.util.ClassUtils
- getTypeName(Object) - Static method in class org.openl.util.print.NicePrinter
- getTypeName(Object) - Method in class org.openl.util.print.NicePrinterAdaptor
- getUniqueID(Object) - Method in class org.openl.util.print.NicePrinterAdaptor
- getUrl() - Static method in class org.openl.info.OpenLVersion
- getValue(int) - Method in class org.openl.domain.DateRangeDomain
- getValue(int) - Method in class org.openl.util.ArrayOfNamedValues
- getValues(Class<?>) - Static method in class org.openl.util.EnumUtils
- getValues(Object[]) - Static method in class org.openl.util.EnumUtils
- getVariant() - Method in class org.openl.util.conf.Version
- getVersion() - Static method in class org.openl.info.OpenLVersion
H
- hashCode() - Method in class org.openl.domain.DateRangeDomain
- hashCode() - Method in class org.openl.domain.EnumDomain
- hashCode() - Method in class org.openl.domain.IntRangeDomain
- hashCode() - Method in class org.openl.util.conf.Version
- hasNext() - Method in class org.openl.domain.IIntSelector.IntSelectIterator
- hasNext() - Method in class org.openl.domain.IntArrayIterator
- hasNext() - Method in class org.openl.util.AIndexedIterator
- hasNull(T[]) - Static method in class org.openl.util.CollectionUtils
-
Checks an array on
nullvalue. - hour(Date) - Static method in class org.openl.util.DateTool
- hourOfDay(Date) - Static method in class org.openl.util.DateTool
I
- IDomain<T> - Interface in org.openl.domain
- IFormatter - Interface in org.openl.util.formatters
- IIntDomain - Interface in org.openl.domain
- IIntIterator - Interface in org.openl.domain
- IIntSelector - Interface in org.openl.domain
- IIntSelector.IntSelectIterator - Class in org.openl.domain
- INamedThing - Interface in org.openl.base
- incIdent() - Method in class org.openl.util.print.NicePrinter
- indexedElement(int) - Method in class org.openl.util.AIndexedIterator
- IntArrayIterator - Class in org.openl.domain
- IntArrayIterator(int[]) - Constructor for class org.openl.domain.IntArrayIterator
- intern(String) - Static method in class org.openl.util.StringPool
-
Returns a canonical representation for the string object.
- intersection(String[], String[]) - Static method in class org.openl.util.ArrayTool
- intIterator() - Method in interface org.openl.domain.IIntDomain
- intIterator() - Method in class org.openl.domain.IntRangeDomain
- intOrDouble(double) - Static method in class org.openl.util.NumberUtils
- IntRangeDomain - Class in org.openl.domain
- IntRangeDomain(int, int) - Constructor for class org.openl.domain.IntRangeDomain
- IOpenIterator<T> - Interface in org.openl.util
- IOUtils - Class in org.openl.util
-
A set of utils to work with general IO streams.
- IOUtils() - Constructor for class org.openl.util.IOUtils
- isArchiveSign(int) - Static method in class org.openl.util.FileSignatureHelper
-
Verifies if first 4 bytes matches archive signature
- isAssignable(Class<?>, Class<?>) - Static method in class org.openl.util.ClassUtils
-
Checks if one
Classcan be assigned to a variable of anotherClass. - isAssignableFrom(IType) - Method in interface org.openl.domain.IType
- isBlank(CharSequence) - Static method in class org.openl.util.StringUtils
-
Checks if a CharSequence is whitespace, empty ("") or null.
- isEmpty(CharSequence) - Static method in class org.openl.util.StringUtils
-
Checks if a CharSequence is empty ("") or null.
- isEmpty(Object[]) - Static method in class org.openl.util.ArrayTool
-
Checks that array is not empty.
- isEmpty(Collection<?>) - Static method in class org.openl.util.CollectionUtils
-
Return
trueif a collection is null or is empty. - isEmpty(Map<?, ?>) - Static method in class org.openl.util.CollectionUtils
-
Return
trueif a map is null or is empty. - isEmpty(T) - Static method in class org.openl.util.CollectionUtils
-
Return
trueif an array is null or is empty. - isEmpty(T[]) - Static method in class org.openl.util.CollectionUtils
-
Return
trueif an array is null or is empty. - isEmptyArchive(int) - Static method in class org.openl.util.FileSignatureHelper
- isEnum(Object) - Static method in class org.openl.util.EnumUtils
- isEnumArray(Object) - Static method in class org.openl.util.EnumUtils
- isExcelFile(String) - Static method in class org.openl.util.FileTypeHelper
- isInstance(Object) - Method in interface org.openl.domain.IType
- isJavaKeyword(String) - Static method in class org.openl.util.JavaKeywordUtils
- isMac() - Static method in class org.openl.util.OS
- isNotBlank(CharSequence) - Static method in class org.openl.util.StringUtils
-
Checks if a CharSequence is not empty (""), not null and not whitespace only.
- isNotEmpty(CharSequence) - Static method in class org.openl.util.StringUtils
-
Checks if a CharSequence is not empty ("") and not null.
- isNotEmpty(Collection<?>) - Static method in class org.openl.util.CollectionUtils
-
Return
trueif a collection contains at least one element. - isNotEmpty(Map<?, ?>) - Static method in class org.openl.util.CollectionUtils
-
Return
trueif a map contains at least one element. - isNotEmpty(T) - Static method in class org.openl.util.CollectionUtils
-
Return
trueif an array contains at least one element. - isNotEmpty(T[]) - Static method in class org.openl.util.CollectionUtils
-
Return
trueif an array contains at least one element. - isPossibleOpenAPIFile(String) - Static method in class org.openl.util.FileTypeHelper
- isPrimitive(Object) - Method in class org.openl.util.print.NicePrinterAdaptor
- isPrimitiveClass(Class<?>) - Static method in class org.openl.util.print.NicePrinterAdaptor
- isResetable() - Method in interface org.openl.domain.IIntIterator
- isResetable() - Method in class org.openl.domain.IIntSelector.IntSelectIterator
- isResetable() - Method in class org.openl.domain.IntArrayIterator
- isSpaceOrControl(int) - Static method in class org.openl.util.StringUtils
-
Determines if the specified character is whitespace or control character (char <= 32 or (>= 127 and <= 160)
- isUnix() - Static method in class org.openl.util.OS
- isValidPackageName(String) - Static method in class org.openl.util.ClassUtils
- isVersion(String, int) - Static method in class org.openl.util.conf.Version
- isVersion(String, int, String) - Static method in class org.openl.util.conf.Version
- isWindows() - Static method in class org.openl.util.OS
- isZipFile(String) - Static method in class org.openl.util.FileTypeHelper
- iterate(int) - Method in class org.openl.domain.IntRangeDomain
- iterator() - Method in class org.openl.domain.DateRangeDomain
- iterator() - Method in class org.openl.domain.EnumDomain
- iterator() - Method in class org.openl.domain.IntRangeDomain
- IType - Interface in org.openl.domain
J
- JAVA_VERSION_PATTERN - Static variable in class org.openl.util.conf.Version
- JavaGenericsUtils - Class in org.openl.util
- JavaKeywordUtils - Class in org.openl.util
- JavaKeywordUtils() - Constructor for class org.openl.util.JavaKeywordUtils
- JAXBUtils - Class in org.openl.util
- JDBCDriverRegister - Class in org.openl.util.db
-
A utility class which register all supported drivers in the classloader.
- JDBCDriverRegister() - Constructor for class org.openl.util.db.JDBCDriverRegister
- join(Object[], String) - Static method in class org.openl.util.StringUtils
-
Joins the elements of the provided array into a single String containing the provided list of elements.
L
- last(CharSequence, int, int, IntPredicate) - Static method in class org.openl.util.StringUtils
-
Find position of the last occurrence of the symbol is matched to the predicate.
- lastDateOfQuarter(int) - Static method in class org.openl.util.DateTool
- lastDayOfMonth(Date) - Static method in class org.openl.util.DateTool
- lastNonSpace(CharSequence, int, int) - Static method in class org.openl.util.StringUtils
-
Find position of the last not white space symbol.
- load(InputStream, BiConsumer<? super String, ? super String>) - Static method in class org.openl.util.PropertiesUtils
-
Loads properties from the
InputStreamin UTF-8. - load(Reader, BiConsumer<? super String, ? super String>) - Static method in class org.openl.util.PropertiesUtils
-
Loads properties in the similar manner, like in
Properties. - load(URL, BiConsumer<? super String, ? super String>) - Static method in class org.openl.util.PropertiesUtils
-
Loads properties from the
URLin UTF-8. - load(Path, BiConsumer<? super String, ? super String>) - Static method in class org.openl.util.PropertiesUtils
-
Loads properties from the
Pathin UTF-8. - logInfo() - Static method in class org.openl.info.OpenLInfoLogger
-
Logs information for investigation purposes.
- LONG - Static variable in interface org.openl.base.INamedThing
M
- MAJOR - Static variable in class org.openl.util.conf.Version
- map(I) - Method in interface org.openl.util.CollectionUtils.Mapper
-
Maps the input object (leaving it unchanged) into some output object.
- map(Iterable<I>, CollectionUtils.Mapper<? super I, ? extends O>) - Static method in class org.openl.util.CollectionUtils
-
Returns a new Collection consisting of the elements of the input collection transformed by the given transformer.
- mark(int) - Method in class org.openl.util.fast.FastStringReader
-
Marks the present position in the stream.
- markSupported() - Method in class org.openl.util.fast.FastStringReader
-
Tells whether this stream supports the mark() operation, which it does.
- matches(Pattern, CharSequence) - Static method in class org.openl.util.StringUtils
-
Do the same as
String.matches(String) - MathUtils - Class in org.openl.util.math
- MathUtils() - Constructor for class org.openl.util.math.MathUtils
- max - Variable in class org.openl.domain.IntRangeDomain
- median(byte[]) - Static method in class org.openl.util.math.MathUtils
- median(double[]) - Static method in class org.openl.util.math.MathUtils
- median(float[]) - Static method in class org.openl.util.math.MathUtils
- median(int[]) - Static method in class org.openl.util.math.MathUtils
- median(long[]) - Static method in class org.openl.util.math.MathUtils
- median(short[]) - Static method in class org.openl.util.math.MathUtils
- median(Float[]) - Static method in class org.openl.util.math.MathUtils
- median(BigDecimal[]) - Static method in class org.openl.util.math.MathUtils
- median(BigInteger[]) - Static method in class org.openl.util.math.MathUtils
- median(T[]) - Static method in class org.openl.util.math.MathUtils
- memStat() - Static method in class org.openl.info.OpenLInfoLogger
- MILLISECONDS_IN_DAY - Static variable in class org.openl.util.DateTool
- min - Variable in class org.openl.domain.IntRangeDomain
- MINOR - Static variable in class org.openl.util.conf.Version
- minute(Date) - Static method in class org.openl.util.DateTool
- mod(byte, byte) - Static method in class org.openl.util.math.MathUtils
- mod(double, double) - Static method in class org.openl.util.math.MathUtils
- mod(float, float) - Static method in class org.openl.util.math.MathUtils
- mod(int, int) - Static method in class org.openl.util.math.MathUtils
- mod(long, long) - Static method in class org.openl.util.math.MathUtils
- mod(short, short) - Static method in class org.openl.util.math.MathUtils
- mod(Byte, Byte) - Static method in class org.openl.util.math.MathUtils
- mod(Double, Double) - Static method in class org.openl.util.math.MathUtils
- mod(Float, Float) - Static method in class org.openl.util.math.MathUtils
- mod(Integer, Integer) - Static method in class org.openl.util.math.MathUtils
- mod(Long, Long) - Static method in class org.openl.util.math.MathUtils
- mod(Short, Short) - Static method in class org.openl.util.math.MathUtils
- mod(BigDecimal, BigDecimal) - Static method in class org.openl.util.math.MathUtils
- mod(BigInteger, BigInteger) - Static method in class org.openl.util.math.MathUtils
- month(Date) - Static method in class org.openl.util.DateTool
- monthDiff(Date, Date) - Static method in class org.openl.util.DateTool
- MONTHS_IN_QUARTER - Static variable in class org.openl.util.DateTool
- MONTHS_IN_YEAR - Static variable in class org.openl.util.DateTool
- move(File, File) - Static method in class org.openl.util.FileUtils
-
Moves a directory or a file.
N
- NEW_LINE - Static variable in class org.openl.util.StringTool
- next() - Method in class org.openl.domain.AIntIterator
- next() - Method in class org.openl.domain.IntArrayIterator
- next() - Method in class org.openl.util.AIndexedIterator
- nextInt() - Method in interface org.openl.domain.IIntIterator
- nextInt() - Method in class org.openl.domain.IIntSelector.IntSelectIterator
- nextInt() - Method in class org.openl.domain.IntArrayIterator
- NicePrinter - Class in org.openl.util.print
- NicePrinter() - Constructor for class org.openl.util.print.NicePrinter
- NicePrinter(StringBuilder) - Constructor for class org.openl.util.print.NicePrinter
- NicePrinterAdaptor - Class in org.openl.util.print
- NicePrinterAdaptor() - Constructor for class org.openl.util.print.NicePrinterAdaptor
- normalizePath(String) - Static method in class org.openl.util.formatters.FileNameFormatter
- normalizePath(Path) - Static method in class org.openl.util.formatters.FileNameFormatter
- NumberFormatter - Class in org.openl.util.formatters
-
Number formatter.
- NumberFormatter() - Constructor for class org.openl.util.formatters.NumberFormatter
- NumberFormatter(String) - Constructor for class org.openl.util.formatters.NumberFormatter
- NumberFormatter(String, Locale) - Constructor for class org.openl.util.formatters.NumberFormatter
- NumberFormatter(NumberFormat) - Constructor for class org.openl.util.formatters.NumberFormatter
- NumberFormatter(Locale) - Constructor for class org.openl.util.formatters.NumberFormatter
- NumberUtils - Class in org.openl.util
O
- ObjectUtils - Class in org.openl.util
-
Set of utilities for manipulating with objects.
- ObjectUtils() - Constructor for class org.openl.util.ObjectUtils
- OpenLInfoLogger - Class in org.openl.info
- OpenLInfoLogger() - Constructor for class org.openl.info.OpenLInfoLogger
- OpenLVersion - Class in org.openl.info
-
For internal usage only.
- OpenLVersion() - Constructor for class org.openl.info.OpenLVersion
- org.openl.base - package org.openl.base
- org.openl.domain - package org.openl.domain
- org.openl.info - package org.openl.info
- org.openl.util - package org.openl.util
- org.openl.util.conf - package org.openl.util.conf
- org.openl.util.db - package org.openl.util.db
- org.openl.util.fast - package org.openl.util.fast
- org.openl.util.formatters - package org.openl.util.formatters
- org.openl.util.math - package org.openl.util.math
- org.openl.util.print - package org.openl.util.print
- OS - Class in org.openl.util
-
Util class to get operating system information.
P
- parse(String) - Method in class org.openl.util.formatters.BooleanFormatter
- parse(String) - Method in class org.openl.util.formatters.DateFormatter
- parse(String) - Method in class org.openl.util.formatters.DefaultFormatter
- parse(String) - Method in class org.openl.util.formatters.EnumFormatter
- parse(String) - Method in class org.openl.util.formatters.FormatterAdapter
- parse(String) - Method in interface org.openl.util.formatters.IFormatter
- parse(String) - Method in class org.openl.util.formatters.NumberFormatter
- parseVersion(String, int, String) - Static method in class org.openl.util.conf.Version
- postVisitDirectory(Path, IOException) - Method in class org.openl.util.ProjectPackager
- preVisitDirectory(Path, BasicFileAttributes) - Method in class org.openl.util.ProjectPackager
- primitiveToWrapper(Class<?>) - Static method in class org.openl.util.ClassUtils
-
Converts the specified primitive Class object to its corresponding wrapper Class object.
- print(Object) - Static method in class org.openl.util.print.NicePrinter
- print(Object, StringBuilder) - Static method in class org.openl.util.print.NicePrinter
- print(Object, NicePrinterAdaptor) - Method in class org.openl.util.print.NicePrinter
- printArray(Object, int, NicePrinter) - Method in class org.openl.util.print.NicePrinterAdaptor
- printCollection(Collection<?>, int, NicePrinter) - Method in class org.openl.util.print.NicePrinterAdaptor
- printMap(Map, Comparator<Map.Entry<Object, Object>>, NicePrinter) - Method in class org.openl.util.print.NicePrinterAdaptor
- printNull(NicePrinter) - Method in class org.openl.util.print.NicePrinterAdaptor
- printObject(Object, int, NicePrinter) - Method in class org.openl.util.print.BeanNicePrinterAdaptor
- printObject(Object, int, NicePrinter) - Method in class org.openl.util.print.NicePrinterAdaptor
- printPrimitive(Object, NicePrinter) - Method in class org.openl.util.print.NicePrinterAdaptor
- printReference(Object, int, NicePrinter) - Method in class org.openl.util.print.NicePrinterAdaptor
- ProjectPackager - Class in org.openl.util
-
Pack an OpenL project using ZipArchiver.
- PropertiesUtils - Class in org.openl.util
-
An utility for working with properties files.
- put(Object, Object) - Method in class org.openl.util.CategorizedMap
- put(K, T) - Method in class org.openl.util.BiMap
Q
- quarter(Date) - Static method in class org.openl.util.DateTool
- QUARTERS_IN_YEAR - Static variable in class org.openl.util.DateTool
- quotient(byte, byte) - Static method in class org.openl.util.math.MathUtils
- quotient(double, double) - Static method in class org.openl.util.math.MathUtils
- quotient(float, float) - Static method in class org.openl.util.math.MathUtils
- quotient(int, int) - Static method in class org.openl.util.math.MathUtils
- quotient(long, long) - Static method in class org.openl.util.math.MathUtils
- quotient(short, short) - Static method in class org.openl.util.math.MathUtils
- quotient(Byte, Byte) - Static method in class org.openl.util.math.MathUtils
- quotient(Double, Double) - Static method in class org.openl.util.math.MathUtils
- quotient(Float, Float) - Static method in class org.openl.util.math.MathUtils
- quotient(Integer, Integer) - Static method in class org.openl.util.math.MathUtils
- quotient(Long, Long) - Static method in class org.openl.util.math.MathUtils
- quotient(Short, Short) - Static method in class org.openl.util.math.MathUtils
- quotient(BigDecimal, BigDecimal) - Static method in class org.openl.util.math.MathUtils
- quotient(BigInteger, BigInteger) - Static method in class org.openl.util.math.MathUtils
R
- read() - Method in class org.openl.util.fast.FastStringReader
-
Reads a single character.
- read(char[], int, int) - Method in class org.openl.util.fast.FastStringReader
-
Reads characters into a portion of an array.
- ready() - Method in class org.openl.util.fast.FastStringReader
-
Tells whether this stream is ready to be read.
- registerDrivers() - Static method in class org.openl.util.db.JDBCDriverRegister
-
Register JDBC drivers in the classloader
- REGULAR - Static variable in interface org.openl.base.INamedThing
- remove() - Method in class org.openl.util.AOpenIterator
- removeExtension(String) - Static method in class org.openl.util.FileUtils
-
Removes the extension from a filename.
- removeNulls(T[]) - Static method in class org.openl.util.ArrayTool
- repackArray(Object, Class<?>) - Static method in class org.openl.util.ArrayUtils
-
Repacks an array to the given class
- reset() - Method in interface org.openl.domain.IIntIterator
-
resets iterator to it's initial state
- reset() - Method in class org.openl.domain.IIntSelector.IntSelectIterator
- reset() - Method in class org.openl.domain.IntArrayIterator
- reset() - Method in class org.openl.util.fast.FastStringReader
-
Resets the stream to the most recent mark, or to the beginning of the string if it has never been marked.
- RuntimeExceptionWrapper - Class in org.openl.util
- RuntimeExceptionWrapper() - Constructor for class org.openl.util.RuntimeExceptionWrapper
S
- safeClose(Connection) - Static method in class org.openl.util.db.SqlDBUtils
- safeClose(ResultSet) - Static method in class org.openl.util.db.SqlDBUtils
- safeClose(Statement) - Static method in class org.openl.util.db.SqlDBUtils
- second(Date) - Static method in class org.openl.util.DateTool
- SECONDS_IN_DAY - Static variable in class org.openl.util.DateTool
- select(int) - Method in interface org.openl.domain.IIntSelector
- select(IIntSelector) - Method in class org.openl.domain.AIntIterator
- select(IIntSelector) - Method in interface org.openl.domain.IIntIterator
- selectObject(Integer) - Method in class org.openl.domain.IntRangeDomain
- selectObject(Date) - Method in class org.openl.domain.DateRangeDomain
- selectObject(T) - Method in class org.openl.domain.EnumDomain
- selectObject(T) - Method in interface org.openl.domain.IDomain
- set(Object, String, Object) - Static method in class org.openl.util.ClassUtils
- setBuild(int) - Method in class org.openl.util.conf.Version
- setMajor(int) - Method in class org.openl.util.conf.Version
- setMax(Date) - Method in class org.openl.domain.DateRangeDomain
-
Sets right bound of range.
- setMin(Date) - Method in class org.openl.domain.DateRangeDomain
-
Sets left bound of range.
- setMinor(int) - Method in class org.openl.util.conf.Version
- setParent(CategorizedMap.Category) - Method in class org.openl.util.CategorizedMap
- setPattern(String) - Method in class org.openl.util.conf.Version
- setter(String) - Static method in class org.openl.util.ClassUtils
- setVariant(int) - Method in class org.openl.util.conf.Version
- SHORT - Static variable in interface org.openl.base.INamedThing
- shortTypeName(String) - Static method in class org.openl.util.print.NicePrinterAdaptor
- size() - Method in class org.openl.domain.DateRangeDomain
- size() - Method in class org.openl.domain.EnumDomain
- size() - Method in interface org.openl.domain.IIntDomain
- size() - Method in class org.openl.domain.IntArrayIterator
- size() - Method in class org.openl.domain.IntRangeDomain
- size() - Method in class org.openl.util.AIndexedIterator
- size() - Method in class org.openl.util.AOpenIterator
-
Calculates the remaining size of iterated collection without destroying itself(const in c++ terminology), -1 if it cannot be known in advance.
- size() - Method in class org.openl.util.ArrayOfNamedValues
- size() - Method in interface org.openl.util.IOpenIterator
- skip(long) - Method in class org.openl.util.fast.FastStringReader
-
Skips the specified number of characters in the stream.
- small(byte[], int) - Static method in class org.openl.util.math.MathUtils
- small(double[], int) - Static method in class org.openl.util.math.MathUtils
- small(float[], int) - Static method in class org.openl.util.math.MathUtils
- small(int[], int) - Static method in class org.openl.util.math.MathUtils
- small(long[], int) - Static method in class org.openl.util.math.MathUtils
- small(short[], int) - Static method in class org.openl.util.math.MathUtils
- small(T[], int) - Static method in class org.openl.util.math.MathUtils
- SPACE - Static variable in class org.openl.util.StringUtils
- split(String) - Static method in class org.openl.util.StringUtils
-
Splits the provided text into an array, using whitespace as the separator.
- split(String, char) - Static method in class org.openl.util.StringUtils
-
Splits the provided string into an array of trimmed strings, separator specified.
- SqlDBUtils - Class in org.openl.util.db
- SqlDBUtils() - Constructor for class org.openl.util.db.SqlDBUtils
- StandardVersionStartPatternFinder() - Constructor for class org.openl.util.conf.Version.StandardVersionStartPatternFinder
- startNewLine() - Method in class org.openl.util.print.NicePrinter
- store(OutputStream, Iterable<T>) - Static method in class org.openl.util.PropertiesUtils
-
Stores properties to the
OutputStreamin UTF-8. - store(Writer, Iterable<T>) - Static method in class org.openl.util.PropertiesUtils
-
Writes properties in the output.
- store(Path, Iterable<T>) - Static method in class org.openl.util.PropertiesUtils
-
Stores properties to the file by
Pathin UTF-8. - StreamUtils - Class in org.openl.util
-
Set of utilities for Java Streams.
- StreamUtils() - Constructor for class org.openl.util.StreamUtils
- StringPool - Class in org.openl.util
-
A cache pool for strings.
- StringTool - Class in org.openl.util
- StringTool() - Constructor for class org.openl.util.StringTool
- StringUtils - Class in org.openl.util
-
Utils to manipulate with strings.
- StringUtils() - Constructor for class org.openl.util.StringUtils
- sum(byte[]) - Static method in class org.openl.util.math.MathUtils
- sum(double[]) - Static method in class org.openl.util.math.MathUtils
- sum(float[]) - Static method in class org.openl.util.math.MathUtils
- sum(int[]) - Static method in class org.openl.util.math.MathUtils
- sum(long[]) - Static method in class org.openl.util.math.MathUtils
- sum(short[]) - Static method in class org.openl.util.math.MathUtils
- SysInfo - Class in org.openl.info
- SysInfo() - Constructor for class org.openl.info.SysInfo
T
- toArray(Object) - Static method in class org.openl.util.ArrayTool
-
Converts given object to array object.
- toArray(Collection<?>, Class<?>) - Static method in class org.openl.util.CollectionUtils
- toBoolean(Object) - Static method in class org.openl.util.BooleanUtils
-
Converts an Object to a boolean.
- toBoolean(Object, boolean) - Static method in class org.openl.util.BooleanUtils
-
Converts an Object to a boolean.
- toBooleanObject(Object) - Static method in class org.openl.util.BooleanUtils
-
Converts an Object to a Boolean.
- toBooleanObject(Object, Boolean) - Static method in class org.openl.util.BooleanUtils
-
Converts an Object to a Boolean.
- toBooleanObject(String) - Static method in class org.openl.util.BooleanUtils
-
Converts a String to a Boolean.
- toFieldName(String) - Static method in class org.openl.util.ClassUtils
- toInputStream(CharSequence) - Static method in class org.openl.util.IOUtils
-
Convert the specified CharSequence to an input stream, encoded as bytes using UTF-8 character encoding.
- toJarURI(Path) - Static method in class org.openl.util.ZipUtils
- toJavaIdentifier(String) - Static method in class org.openl.util.JavaKeywordUtils
- toLines(String) - Static method in class org.openl.util.StringUtils
-
Splits the provided string into an array of trimmed strings, separated by new line character codes:
'\n'and'\r'. - toLinkedMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>) - Static method in class org.openl.util.StreamUtils
-
To use with Java Streams to collect in in a map preserving the order of elements.
- toString() - Method in class org.openl.domain.DateRangeDomain
- toString() - Method in class org.openl.domain.EnumDomain
- toString() - Method in class org.openl.domain.IntRangeDomain
- toString() - Method in class org.openl.util.ArrayOfNamedValues
- toString() - Method in class org.openl.util.conf.Version
- toString(IDomain) - Static method in class org.openl.util.DomainUtils
- toTempFile(InputStream, String) - Static method in class org.openl.util.FileTool
- toTreeSet(Comparator<? super T>) - Static method in class org.openl.util.StreamUtils
-
To use with Java Streams to collect in tree set with custom order
- trim(String) - Static method in class org.openl.util.StringUtils
-
Removes control characters (char <= 32 or (>= 127 and <= 160) from both ends of this String, handling
nullby returningnull. - trimToEmpty(String) - Static method in class org.openl.util.StringUtils
-
Removes control characters (char <= 32 or (>= 127 and <= 160) from both ends of this String returning an empty String ("") if the String is empty ("") after the trim or if it is
null. - trimToNull(String) - Static method in class org.openl.util.StringUtils
-
Removes control characters (char <= 32 or (>= 127 and <= 160) from both ends of this String returning
nullif the String is empty ("") after the trim or if it isnull.
U
- uncapitalize(String) - Static method in class org.openl.util.StringUtils
-
Uncapitalizes a String changing the first letter to title case as per
Character.toLowerCase(char). - UNKNOWN_SIZE - Static variable in interface org.openl.util.IOpenIterator
V
- valueOf(Class, String) - Static method in class org.openl.util.EnumUtils
- values() - Method in class org.openl.util.CategorizedMap
- VARIANT - Static variable in class org.openl.util.conf.Version
- Version - Class in org.openl.util.conf
- Version.StandardVersionStartPatternFinder - Class in org.openl.util.conf
- visitFile(Path, BasicFileAttributes) - Method in class org.openl.util.ProjectPackager
- visitFileFailed(Path, IOException) - Method in class org.openl.util.ProjectPackager
W
- weekDiff(Date, Date) - Static method in class org.openl.util.DateTool
- weekOfMonth(Date) - Static method in class org.openl.util.DateTool
- weekOfYear(Date) - Static method in class org.openl.util.DateTool
- wrap(String, Throwable) - Static method in class org.openl.util.RuntimeExceptionWrapper
- wrap(Throwable) - Static method in class org.openl.util.RuntimeExceptionWrapper
- wrapperToPrimitive(Class<?>) - Static method in class org.openl.util.ClassUtils
-
Converts the specified wrapper class to its corresponding primitive class.
Y
- year(Date) - Static method in class org.openl.util.DateTool
- yearDiff(Date, Date) - Static method in class org.openl.util.DateTool
Z
- ZERO_OBJECT - Static variable in class org.openl.util.ArrayTool
- ZipArchiver - Class in org.openl.util
-
Pack a file to an output stream.
- ZipArchiver(Path) - Constructor for class org.openl.util.ZipArchiver
- ZipUtils - Class in org.openl.util
-
A utility class to work with zip files.
All Classes and Interfaces|All Packages|Constant Field Values