Index

A B C E F G I N O P R S T 
All Classes and Interfaces|All Packages

A

AllTests - Class in test.de.oktoflow.platform.support.commons.apache
Defines the tests to be executed.
AllTests() - Constructor for class test.de.oktoflow.platform.support.commons.apache.AllTests
 

B

Base() - Constructor for class test.de.oktoflow.platform.support.commons.apache.ObjectUtilsTest.Base
 

C

CollectionUtilsTest - Class in test.de.oktoflow.platform.support.commons.apache
Tests CollectionUtils.
CollectionUtilsTest() - Constructor for class test.de.oktoflow.platform.support.commons.apache.CollectionUtilsTest
 
CommonsTest - Class in test.de.oktoflow.platform.support.commons.apache
Tests Commons.
CommonsTest() - Constructor for class test.de.oktoflow.platform.support.commons.apache.CommonsTest
 

E

Extended() - Constructor for class test.de.oktoflow.platform.support.commons.apache.ObjectUtilsTest.Extended
 

F

FileUtilsTest - Class in test.de.oktoflow.platform.support.commons.apache
Tests FileUtils.
FileUtilsTest() - Constructor for class test.de.oktoflow.platform.support.commons.apache.FileUtilsTest
 

G

getIValue() - Method in class test.de.oktoflow.platform.support.commons.apache.ObjectUtilsTest.Base
Returns the iValue.
getSArray() - Method in class test.de.oktoflow.platform.support.commons.apache.ObjectUtilsTest.Extended
Returns the sArray.
getSValue() - Method in class test.de.oktoflow.platform.support.commons.apache.ObjectUtilsTest.Base
Returns the sValue.

I

IOUtilsTest - Class in test.de.oktoflow.platform.support.commons.apache
Tests IOUtils.
IOUtilsTest() - Constructor for class test.de.oktoflow.platform.support.commons.apache.IOUtilsTest
 
isInContainer() - Method in class test.de.oktoflow.platform.support.commons.apache.NetUtilsTest
Tests NetUtils.isInContainer().
iVal - Variable in class test.de.oktoflow.platform.support.commons.apache.StringUtilsTest.TestData
 
iValue - Variable in class test.de.oktoflow.platform.support.commons.apache.ObjectUtilsTest.Base
 

N

NetUtilsTest - Class in test.de.oktoflow.platform.support.commons.apache
Tests NetUtils.
NetUtilsTest() - Constructor for class test.de.oktoflow.platform.support.commons.apache.NetUtilsTest
 
NetUtilsTest.ServerRunnable - Class in test.de.oktoflow.platform.support.commons.apache
A simple test server runnable, accepting and closing a connection.
numberTestFiles - Static variable in class test.de.oktoflow.platform.support.commons.apache.FileUtilsTest
 
numberTestNotServiceFiles - Static variable in class test.de.oktoflow.platform.support.commons.apache.FileUtilsTest
 

O

ObjectUtilsTest - Class in test.de.oktoflow.platform.support.commons.apache
Tests ObjectUtils.
ObjectUtilsTest() - Constructor for class test.de.oktoflow.platform.support.commons.apache.ObjectUtilsTest
 
ObjectUtilsTest.Base - Class in test.de.oktoflow.platform.support.commons.apache
Data class as used in oktoflow.
ObjectUtilsTest.Extended - Class in test.de.oktoflow.platform.support.commons.apache
Extended data class akin to refined oktoflow data objects.
OsUtilsTest - Class in test.de.oktoflow.platform.support.commons.apache
Tests OsUtils.
OsUtilsTest() - Constructor for class test.de.oktoflow.platform.support.commons.apache.OsUtilsTest
 

P

port - Variable in class test.de.oktoflow.platform.support.commons.apache.NetUtilsTest.ServerRunnable
 

R

run() - Method in class test.de.oktoflow.platform.support.commons.apache.NetUtilsTest.ServerRunnable
 
running - Variable in class test.de.oktoflow.platform.support.commons.apache.NetUtilsTest.ServerRunnable
 

S

sArray - Variable in class test.de.oktoflow.platform.support.commons.apache.ObjectUtilsTest.Extended
 
