C D E F G I J L M N O P R S T V Z

C

check() - Method in interface com.zmicer.utils.model.ICheckable
Just perform some kind of check.
checkObjects(Object...) - Static method in class com.zmicer.utils.InputArgumentUtils
Check the all the input arguments of the provided var args are not null.
checkOnWrongArgs(Object, String, boolean[], Class[], Object...) - Static method in class com.zmicer.utils.junit.JUnitUtils
Test the given method on the wrong args.
checkStrings(boolean, String...) - Static method in class com.zmicer.utils.InputArgumentUtils
Check Stiring objects provided.
CLASS_PATH - Static variable in class com.zmicer.utils.ClassPathUtils
Class path
CLASS_PATH_KEY - Static variable in class com.zmicer.utils.ClassPathUtils
CLASS_PATH_KEY
ClassLoaderUtils - Class in com.zmicer.utils
This class contains the functionality for operaoting with the class loaders related stuff (e.g. retrieving the List of ClassLoader object we would use for retrieving resources etc).
ClassLoaderUtils() - Constructor for class com.zmicer.utils.ClassLoaderUtils
 
ClassLoaderUtils.ClassLoaderTypes - Enum in com.zmicer.utils
Possible Class Loaders types Enum.
ClassPathUtils - Class in com.zmicer.utils
Utilities for working with class path.
ClassPathUtils() - Constructor for class com.zmicer.utils.ClassPathUtils
 
clearPatterns() - Static method in class com.zmicer.utils.junit.ZmicerTestUtils
Clean the current set of the patterns used for the retrieving the full name to the folder with the data for tests
clearProps(String...) - Static method in class com.zmicer.utils.junit.SystemPropsUtils
Clear the system props provided and check they actually were cleared.
CollectionsUtils - Class in com.zmicer.utils
Contains functionality for working with collections.
CollectionsUtils() - Constructor for class com.zmicer.utils.CollectionsUtils
 
com.zmicer.utils - package com.zmicer.utils
 
com.zmicer.utils.junit - package com.zmicer.utils.junit
 
com.zmicer.utils.model - package com.zmicer.utils.model
 
com.zmicer.utils.model.junit - package com.zmicer.utils.model.junit
 
COMMON_PROPS - Static variable in interface com.zmicer.utils.junit.ZmicerTestUtils.CommonTestCases
Folder where the default props are placed
COMMON_PROPS_FILE - Static variable in interface com.zmicer.utils.junit.ZmicerTestUtils.CommonTestCases
The name of the common props file is placed at the COMMON_PROPS folder for the test needs
COMMON_XML_FILE - Static variable in interface com.zmicer.utils.junit.ZmicerTestUtils.CommonTestCases
Common XML file is placed at the COMMON_PROPS folder for the test needs
constructPath(String...) - Static method in class com.zmicer.utils.FileUtils
Construct the full path using the provide variable args.

D

debug(Logger, Class, String) - Static method in class com.zmicer.utils.LoggingUtils
Perform the debugging: the information about the class is added.
doNothing() - Method in interface com.zmicer.utils.model.junit.IJustInterface
Just method do not do smth.
doNothing() - Method in class com.zmicer.utils.model.junit.JustInterfaceImpl1
 
doNothing() - Method in class com.zmicer.utils.model.junit.JustInterfaceImpl2
 
doNothing() - Method in class com.zmicer.utils.model.junit.JustInterfaceImplThrowingExceptionInConstructor
 
doNothing() - Method in class com.zmicer.utils.model.junit.JustInterfaceImplThrowingExceptionInStaticInit
 

E

EIGHT - Static variable in interface com.zmicer.utils.MagicNumbers
 
error(Logger, Class, String) - Static method in class com.zmicer.utils.LoggingUtils
Perform the debugging of error: the information about the class is added.

F

FileUtils - Class in com.zmicer.utils
This utility class is used for all the file related operations.
FileUtils() - Constructor for class com.zmicer.utils.FileUtils
 
