| Home >> All |
util: Javadoc index of package util.
Package Samples:
util
utilities
Classes:
FileCharacterTest: A JUnit test to check our files for the dreaded ^M character. The test displays a list of all the WSIF files it finds that contain the character. This test is configured by the "fix" component setting in the wsif.test.properties file. If fix is set to on, this test will attempt to remove any ^M chars it finds in the WSIF files. It is recommended that fix=on if only set if you are sure that the ^M characters are present in the server copy of the file.
Arguments: Utility like Unix getopt. Usage: int c; parseArgumentTokens(argv); while ( (c = getArguments()) != -1 ){ switch (c) { case 'v': System.out.println( "v" ); break; case 'V': System.out.println( "V" ); break;
Term: A class that holds just two plain integers and a boolean. In the current context value is a binary field used by the Quine-McClusky method and undef indicates which bits in that field are in undefined state.
WSIFTestRunner: Run JUnit tests on WSIF code. Add new tests to the suite() method. Comment out lines for tests not required.
PrioritizedMsg: Test the functionality of the class de.danet.an.workflow.api.PrioritizedMessage .
BridgeThread: BridgeThread is a thread used by TestUtilities.startListeners() that runs the JMS2HTTPBridge.
NormExprTokenizer: This class if for tokenizing the expression that is given in normal notation.
GetQueues: used by the wsifDynQTidy.bat script to delete the mq dynamic queues
RpnExprTokenizer: Expression tokenizer for expressions in reverse polish notation.
PortFinalizeTest: Junit test for the finalize method on the WSIFDefaultPort.
BinTree: Binary tree for representing syntax tree for expressions.
PolishExprTokenizer: Expression tokenizer for expressions in polish notation.
XMLUtilTest: Test the class of de.danet.an.util.XMLUtil .
ITokenizer: Interface that every Tokenizer class MUST implement.
WildcardTest: Junit test for the WSIFUtils wildcardCompare method.
WebAction: Tests the web action handler and dispatcher
Log4j: Zusammenstellung aller RasObjectTests.
Sax: Test class for sax utility classes
MyActs: Test class for web action handlers
SegResBundle: Tests the SegmentedResourceBundle
PersMap: Tests the SegmentedResourceBundle
Util: Zusammenstellung aller Tests.
DurParse: Zusammenstellung aller Tests.
UnivPrepStmt: Tests the UniversalPrepStmt
CollectUtils: Tests the CollectionsUtil
| Home | Contact Us | Privacy Policy | Terms of Service |