ServerRunnable(int) - Constructor for class test.de.oktoflow.platform.support.commons.apache.NetUtilsTest.ServerRunnable
Creates a server runnable.
setIValue(int) - Method in class test.de.oktoflow.platform.support.commons.apache.ObjectUtilsTest.Base
Changes the iValue.
setNumberTestFiles(int) - Static method in class test.de.oktoflow.platform.support.commons.apache.FileUtilsTest
Sets the number of test files to be found.
setNumberTestNotServiceFiles(int) - Static method in class test.de.oktoflow.platform.support.commons.apache.FileUtilsTest
Sets the number of not service files to be found.
setSArray(String[]) - Method in class test.de.oktoflow.platform.support.commons.apache.ObjectUtilsTest.Extended
Changes the sArray.
setSValue(String) - Method in class test.de.oktoflow.platform.support.commons.apache.ObjectUtilsTest.Base
Changes the sValue.
stop() - Method in class test.de.oktoflow.platform.support.commons.apache.NetUtilsTest.ServerRunnable
Stops the server.
StringUtilsTest - Class in test.de.oktoflow.platform.support.commons.apache
Tests StringUtils.
StringUtilsTest() - Constructor for class test.de.oktoflow.platform.support.commons.apache.StringUtilsTest
 
StringUtilsTest.TestData - Class in test.de.oktoflow.platform.support.commons.apache
Just som data to be emitted.
sVal - Variable in class test.de.oktoflow.platform.support.commons.apache.StringUtilsTest.TestData
 
sValue - Variable in class test.de.oktoflow.platform.support.commons.apache.ObjectUtilsTest.Base
 

T

test.de.oktoflow.platform.support.commons.apache - package test.de.oktoflow.platform.support.commons.apache
Tests.
testAddListAllVarArg() - Method in class test.de.oktoflow.platform.support.commons.apache.CollectionUtilsTest
Tests CollectionUtils.addAll(List, Object...).
testAddSetAllVarArg() - Method in class test.de.oktoflow.platform.support.commons.apache.CollectionUtilsTest
Tests CollectionUtils.addAll(Set, Object...).
testBase64() - Method in class test.de.oktoflow.platform.support.commons.apache.FileUtilsTest
Tests the base64 functions.
testCloseQuietly() - Method in class test.de.oktoflow.platform.support.commons.apache.FileUtilsTest
Tests closing quietly.
testCommons() - Method in class test.de.oktoflow.platform.support.commons.apache.CommonsTest
Tests basic Commons functions.
testCopyFields() - Method in class test.de.oktoflow.platform.support.commons.apache.ObjectUtilsTest
Tests ObjectUtils.copyFields(Object, Object) and ObjectUtils.copyFieldsSafe(Object, Object).
testCreateTmpFolder() - Method in class test.de.oktoflow.platform.support.commons.apache.FileUtilsTest
Tests creating a temporary folder.
testCreateUrl() - Method in class test.de.oktoflow.platform.support.commons.apache.NetUtilsTest
Tests NetUtils.createURL(String).
TestData() - Constructor for class test.de.oktoflow.platform.support.commons.apache.StringUtilsTest.TestData
 