findFilesByRE(String, Pattern) - Static method in class com.zmicer.utils.FileUtils
Accumulate all the files by the provided Regular Expression Patterns.
findFilesByRE(File, Pattern) - Static method in class com.zmicer.utils.FileUtils
Find files by regular expression provided.
findFilesByREInClassPath(List<String>, Pattern) - Static method in class com.zmicer.utils.FileUtils
Find the files using the provided regular expression (e.g
findFoldersByRE(String, Pattern) - Static method in class com.zmicer.utils.FileUtils
Accumulate all the files by the provided Regular Expression Patterns.
findFoldersByRE(File, Pattern) - Static method in class com.zmicer.utils.FileUtils
Find files by regular expression provided.
FIVE - Static variable in interface com.zmicer.utils.MagicNumbers
 
FOUR - Static variable in interface com.zmicer.utils.MagicNumbers
 

G

getBaseName(Class) - Static method in class com.zmicer.utils.ReflexionUtils
Get the base name of the provided String - the name of the class.
getBoolean(String) - Static method in class com.zmicer.utils.StringUtils
Safely convert the String to Boolean
getCallerFullClassName() - Static method in class com.zmicer.utils.ReflexionUtils
note [zmicer]: only for the test purposes (for JPatterns test engine allowing to setup the props/xml environment per the folders)
getClassNameOfArrayMembers(Class) - Static method in class com.zmicer.utils.ReflexionUtils
Get the full name of the class from instances of which the certain array object class of which is passed as the single input param.
getClassPathes() - Static method in class com.zmicer.utils.ClassPathUtils
Get the classpath and then parse it to retrieve the List of pathes (jars, files etc).
getClassPathes(String) - Static method in class com.zmicer.utils.ClassPathUtils
Get the classpath and then parse it to retrieve the List of pathes (jars, files etc).
getDirNames(List<String>, boolean) - Static method in class com.zmicer.utils.ClassPathUtils
Return the dir names (the check of the specifying patches would be performed to determine if it is dirs but not files)
getFileNames(List<String>, boolean) - Static method in class com.zmicer.utils.ClassPathUtils
Return the file names (the check of the specifying patches would be performed to determine if it is files but not dirs)
getFolderBaseName(String) - Static method in class com.zmicer.utils.FileUtils
Get the folder name inself using the provided full or relative folder name
getFolderWithCommonTestData() - Static method in class com.zmicer.utils.junit.ZmicerTestUtils
 
getFolderWithTestData() - Static method in class com.zmicer.utils.junit.ZmicerTestUtils
Please be noticed this method is a main one for the creating unit tests basing on the environment configuration.
getFolderWithTestData(String) - Static method in class com.zmicer.utils.junit.ZmicerTestUtils
Study the Java Doc to the method above placed.
getFullTestDataFileName(String, String) - Static method in class com.zmicer.utils.junit.ZmicerTestUtils
Get full file name using the test case folder and file name.
getFullTestDataFileName(Class, boolean, String, String, boolean) - Static method in class com.zmicer.utils.junit.ZmicerTestUtils
Get the full file name using the provided data.
getFullTestDataFolderName(String) - Static method in class com.zmicer.utils.junit.ZmicerTestUtils
Get full folder name using the test case folder and file name.
getFullTestDataFolderName(Class, boolean, String, boolean) - Static method in class com.zmicer.utils.junit.ZmicerTestUtils
Get full folder name where test data for the provided class and for the certain test case is stored.
getInteger(String) - Static method in class com.zmicer.utils.StringUtils
Return the Integer using the provided String.
getOrdNumber() - Method in enum com.zmicer.utils.ClassLoaderUtils.ClassLoaderTypes
 
getResource(String) - Static method in class com.zmicer.utils.ResourceUtils
Get resource as URL object.
getResourceBundle(String) - Static method in class com.zmicer.utils.ResourceUtils
Get ResourceBundle for the given base name.
getResourceBundleViaFile(String) - Static method in class com.zmicer.utils.FileUtils
Get the resource bundle using the File class facilities (inside the method the PropertyResourceBundle is used).
getRunningMethodName() - Static method in class com.zmicer.utils.junit.JUnitUtils
 
getRunningTestMethodName() - Static method in class com.zmicer.utils.junit.JUnitUtils
todo [zmicer]: the current implementation of this functionality is not correct one.
getTestMethodsNumber(Class) - Static method in class com.zmicer.utils.junit.JUnitUtils
Get the number of the tests methods at the provided class instance.
getTypeByOrdNumber(int) - Static method in enum com.zmicer.utils.ClassLoaderUtils.ClassLoaderTypes
Return the ClassLoaderTypes instance using the provided ordinal number

I

ICheckable - Interface in com.zmicer.utils.model
This interface defines the facilities to check the class instance composition/structure.
IJustInterface - Interface in com.zmicer.utils.model.junit
Could be used for every one for checking smth. - it is dummy interface $Author:: $
$Rev:: $
$Date:: $
IJustInterface2 - Interface in com.zmicer.utils.model.junit
$Author:: $
$Rev:: $
$Date:: $
IJustInterface3 - Interface in com.zmicer.utils.model.junit
$Author:: $
$Rev:: $
$Date:: $
InputArgumentUtils - Class in com.zmicer.utils
This class provides the functionality for checking the input argument utils.
InputArgumentUtils() - Constructor for class com.zmicer.utils.InputArgumentUtils
 
instanceOf(Object, Class<?>) - Static method in class com.zmicer.utils.ReflexionUtils
Analog of the instance of construction (e.g. obj instanceof Serializable)

J

JAR_OR_XML_FILES_PATTERN - Static variable in class com.zmicer.utils.ClassPathUtils
Pattern for the xml || jar files tp be found at the classpath
joinStringsWithLineFolding(List<String>) - Static method in class com.zmicer.utils.StringUtils
Split the provided string using the line folding as separator.
JUnitUtils - Class in com.zmicer.utils.junit
This class contains the functionality related to the JUnit itself and should :) be used for the increasing your productivity with junit.
JUnitUtils() - Constructor for class com.zmicer.utils.junit.JUnitUtils
 
JUST_METHOD_NAME - Static variable in class com.zmicer.utils.junit.ZmicerTestUtils
Used below. please review the approptiate code.
JustInterfaceImpl1 - Class in com.zmicer.utils.model.junit
$Author:: $
$Rev:: $
$Date:: $
JustInterfaceImpl1() - Constructor for class com.zmicer.utils.model.junit.JustInterfaceImpl1
 
JustInterfaceImpl2 - Class in com.zmicer.utils.model.junit
$Author:: $
$Rev:: $
$Date:: $
JustInterfaceImpl2() - Constructor for class com.zmicer.utils.model.junit.JustInterfaceImpl2
 
JustInterfaceImplThrowingExceptionInConstructor - Class in com.zmicer.utils.model.junit
$Author:: $
$Rev:: $
$Date:: $
JustInterfaceImplThrowingExceptionInConstructor() - Constructor for class com.zmicer.utils.model.junit.JustInterfaceImplThrowingExceptionInConstructor
 
JustInterfaceImplThrowingExceptionInStaticInit - Class in com.zmicer.utils.model.junit
$Author:: $
$Rev:: $
$Date:: $
JustInterfaceImplThrowingExceptionInStaticInit() - Constructor for class com.zmicer.utils.model.junit.JustInterfaceImplThrowingExceptionInStaticInit
 
JVM_PARAM_KEY_TEST_DATA_FOLDER - Static variable in class com.zmicer.utils.ZmicerUtilsConstants
This contant contains the name of the key we would use for the obtaining the full path to the folder where the data for tests is stored.

L