testDefaults() - Method in class test.de.oktoflow.platform.support.commons.apache.StringUtilsTest
Tests StringUtils.defaultIfBlank(CharSequence, CharSequence) and StringUtils.defaultIfEmpty(CharSequence, CharSequence).
testDeleteOnExit() - Method in class test.de.oktoflow.platform.support.commons.apache.FileUtilsTest
Tests FileUtils.deleteOnExit(File).
testEphemeralPort() - Method in class test.de.oktoflow.platform.support.commons.apache.NetUtilsTest
Tests NetUtils.getEphemeralPort().
testFindFile() - Method in class test.de.oktoflow.platform.support.commons.apache.FileUtilsTest
Tests FileUtils.findFile(File, String).
testFormats() - Method in class test.de.oktoflow.platform.support.commons.apache.TimeUtilsTest
Tests the formatting functions.
testGetNetMask() - Method in class test.de.oktoflow.platform.support.commons.apache.NetUtilsTest
Tests NetUtils.getNetMask(String, String).
testIsAvailable() - Method in class test.de.oktoflow.platform.support.commons.apache.NetUtilsTest
Tests NetUtils.isAvailable(String, int).
testIsEmptyBlank() - Method in class test.de.oktoflow.platform.support.commons.apache.StringUtilsTest
Tests StringUtils.isBlank(CharSequence) and StringUtils.isEmpty(CharSequence).
testIsIpV4Address() - Method in class test.de.oktoflow.platform.support.commons.apache.NetUtilsTest
Tests NetUtils.isIpV4Addess(String).
testIsOwnAddress() - Method in class test.de.oktoflow.platform.support.commons.apache.NetUtilsTest
Tests NetUtils.isOwnAddress(String).
testJava() - Method in class test.de.oktoflow.platform.support.commons.apache.StringUtilsTest
Tests StringUtils.escapeJava(String) and StringUtils.unescapeJava(String).
testJson() - Method in class test.de.oktoflow.platform.support.commons.apache.StringUtilsTest
Tests StringUtils.escapeJson(String) and StringUtils.unescapeJson(String).
testListFiles() - Method in class test.de.oktoflow.platform.support.commons.apache.FileUtilsTest
Tests FileUtils.listFiles(File, java.util.function.Predicate, java.util.function.Consumer).
testOs() - Method in class test.de.oktoflow.platform.support.commons.apache.OsUtilsTest
Tests the Windows, Linux, Unix, Mac methods.
testOwnHostname() - Method in class test.de.oktoflow.platform.support.commons.apache.NetUtilsTest
Tests NetUtils.getOwnHostname().
testOwnIP() - Method in class test.de.oktoflow.platform.support.commons.apache.NetUtilsTest
Tests NetUtils.getOwnIP().
testReadLines() - Method in class test.de.oktoflow.platform.support.commons.apache.IOUtilsTest
Tests IOUtils.readLines(java.io.InputStream) and IOUtils.readLines(java.io.InputStream, Charset).
testRemove() - Method in class test.de.oktoflow.platform.support.commons.apache.StringUtilsTest
Tests StringUtils.removeStart(String, String) and StringUtils.removeEnd(String, String).
testResolution() - Method in class test.de.oktoflow.platform.support.commons.apache.FileUtilsTest
Tests file resolution methods.
testReverse() - Method in class test.de.oktoflow.platform.support.commons.apache.CollectionUtilsTest
Tests CollectionUtils.reverse(Object[]).
testSanitize() - Method in class test.de.oktoflow.platform.support.commons.apache.FileUtilsTest
Tests sanitizing file names.
testSleep() - Method in class test.de.oktoflow.platform.support.commons.apache.TimeUtilsTest
Tests the TimeUtils.sleep(int) method.
testSystemPropertyOrEnv() - Method in class test.de.oktoflow.platform.support.commons.apache.OsUtilsTest
Tests OsUtils.getPropertyOrEnv(String, String), OsUtils.getPropertyOrEnv(String) and implicitly OsUtils.getEnv(String).
testSystemRoot() - Method in class test.de.oktoflow.platform.support.commons.apache.FileUtilsTest
Tests FileUtils.getSystemRoot().
testTempDir() - Method in class test.de.oktoflow.platform.support.commons.apache.FileUtilsTest
Tests the temporary directory access.
testToList() - Method in class test.de.oktoflow.platform.support.commons.apache.CollectionUtilsTest
Tests CollectionUtils.toList(java.util.Iterator) and CollectionUtils.toList(Iterable).
testToListVarArg() - Method in class test.de.oktoflow.platform.support.commons.apache.CollectionUtilsTest
Tests CollectionUtils.toList(Object...).
testToSet() - Method in class test.de.oktoflow.platform.support.commons.apache.CollectionUtilsTest
Tests CollectionUtils.toSet(java.util.Iterator) and CollectionUtils.toSet(Iterable).
testToString() - Method in class test.de.oktoflow.platform.support.commons.apache.CollectionUtilsTest
Tests CollectionUtils.toString(java.util.Collection, String, String, String) and CollectionUtils.toStringSpaceSeparated(java.util.Collection).
testToString() - Method in class test.de.oktoflow.platform.support.commons.apache.IOUtilsTest
Tests IOUtils.toString(java.io.InputStream) and IOUtils.toString(java.io.InputStream, Charset).
testToString() - Method in class test.de.oktoflow.platform.support.commons.apache.StringUtilsTest
Tests StringUtils.toString(Object) and StringUtils.toStringShortStyle(Object).
testValues() - Method in class test.de.oktoflow.platform.support.commons.apache.OsUtilsTest
Tests OsUtils methods.
testWaitFor() - Method in class test.de.oktoflow.platform.support.commons.apache.TimeUtilsTest
Tests the TimeUtils.waitFor(java.util.function.Supplier, int, int) method.
TimeUtilsTest - Class in test.de.oktoflow.platform.support.commons.apache
Tests TimeUtils.
TimeUtilsTest() - Constructor for class test.de.oktoflow.platform.support.commons.apache.TimeUtilsTest
 
A B C E F G I N O P R S T 
All Classes and Interfaces|All Packages