LOG - Static variable in class com.zmicer.utils.ClassLoaderUtils
Logger instance.
LOG - Static variable in class com.zmicer.utils.ClassPathUtils
Logger instance.
LOG - Static variable in class com.zmicer.utils.CollectionsUtils
Logger instance.
LOG - Static variable in class com.zmicer.utils.FileUtils
Logger instance.
LOG - Static variable in class com.zmicer.utils.InputArgumentUtils
Logger instance.
LOG - Static variable in class com.zmicer.utils.junit.JUnitUtils
Logger instance.
LOG - Static variable in class com.zmicer.utils.junit.SystemPropsUtils
Logger instance.
LOG - Static variable in class com.zmicer.utils.junit.ZmicerTestUtils
Logger instance.
LOG - Static variable in class com.zmicer.utils.model.junit.JustInterfaceImpl1
Logger instance.
LOG - Static variable in class com.zmicer.utils.model.junit.JustInterfaceImpl2
Logger instance.
LOG - Static variable in class com.zmicer.utils.model.junit.JustInterfaceImplThrowingExceptionInConstructor
Logger instance.
LOG - Static variable in class com.zmicer.utils.model.junit.JustInterfaceImplThrowingExceptionInStaticInit
Logger instance.
LOG - Static variable in class com.zmicer.utils.ObjectStateUtils
Logger instance.
LOG - Static variable in class com.zmicer.utils.ReflexionUtils
Logger instance.
LOG - Static variable in class com.zmicer.utils.ResourceUtils
Logger instance.
LOG - Static variable in class com.zmicer.utils.REUtils
Logger instance.
LOG - Static variable in class com.zmicer.utils.StringUtils
Logger instance.
logException(Logger, Throwable, String, Class) - Static method in class com.zmicer.utils.LoggingUtils
This method prints the full stack trace of the given exception into the log file associated with the provided Logger instance.
LoggingUtils - Class in com.zmicer.utils
This utility class contains logging utils (e.g. print the full stack trace of the provided exception into the log file etc.)
LoggingUtils() - Constructor for class com.zmicer.utils.LoggingUtils
 

M

MagicNumbers - Interface in com.zmicer.utils
Please use this interface if you need some of this magics $Author:: zmicer $
$Rev:: 57 $
* $Date:: 2007-08-23 09:16:37 #$
matches(String, Pattern) - Static method in class com.zmicer.utils.REUtils
Check if the given string matches the provided Pattern object
METHOD_NAME_FOLDER_PREFIX - Static variable in class com.zmicer.utils.junit.ZmicerTestUtils
Used for the constructing the full name of the folder where the tests data for the concrete method of the concrete class is stored

N

NINE - Static variable in interface com.zmicer.utils.MagicNumbers
 

O

ObjectStateUtils - Class in com.zmicer.utils
This class contains the methods could be used when checking the state of the object.
ObjectStateUtils() - Constructor for class com.zmicer.utils.ObjectStateUtils
 
ONE - Static variable in interface com.zmicer.utils.MagicNumbers
 

P

PATH_SEPARATOR - Static variable in class com.zmicer.utils.ClassPathUtils
PATH_SEPARATOR
PATH_SEPARATOR_KEY - Static variable in class com.zmicer.utils.ClassPathUtils
PATH_SEPARATOR_KEY
PATTERN - Static variable in class com.zmicer.utils.ReflexionUtils
Pattern to find the name of the method is currently running.

R

reflectObject(String, boolean) - Static method in class com.zmicer.utils.ReflexionUtils
Get the instance of Object using the provided full class name.
reflectObjects(Map<String, String>, boolean) - Static method in class com.zmicer.utils.ReflexionUtils
Get the instance of Object using the provided full class name.
ReflexionUtils - Class in com.zmicer.utils
Utility class for working with reflexion mechanism

$Author:: zmicer $
$Rev:: 67 $
$Date:: 2007-08-28 21:37:07 #$

ReflexionUtils() - Constructor for class com.zmicer.utils.ReflexionUtils
 
ResourceUtils - Class in com.zmicer.utils
The class is necessary for operating with resources (resource bundles, xml files etc.) - everything what could be called - it is a resource of my application.
ResourceUtils() - Constructor for class com.zmicer.utils.ResourceUtils
 
retrieveActualClassLoaders() - Static method in class com.zmicer.utils.ClassLoaderUtils
 
REUtils - Class in com.zmicer.utils
Contains the utility methods for parsing the String using the regular expressions $Author:: zmicer $
$Rev:: 53 $
$Date:: 2007-08-23 00:25:47 #$
REUtils() - Constructor for class com.zmicer.utils.REUtils
 
runFailure(Object, String, Class, Class[], Object...) - Static method in class com.zmicer.utils.junit.JUnitUtils
Run the test which should ended with the fail result.

S

SEVEN - Static variable in interface com.zmicer.utils.MagicNumbers
 
SIX - Static variable in interface com.zmicer.utils.MagicNumbers
 
split(String, String) - Static method in class com.zmicer.utils.StringUtils
Make the splitting of the String into the List of String.
StringUtils - Class in com.zmicer.utils
This class contains utilities working with String object (advanced splitting functionality etc).
StringUtils() - Constructor for class com.zmicer.utils.StringUtils
 
strongCheck(ICheckable) - Static method in class com.zmicer.utils.ObjectStateUtils
Perform the strong check of the provided object - it means the IllegalArgumentException would be thrown in the case of the ICheckable.check() return false.
SystemPropsUtils - Class in com.zmicer.utils.junit
This class is used for the testing of the runtime working functionality and contains the methods for operating with the System JVM properties.
SystemPropsUtils() - Constructor for class com.zmicer.utils.junit.SystemPropsUtils
 

T

TEN - Static variable in interface com.zmicer.utils.MagicNumbers
 
TEST_BASE_FOLDER_PATTERNS - Static variable in class com.zmicer.utils.junit.ZmicerTestUtils
This storage is necessary for avoiding creating the patterns everytime - the method com.zmicer.utils.junit.ZmicerTestUtils#getFolderWithTestData() would put here the patterns and check if they are exist
Use com.zmicer.utils.junit.ZmicerTestUtils#clearPatterns() for cleaning the set of the patterns
TEST_DATA_FOLDER - Static variable in class com.zmicer.utils.junit.ZmicerTestUtils
TEST_DATA_FOLDER string
TEST_DATA_FOLDER_PATTERN - Static variable in class com.zmicer.utils.junit.ZmicerTestUtils
The folder where the test data is stored.
THREE - Static variable in interface com.zmicer.utils.MagicNumbers
 
toSet(Enumeration<T>) - Static method in class com.zmicer.utils.CollectionsUtils
Convert the provided enumeration to the Set
TWO - Static variable in interface com.zmicer.utils.MagicNumbers
 

V

valueOf(String) - Static method in enum com.zmicer.utils.ClassLoaderUtils.ClassLoaderTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.zmicer.utils.ZmicerUtilsConstants.LoggingCategory
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.zmicer.utils.ClassLoaderUtils.ClassLoaderTypes
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.zmicer.utils.ZmicerUtilsConstants.LoggingCategory
Returns an array containing the constants of this enum type, in the order they're declared.

Z

ZmicerTestUtils - Class in com.zmicer.utils.junit
This utility class contains functionality helping us in creating unit tests for the all kind of functionality where zmicer.utils could be used.
ZmicerTestUtils() - Constructor for class com.zmicer.utils.junit.ZmicerTestUtils
 
ZmicerTestUtils.CommonTestCases - Interface in com.zmicer.utils.junit
Common test cases to be used.
ZmicerUtilsConstants - Class in com.zmicer.utils
This class contains constants are used by the zmicer utils widely.
ZmicerUtilsConstants() - Constructor for class com.zmicer.utils.ZmicerUtilsConstants
 
ZmicerUtilsConstants.LoggingCategory - Enum in com.zmicer.utils
This enumeration contains listening of the logging categories we use

C D E F G I J L M N O P R S T V Z

Copyright © 2007 jzmicer.team. All Rights Reserved.