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

A

ANY_PROTECTION - Static variable in class net.sourceforge.groboutils.junit.v1.AssertConstructor
Bit-mask that allows the constructor to have any protection.
AbstractAppendFileServer - class net.sourceforge.groboutils.pmti.v1.autodoc.v1.server.AbstractAppendFileServer.
An interface which corresponds to a part of the framework that knows how to deal with the framework's TestData.
AbstractAppendFileServer(File) - Constructor for class net.sourceforge.groboutils.pmti.v1.autodoc.v1.server.AbstractAppendFileServer
 
AbstractEditableAttribute - class net.sourceforge.groboutils.pmti.v1.defimpl.AbstractEditableAttribute.
This uses delegation to allow for maximum flexibility in creating new editable attributes based on this class through subclassing.
AbstractEditableAttribute(IAttribute) - Constructor for class net.sourceforge.groboutils.pmti.v1.defimpl.AbstractEditableAttribute
 
AbstractEditableIssue - class net.sourceforge.groboutils.pmti.v1.defimpl.AbstractEditableIssue.
Allows for editing of an issue.
AbstractEditableIssue(IIssue) - Constructor for class net.sourceforge.groboutils.pmti.v1.defimpl.AbstractEditableIssue
 
AbstractEditableListAttribute - class net.sourceforge.groboutils.pmti.v1.defimpl.AbstractEditableListAttribute.
A simple name-value association for a specific kind of issue attribute.
AbstractEditableListAttribute(IListAttribute) - Constructor for class net.sourceforge.groboutils.pmti.v1.defimpl.AbstractEditableListAttribute
 
AbstractIssue - class net.sourceforge.groboutils.pmti.v1.defimpl.AbstractIssue.
Reflects an issue (or bug, or anomally report, or problem ticket) that is generic enough to be used by most problem tracker system.
AbstractIssue(String, String, String, IIssueState, IAttributeSet) - Constructor for class net.sourceforge.groboutils.pmti.v1.defimpl.AbstractIssue
 
AbstractMultipleStore - class net.sourceforge.groboutils.util.classes.v1.AbstractMultipleStore.
Similar in concept to the AbstractSingleStore, except this houses multiple instances of 'singletons'.
AbstractMultipleStore(Class, AbstractMultipleStore.AllowMultiplesAction) - Constructor for class net.sourceforge.groboutils.util.classes.v1.AbstractMultipleStore
Constructor specifying all the parameters for using a singleton in this framework.
AbstractMultipleStore.AllowMultiplesAction - class net.sourceforge.groboutils.util.classes.v1.AbstractMultipleStore.AllowMultiplesAction.
 
AbstractNewFileServer - class net.sourceforge.groboutils.pmti.v1.autodoc.v1.server.AbstractNewFileServer.
An interface which corresponds to a part of the framework that knows how to deal with the framework's TestData.
AbstractNewFileServer(String, String) - Constructor for class net.sourceforge.groboutils.pmti.v1.autodoc.v1.server.AbstractNewFileServer
Creates a new file for every BugTestResult, in the format prefix + BugTestResult.getSuiteName() + '-' + BugTestResuilt.getTestMethodName() + '-' + Long.toString( System.currentTimeMillis() ) + postfix.
AbstractNewFileServer(String, String, boolean) - Constructor for class net.sourceforge.groboutils.pmti.v1.autodoc.v1.server.AbstractNewFileServer
Creates a new file for every BugTestResult, in the format prefix + BugTestResult.getSuiteName() + '-' + BugTestResuilt.getTestMethodName() + '-' + Long.toString( System.currentTimeMillis() ) + postfix.
AbstractParser - class net.sourceforge.groboutils.pmti.v1.itf.parser.AbstractParser.
Encapsulates all the data needed to reflect an issue reported by a testcase.
AbstractParser() - Constructor for class net.sourceforge.groboutils.pmti.v1.itf.parser.AbstractParser
 
AbstractSingleStore - class net.sourceforge.groboutils.util.classes.v1.AbstractSingleStore.
Aids pluggable factories and related classes by being a central repository for storing a singleton, and creating means to load and change the singleton.
AbstractSingleStore(Class) - Constructor for class net.sourceforge.groboutils.util.classes.v1.AbstractSingleStore
Constructor specifying all the parameters for using a singleton in this framework.
AbstractTestIssueRecordCollator - class net.sourceforge.groboutils.pmti.v1.itf.impl.AbstractTestIssueRecordCollator.
Collates the parsers' parsed records into record sets based on their containment in some factor of the test issue record.
AbstractTestIssueRecordCollator() - Constructor for class net.sourceforge.groboutils.pmti.v1.itf.impl.AbstractTestIssueRecordCollator
 
AbstractWriterServer - class net.sourceforge.groboutils.autodoc.v1.testserver.AbstractWriterServer.
An interface which corresponds to a part of the framework that knows how to deal with the framework's TestData.
AbstractWriterServer() - Constructor for class net.sourceforge.groboutils.autodoc.v1.testserver.AbstractWriterServer
 
AllFileFilter - class net.sourceforge.groboutils.util.io.v1.AllFileFilter.
Allows all files to be accepted.
AllFileFilter() - Constructor for class net.sourceforge.groboutils.util.io.v1.AllFileFilter
Default constructor.
AllFilenameFilter - class net.sourceforge.groboutils.util.io.v1.AllFilenameFilter.
Allows all files to be accepted.
AllFilenameFilter() - Constructor for class net.sourceforge.groboutils.util.io.v1.AllFilenameFilter
Default constructor.
AllTestIssueRecordCollator - class net.sourceforge.groboutils.pmti.v1.itf.impl.AllTestIssueRecordCollator.
Collates the parsers' parsed records into a single record set.
AllTestIssueRecordCollator() - Constructor for class net.sourceforge.groboutils.pmti.v1.itf.impl.AllTestIssueRecordCollator
 
AllowCapturePassThroughAdapter - class net.sourceforge.groboutils.uicapture.v1.event.AllowCapturePassThroughAdapter.
An adapter for IAllowCapturePassThroughListener.
AllowCapturePassThroughAdapter() - Constructor for class net.sourceforge.groboutils.uicapture.v1.event.AllowCapturePassThroughAdapter
 
AnalysisModuleData - class net.sourceforge.groboutils.codecoverage.v2.report.AnalysisModuleData.
Combine all post-compilation data along with the coverage logs for a specific analysis module.
AnalysisModuleData(IAnalysisModule, IMetaDataReader, IChannelLogReader) - Constructor for class net.sourceforge.groboutils.codecoverage.v2.report.AnalysisModuleData
 
AnalysisModuleSet - class net.sourceforge.groboutils.codecoverage.v2.datastore.AnalysisModuleSet.
Contains data associated with each analysis module.
AnalysisModuleSet() - Constructor for class net.sourceforge.groboutils.codecoverage.v2.datastore.AnalysisModuleSet
Default constructor
AnalysisModuleSet(IAnalysisModule[]) - Constructor for class net.sourceforge.groboutils.codecoverage.v2.datastore.AnalysisModuleSet
Create an instance using the given array of modules as the default set.
AnalysisModuleSet(AnalysisModuleSet) - Constructor for class net.sourceforge.groboutils.codecoverage.v2.datastore.AnalysisModuleSet
Copy ams's modules into this new set.
AnalysisModuleType - class net.sourceforge.groboutils.codecoverage.v2.ant.AnalysisModuleType.
Corresponds to an AndDelegationFilter for sub-Includes and sub-Excludes, and as an OrDelegationFilter for sub-FilterTypes.
AnalysisModuleType() - Constructor for class net.sourceforge.groboutils.codecoverage.v2.ant.AnalysisModuleType
 
ArrayClassLoader - class net.sourceforge.groboutils.util.classes.v1.jdk0.ArrayClassLoader.
Load classes by byte Arrays.
ArrayClassLoader() - Constructor for class net.sourceforge.groboutils.util.classes.v1.jdk0.ArrayClassLoader
Default constructor
AssertConstructor - class net.sourceforge.groboutils.junit.v1.AssertConstructor.
A set of assert methods that test a class for implementation of specific constructor types.
AssertConstructor() - Constructor for class net.sourceforge.groboutils.junit.v1.AssertConstructor
 
AssertTestFactory - class net.sourceforge.groboutils.junit.v1.AssertTestFactory.
A factory that creates test instances for the standard set of assert methods.
AssertTestFactory() - Constructor for class net.sourceforge.groboutils.junit.v1.AssertTestFactory
Creates a new factory that can generate assertions as independent test objects.
AssertTestFactory(String) - Constructor for class net.sourceforge.groboutils.junit.v1.AssertTestFactory
Creates a new factory with a specific name for each generated test, but will not add an index to each generated test's name.
AssertTestFactory(String, boolean) - Constructor for class net.sourceforge.groboutils.junit.v1.AssertTestFactory
Creates a new factory with a specific name for each generated test, and can optionally add an index to each generated test's name.
AssertTestFactory.InnerTest - class net.sourceforge.groboutils.junit.v1.AssertTestFactory.InnerTest.
Inner test instance which specializes in generating a message with the test's instance's specific name.
AssertTestFactory.InnerTest(String, String) - Constructor for class net.sourceforge.groboutils.junit.v1.AssertTestFactory.InnerTest
JUnit 3.8 allows for test constructors to not have to specify a name in the super() call, but for JUnit 3.7 compatibility, we will only support the original usage.
AutoDoc - class net.sourceforge.groboutils.autodoc.v1.AutoDoc.
Entry class for loading the AutoDoc pieces for a particular class.
AutoDoc(Class) - Constructor for class net.sourceforge.groboutils.autodoc.v1.AutoDoc
Base constructor.
AutoDocFactory - interface net.sourceforge.groboutils.autodoc.v1.spi.AutoDocFactory.
An interface which defines the kinds of classes which should be loaded for the AutoDoc entry point.
AutoDocIT - interface net.sourceforge.groboutils.autodoc.v1.AutoDocIT.
Issue Tracker entry point.
AutoDocITFactory - interface net.sourceforge.groboutils.autodoc.v1.spi.AutoDocITFactory.
An interface which defines the kinds of classes which should be loaded for the AutoDoc entry point.
AutoDocITFactoryImpl - class net.sourceforge.groboutils.pmti.v1.autodoc.v1.AutoDocITFactoryImpl.
An interface which defines the kinds of classes which should be loaded for the AutoDoc entry point.
AutoDocITFactoryImpl() - Constructor for class net.sourceforge.groboutils.pmti.v1.autodoc.v1.AutoDocITFactoryImpl
Default constructor.
AutoDocITImpl - class net.sourceforge.groboutils.pmti.v1.autodoc.v1.AutoDocITImpl.
Issue Tracker entry point.
AutoDocITImpl(Class) - Constructor for class net.sourceforge.groboutils.pmti.v1.autodoc.v1.AutoDocITImpl
Default constructor, which requires an owning class.
AutoDocITImpl(Class, MonitorFinder) - Constructor for class net.sourceforge.groboutils.pmti.v1.autodoc.v1.AutoDocITImpl
Creates a new implementation of AutoDocIT, with the given owner and monitor finder.
AutoDocITSet - class net.sourceforge.groboutils.autodoc.v1.defimpl.AutoDocITSet.
Issue Tracker entry point.
AutoDocITSet() - Constructor for class net.sourceforge.groboutils.autodoc.v1.defimpl.AutoDocITSet
 
AutoDocJUnitFormatter - class net.sourceforge.groboutils.autodoc.v1.junit.AutoDocJUnitFormatter.
Interfaces with the Ant JUnit task to add a Listener into JUnit for the tests which report to the ITF framework.
AutoDocJUnitFormatter() - Constructor for class net.sourceforge.groboutils.autodoc.v1.junit.AutoDocJUnitFormatter
Create a new listener, using super's method to load the default set of delegated listeners.
AutoDocJUnitFormatter(TestListenerFactory[]) - Constructor for class net.sourceforge.groboutils.autodoc.v1.junit.AutoDocJUnitFormatter
Create a new listener using the given factories to specify all sub-listeners.
AutoDocJUnitListener - class net.sourceforge.groboutils.autodoc.v1.junit.AutoDocJUnitListener.
Listens to JUnit tests, and chains the calls to other listeners.
AutoDocJUnitListener() - Constructor for class net.sourceforge.groboutils.autodoc.v1.junit.AutoDocJUnitListener
Create a new listener, using the singleton store to specify all test listener factories.
AutoDocJUnitListener(TestListenerFactory[]) - Constructor for class net.sourceforge.groboutils.autodoc.v1.junit.AutoDocJUnitListener
Create a new listener using the given factories to specify all JUnit listeners.
AutoDocLog - interface net.sourceforge.groboutils.autodoc.v1.AutoDocLog.
An interface for logging.
AutoDocLogFactory - interface net.sourceforge.groboutils.autodoc.v1.spi.AutoDocLogFactory.
An interface which defines the kinds of classes which should be loaded for the AutoDoc entry point.
AutoDocLogSet - class net.sourceforge.groboutils.autodoc.v1.defimpl.AutoDocLogSet.
An interface for logging.
AutoDocLogSet() - Constructor for class net.sourceforge.groboutils.autodoc.v1.defimpl.AutoDocLogSet
 
AutoDocTP - interface net.sourceforge.groboutils.autodoc.v1.AutoDocTP.
Test Procedure entry point.
AutoDocTPFactory - interface net.sourceforge.groboutils.autodoc.v1.spi.AutoDocTPFactory.
An interface which defines the kinds of classes which should be loaded for the AutoDoc entry point.
AutoDocTPSet - class net.sourceforge.groboutils.autodoc.v1.defimpl.AutoDocTPSet.
Test Procedure entry point.
AutoDocTPSet() - Constructor for class net.sourceforge.groboutils.autodoc.v1.defimpl.AutoDocTPSet
 
accept(File) - Method in class net.sourceforge.groboutils.util.io.v1.AllFileFilter
Accepts all files.
accept(File, String) - Method in class net.sourceforge.groboutils.util.io.v1.AllFileFilter
Accepts all files.
accept(File) - Method in class net.sourceforge.groboutils.util.io.v1.AllFilenameFilter
Accepts all files.
accept(File, String) - Method in class net.sourceforge.groboutils.util.io.v1.AllFilenameFilter
Accepts all files.
accept(File) - Method in class net.sourceforge.groboutils.util.io.v1.ExtensionFileFilter
Accepts some files.
accept(File, String) - Method in class net.sourceforge.groboutils.util.io.v1.ExtensionFilenameFilter
Accepts some files.
addAnalysisModule(IAnalysisModule) - Method in class net.sourceforge.groboutils.codecoverage.v2.datastore.AnalysisModuleSet
Add a module to the set.
addAnalysisModules(IAnalysisModule[]) - Method in class net.sourceforge.groboutils.codecoverage.v2.datastore.AnalysisModuleSet
Add an array of modules to this set.
addCaptureListener(ICaptureListener) - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindow
Adds an ICaptureListener to the list of recipients of input events.
addChildNode(PathRegistry.TreeNode, PathRegistry.TreeNode) - Method in class net.sourceforge.groboutils.util.datastruct.v1.PathRegistry
Child must already be initialized correctly.
addClass(String, byte[]) - Method in class net.sourceforge.groboutils.util.classes.v1.jdk0.ArrayClassLoader
Add a new class to the internal list.
addClassSignature(String) - Method in class net.sourceforge.groboutils.codecoverage.v2.report.PackageSorter
 
addClassSignatures(String[]) - Method in class net.sourceforge.groboutils.codecoverage.v2.report.PackageSorter
 
addDefaultSingletons() - Method in class net.sourceforge.groboutils.util.classes.v1.AbstractMultipleStore
Adds the default inner singletons, which is an implementation specific method.
addDefaultSingletons() - Method in class net.sourceforge.groboutils.util.classes.v1.SPISingletonStore
Adds the default inner singletons, which is an implementation specific method.
addError(Test, Throwable) - Method in class net.sourceforge.groboutils.autodoc.v1.junit.AutoDocJUnitListener
An error occurred.
addError(TestData, Throwable) - Method in class net.sourceforge.groboutils.autodoc.v1.testserver.junit.JUnitTestListener
Called when the test in the data has an unexpected exception thrown.
addError(Test, Throwable) - Method in class net.sourceforge.groboutils.autodoc.v1.testserver.junit.JUnitTestListener
An error occurred.
addError(TestData, Throwable) - Method in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.ITFJUnitListener
Called when the test in the data has an unexpected exception thrown.
addError(Throwable) - Method in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.ITFTestData
 
addExtension(String) - Method in class net.sourceforge.groboutils.util.io.v1.ExtensionFilenameFilter
Adds the given extension to the internal list.
addFactories(ImplFactory[]) - Method in class net.sourceforge.groboutils.junit.v1.iftc.InterfaceTestSuite
Add an array of new Implementation factories to the suite.
addFactory(AutoDocFactory) - Method in class net.sourceforge.groboutils.autodoc.v1.AutoDoc
Sets the AutoDoc factory instance.
addFactory(ImplFactory) - Method in class net.sourceforge.groboutils.junit.v1.iftc.InterfaceTestSuite
Add a new Implementation factory to the suite.
addFailure(Test, AssertionFailedError) - Method in class net.sourceforge.groboutils.autodoc.v1.junit.AutoDocJUnitListener
A failure occurred.
addFailure(TestData, AssertionFailedError) - Method in class net.sourceforge.groboutils.autodoc.v1.testserver.junit.JUnitTestListener
Called when the test in the data has an assertion error.
addFailure(Test, AssertionFailedError) - Method in class net.sourceforge.groboutils.autodoc.v1.testserver.junit.JUnitTestListener
A failure occurred.
addFailure(TestData, AssertionFailedError) - Method in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.ITFJUnitListener
Called when the test in the data has an assertion error.
addFailure(AssertionFailedError) - Method in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.ITFTestData
 
addFileSet(FileSet) - Method in class net.sourceforge.groboutils.codecoverage.v2.ant.CoveragePostCompilerTask
Add a new fileset instance to this compilation.
addIT(AutoDocIT) - Method in class net.sourceforge.groboutils.autodoc.v1.defimpl.AutoDocITSet
 
addInterfaceTestSuite(InterfaceTestSuite) - Method in class net.sourceforge.groboutils.junit.v1.iftc.InterfaceTestSuite
Add an InterfaceTestSuite to this suite.
addIssueID(String) - Method in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.ITFTestData
This may be called multiple times.
addListener(TestListener) - Method in class net.sourceforge.groboutils.autodoc.v1.junit.AutoDocJUnitListener
Add an individual JUnit TestListener to the inner set of listeners.
addLog(AutoDocLog) - Method in class net.sourceforge.groboutils.autodoc.v1.defimpl.AutoDocLogSet
 
addMark(short, short) - Method in class net.sourceforge.groboutils.codecoverage.v2.compiler.MarkedInstruction
Mark this instruction with the given measure and mark indicies; the method index is pre-defined by the particular method this instruction resides in.
addMark(MarkRecord) - Method in class net.sourceforge.groboutils.codecoverage.v2.datastore.ClassRecord
Adds a mark record, and ensures that it is unique upon insertion.
addNewThread() - Method in class net.sourceforge.groboutils.util.thread.v1.ThreadPool
If there are not enough threads, then add one into the internal array, start the thread, and return the created thread.
addObject() - Method in class net.sourceforge.groboutils.util.datastruct.v1.ObjectCache
Create a new object and put it into the cache.
addObject(Object) - Method in class net.sourceforge.groboutils.util.thread.v1.ThreadPool
Adds the given object into the shared queue, so that the next available thread will process it.
addParser(IParser) - Method in class net.sourceforge.groboutils.pmti.v1.itf.parser.DefaultParserCollator
Adds a new parser to the internal collection.
addParser(IParser) - Method in interface net.sourceforge.groboutils.pmti.v1.itf.parser.IParserCollator
Adds a new parser to the internal collection.
addRecord(ITestIssueRecord) - Method in class net.sourceforge.groboutils.pmti.v1.itf.parser.AbstractParser
 
addResourceBundle(String) - Method in class net.sourceforge.groboutils.util.io.v1.PropertyDatabase
Adds a resource bundle of the given name to the database, from the specified locale.
addSPI(ClassLoader) - Method in class net.sourceforge.groboutils.util.classes.v1.SPISingletonStore
Add a set of SPIs from the given class loader.
addShutdownHook() - Method in class net.sourceforge.groboutils.codecoverage.v2.logger.CacheDirChannelLogger
 
addSingleton(Object) - Method in class net.sourceforge.groboutils.util.classes.v1.AbstractMultipleStore
Sets the singleton.
addSourceDir(File) - Method in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.xml.XMLFileParserGenerator
Adds dir to the internal list of directories to check for issue XML files.
addSourceDirs(File[]) - Method in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.xml.XMLFileParserGenerator
Adds the given directories to the internal list of directories to check for issue XML files.
addSubTest(Test) - Method in class net.sourceforge.groboutils.junit.v1.SubTestTestCase
Allows for execution of the given test instance from inside another test.
addTP(AutoDocTP) - Method in class net.sourceforge.groboutils.autodoc.v1.defimpl.AutoDocTPSet
 
addTest() - Method in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.ITFTestData
 
addTestData(TestData) - Method in class net.sourceforge.groboutils.autodoc.v1.testserver.AbstractWriterServer
Receives td from a Monitor and handles it in an implementation specific manner.
addTestData(TestInfo) - Method in class net.sourceforge.groboutils.autodoc.v1.testserver.DefaultMonitor
Adds a new TestData instance related to the given TestInfo.
addTestData(TestInfo) - Method in interface net.sourceforge.groboutils.autodoc.v1.testserver.Monitor
Adds a new TestData instance related to the given TestInfo.
addTestData(TestData) - Method in interface net.sourceforge.groboutils.autodoc.v1.testserver.Server
Receives td from a Monitor and handles it in an implementation specific manner.
addTestIssueRecord(ITestIssueRecord) - Method in class net.sourceforge.groboutils.pmti.v1.itf.ITFReadProblemManager
 
addTestMethod(Method, Vector) - Method in class net.sourceforge.groboutils.junit.v1.parser.TestClassParser
Adds the method m to the inner list of known test methods, but only if it is a public test method.
addTestSuite(Class) - Method in class net.sourceforge.groboutils.junit.v1.iftc.InterfaceTestSuite
Adds all the methods starting with "test" as test cases to the suite.
addTests(Test[]) - Method in class net.sourceforge.groboutils.junit.v1.iftc.InterfaceTestSuite
Add an array of tests to the suite.
addValue(Object) - Method in interface net.sourceforge.groboutils.pmti.v1.IEditableListAttribute
 
addValue(Object) - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.AbstractEditableListAttribute
This method still performs array checking.
addedMultiple(Object, Class) - Method in class net.sourceforge.groboutils.util.classes.v1.AbstractMultipleStore.AllowMultiplesAction
 
allowKeyPressed(KeyPressedCaptureEvent) - Method in class net.sourceforge.groboutils.uicapture.v1.ScriptGenerator
 
allowKeyPressed(KeyPressedCaptureEvent) - Method in class net.sourceforge.groboutils.uicapture.v1.event.AllowCapturePassThroughAdapter
 
allowKeyPressed(KeyPressedCaptureEvent) - Method in interface net.sourceforge.groboutils.uicapture.v1.event.IAllowCapturePassThroughListener
 
allowKeyReleased(KeyReleasedCaptureEvent) - Method in class net.sourceforge.groboutils.uicapture.v1.ScriptGenerator
 
allowKeyReleased(KeyReleasedCaptureEvent) - Method in class net.sourceforge.groboutils.uicapture.v1.event.AllowCapturePassThroughAdapter
 
allowKeyReleased(KeyReleasedCaptureEvent) - Method in interface net.sourceforge.groboutils.uicapture.v1.event.IAllowCapturePassThroughListener
 
allowMouseMoved(MouseMovedCaptureEvent) - Method in class net.sourceforge.groboutils.uicapture.v1.ScriptGenerator
Not part of the allow interface.
allowMousePressed(MousePressedCaptureEvent) - Method in class net.sourceforge.groboutils.uicapture.v1.ScriptGenerator
 
allowMousePressed(MousePressedCaptureEvent) - Method in class net.sourceforge.groboutils.uicapture.v1.event.AllowCapturePassThroughAdapter
 
allowMousePressed(MousePressedCaptureEvent) - Method in interface net.sourceforge.groboutils.uicapture.v1.event.IAllowCapturePassThroughListener
 
allowMouseReleased(MouseReleasedCaptureEvent) - Method in class net.sourceforge.groboutils.uicapture.v1.ScriptGenerator
 
allowMouseReleased(MouseReleasedCaptureEvent) - Method in class net.sourceforge.groboutils.uicapture.v1.event.AllowCapturePassThroughAdapter
 
allowMouseReleased(MouseReleasedCaptureEvent) - Method in interface net.sourceforge.groboutils.uicapture.v1.event.IAllowCapturePassThroughListener
 
allowMouseWheelMoved(MouseWheelCaptureEvent) - Method in class net.sourceforge.groboutils.uicapture.v1.ScriptGenerator
 
allowMouseWheelMoved(MouseWheelCaptureEvent) - Method in class net.sourceforge.groboutils.uicapture.v1.event.AllowCapturePassThroughAdapter
 
allowMouseWheelMoved(MouseWheelCaptureEvent) - Method in interface net.sourceforge.groboutils.uicapture.v1.event.IAllowCapturePassThroughListener
 
allowsDirectories() - Method in class net.sourceforge.groboutils.util.io.v1.ExtensionFilenameFilter
 
allowsDirectories(boolean) - Method in class net.sourceforge.groboutils.util.io.v1.ExtensionFilenameFilter
 
analyze(IMethodCode) - Method in interface net.sourceforge.groboutils.codecoverage.v2.IAnalysisModule
Perform the analysis on the method.
analyze(IMethodCode) - Method in class net.sourceforge.groboutils.codecoverage.v2.module.BranchCountMeasure
Perform the analysis on the method.
analyze(IMethodCode) - Method in class net.sourceforge.groboutils.codecoverage.v2.module.BytecodeCountMeasure
Perform the analysis on the method.
analyze(IMethodCode) - Method in class net.sourceforge.groboutils.codecoverage.v2.module.CallPairMeasure
Perform the analysis on the method.
analyze(IMethodCode) - Method in class net.sourceforge.groboutils.codecoverage.v2.module.FunctionMeasure
Perform the analysis on the method.
analyze(IMethodCode) - Method in class net.sourceforge.groboutils.codecoverage.v2.module.LineCountMeasure
Perform the analysis on the method.
assertActive() - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindowController
 
assertActive() - Method in class net.sourceforge.groboutils.uicapture.v1.javamaker.JavaMaker
 
assertFormatName() - Method in class net.sourceforge.groboutils.uicapture.v1.DefaultScreenScraper
Discover if the current format name is supported.
assertHasConstructor(String, Class, Class[], int) - Static method in class net.sourceforge.groboutils.junit.v1.AssertConstructor
Ensures that there exists a constructor in class c that accepts the same number of arguments given in arguments, and that the constructor has the same class or an instance of the class in each position of the argument list.
assertHasConstructor(Class, Class[], int) - Static method in class net.sourceforge.groboutils.junit.v1.AssertConstructor
Ensures that there exists a constructor in class c that accepts the same number of arguments given in arguments, and that the constructor has the same class or an instance of the class in each position of the argument list.
assertHasConstructor(String, Class, Class[]) - Static method in class net.sourceforge.groboutils.junit.v1.AssertConstructor
Ensures that there exists a public constructor in class c that accepts the same number of arguments given in arguments, and that the constructor has the same class or an instance of the class in each position of the argument list.
assertHasConstructor(Class, Class[]) - Static method in class net.sourceforge.groboutils.junit.v1.AssertConstructor
Ensures that there exists a public constructor in class c that accepts the same number of arguments given in arguments, and that the constructor has the same class or an instance of the class in each position of the argument list.
assertHasConstructor(String, Object, Class[], int) - Static method in class net.sourceforge.groboutils.junit.v1.AssertConstructor
Ensures that there exists a constructor in class c that accepts the same number of arguments given in arguments, and that the constructor has the same class or an instance of the class in each position of the argument list.
assertHasConstructor(Object, Class[], int) - Static method in class net.sourceforge.groboutils.junit.v1.AssertConstructor
Ensures that there exists a constructor in class c that accepts the same number of arguments given in arguments, and that the constructor has the same class or an instance of the class in each position of the argument list.
assertHasConstructor(String, Object, Class[]) - Static method in class net.sourceforge.groboutils.junit.v1.AssertConstructor
Ensures that there exists a public constructor in class c that accepts the same number of arguments given in arguments, and that the constructor has the same class or an instance of the class in each position of the argument list.
assertHasConstructor(Object, Class[]) - Static method in class net.sourceforge.groboutils.junit.v1.AssertConstructor
Ensures that there exists a public constructor in class c that accepts the same number of arguments given in arguments, and that the constructor has the same class or an instance of the class in each position of the argument list.
assertHasDefaultConstructor(String, Class) - Static method in class net.sourceforge.groboutils.junit.v1.AssertConstructor
Ensures that the class c has a default (no-arg), public constructor.
assertHasDefaultConstructor(Class) - Static method in class net.sourceforge.groboutils.junit.v1.AssertConstructor
Ensures that the class c has a default (no-arg), public constructor.
assertHasDefaultConstructor(String, Object) - Static method in class net.sourceforge.groboutils.junit.v1.AssertConstructor
Ensures that the class for object o has a default (no-arg), public constructor.
assertHasDefaultConstructor(Object) - Static method in class net.sourceforge.groboutils.junit.v1.AssertConstructor
Ensures that the class for object o has a default (no-arg), public constructor.
assertHasSameConstructor(String, Class, Class[], int) - Static method in class net.sourceforge.groboutils.junit.v1.AssertConstructor
Ensures that there exists a constructor in class c that accepts the same number of arguments given in arguments, and that the constructor has the same class or an instance of the class in each position of the argument list.
assertHasSameConstructor(Class, Class[], int) - Static method in class net.sourceforge.groboutils.junit.v1.AssertConstructor
Ensures that there exists a constructor in class c that accepts the same number of arguments given in arguments, and that the constructor has the same class or an instance of the class in each position of the argument list.
assertHasSameConstructor(String, Class, Class[]) - Static method in class net.sourceforge.groboutils.junit.v1.AssertConstructor
Ensures that there exists a public constructor in class c that accepts the same number of arguments given in arguments, and that the constructor has the same class or an instance of the class in each position of the argument list.
assertHasSameConstructor(Class, Class[]) - Static method in class net.sourceforge.groboutils.junit.v1.AssertConstructor
Ensures that there exists a public constructor in class c that accepts the same number of arguments given in arguments, and that the constructor has the same class or an instance of the class in each position of the argument list.
assertHasSameConstructor(String, Object, Class[], int) - Static method in class net.sourceforge.groboutils.junit.v1.AssertConstructor
Ensures that there exists a constructor in class c that accepts the same number of arguments given in arguments, and that the constructor has the same class or an instance of the class in each position of the argument list.
assertHasSameConstructor(Object, Class[], int) - Static method in class net.sourceforge.groboutils.junit.v1.AssertConstructor
Ensures that there exists a constructor in class c that accepts the same number of arguments given in arguments, and that the constructor has the same class or an instance of the class in each position of the argument list.
assertHasSameConstructor(String, Object, Class[]) - Static method in class net.sourceforge.groboutils.junit.v1.AssertConstructor
Ensures that there exists a public constructor in class c that accepts the same number of arguments given in arguments, and that the constructor has the same class or an instance of the class in each position of the argument list.
assertHasSameConstructor(Object, Class[]) - Static method in class net.sourceforge.groboutils.junit.v1.AssertConstructor
Ensures that there exists a public constructor in class c that accepts the same number of arguments given in arguments, and that the constructor has the same class or an instance of the class in each position of the argument list.
assertInactive() - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindowController
 
assertNotNull(TestInfo) - Method in class net.sourceforge.groboutils.autodoc.v1.testserver.DefaultMonitor
Ensures that info is not null.
assertNotNull(TestData) - Method in class net.sourceforge.groboutils.autodoc.v1.testserver.DefaultMonitor
Ensures that td is not null.
assertStateCanBeNext(IIssueState) - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.AbstractEditableIssue
 
attributeMatch(IAttribute, IAttribute) - Method in class net.sourceforge.groboutils.pmti.v1.itf.ITFReadProblemManager
 
attributesMatch(IAttributeSet, IAttributeSet) - Method in class net.sourceforge.groboutils.pmti.v1.itf.ITFReadProblemManager
 
autoSave() - Method in class net.sourceforge.groboutils.util.io.v1.PropertyDatabase
 
available() - Method in class net.sourceforge.groboutils.util.io.v1.MimeInputStream
Returns the number of bytes that can be read from this input stream without blocking.

B

BUTTON_MASK - Static variable in class net.sourceforge.groboutils.uicapture.v1.event.MouseCaptureEvent
 
BackgroundProcess - class net.sourceforge.groboutils.util.thread.v1.BackgroundProcess.
Creates and executes the given process.
BackgroundProcess(String) - Constructor for class net.sourceforge.groboutils.util.thread.v1.BackgroundProcess
 
BackgroundProcess(String[]) - Constructor for class net.sourceforge.groboutils.util.thread.v1.BackgroundProcess
 
BackgroundProcess(String[], String[], File) - Constructor for class net.sourceforge.groboutils.util.thread.v1.BackgroundProcess
 
BackgroundProcess(String, String[], File) - Constructor for class net.sourceforge.groboutils.util.thread.v1.BackgroundProcess
 
BackgroundProcess(String[], String[]) - Constructor for class net.sourceforge.groboutils.util.thread.v1.BackgroundProcess
 
BackgroundProcess(String, String[]) - Constructor for class net.sourceforge.groboutils.util.thread.v1.BackgroundProcess
 
BackgroundProcess(Process) - Constructor for class net.sourceforge.groboutils.util.thread.v1.BackgroundProcess
Initializes the background process with an existing process.
BranchCountMeasure - class net.sourceforge.groboutils.codecoverage.v2.module.BranchCountMeasure.
Processes methods for branch coverage analysis, where each branch instruction and its corresponding not-taken instruction are marked.
BranchCountMeasure() - Constructor for class net.sourceforge.groboutils.codecoverage.v2.module.BranchCountMeasure
 
BytecodeCountMeasure - class net.sourceforge.groboutils.codecoverage.v2.module.BytecodeCountMeasure.
Processes methods for instruction-count coverage analysis.
BytecodeCountMeasure() - Constructor for class net.sourceforge.groboutils.codecoverage.v2.module.BytecodeCountMeasure
 
BytecodeLineUtil - class net.sourceforge.groboutils.codecoverage.v2.module.BytecodeLineUtil.
Helper that processes bytecode instructions and line-numbering
BytecodeLineUtil(Method) - Constructor for class net.sourceforge.groboutils.codecoverage.v2.module.BytecodeLineUtil
 
BytecodeLineUtil(IMethodCode) - Constructor for class net.sourceforge.groboutils.codecoverage.v2.module.BytecodeLineUtil
 
BytecodeSource - interface net.sourceforge.groboutils.util.classes.v1.jdk0.BytecodeSource.
Load classes by byte Arrays.
baseDir - Variable in class net.sourceforge.groboutils.codecoverage.v2.logger.DirectoryChannelLogger
 
begin() - Method in class net.sourceforge.groboutils.uicapture.v1.ScriptGenerator
 
begin() - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindowController
Begin the reinactment process.

C

CACHESIZE_PROPERTY - Static variable in class net.sourceforge.groboutils.codecoverage.v2.logger.CacheDirChannelLoggerFactory
 
CE_KEY_PRESSED - Static variable in class net.sourceforge.groboutils.uicapture.v1.event.CaptureEvent
 
CE_KEY_RELEASED - Static variable in class net.sourceforge.groboutils.uicapture.v1.event.CaptureEvent
 
CE_MOUSE_MOVED - Static variable in class net.sourceforge.groboutils.uicapture.v1.event.CaptureEvent
 
CE_MOUSE_PRESSED - Static variable in class net.sourceforge.groboutils.uicapture.v1.event.CaptureEvent
 
CE_MOUSE_RELEASED - Static variable in class net.sourceforge.groboutils.uicapture.v1.event.CaptureEvent
 
CE_MOUSE_WHEEL - Static variable in class net.sourceforge.groboutils.uicapture.v1.event.CaptureEvent
 
CLASS_LOG_EXTENTION - Static variable in class net.sourceforge.groboutils.codecoverage.v2.logger.DirectoryChannelLogger
 
COVERAGELOGGER_CLASSNAME - Static variable in interface net.sourceforge.groboutils.codecoverage.v2.logger.ICoverageLoggerConst
 
COVERAGE_RETURNTYPE - Static variable in interface net.sourceforge.groboutils.codecoverage.v2.logger.ICoverageLoggerConst
The expected return type of the INVOKE_METHOD_NAME method.
COVERAGE_SIGNATURE - Static variable in interface net.sourceforge.groboutils.codecoverage.v2.logger.ICoverageLoggerConst
The expected signature of the INVOKE_METHOD_NAME method.
CacheDirChannelLogger - class net.sourceforge.groboutils.codecoverage.v2.logger.CacheDirChannelLogger.
This is the same as the DirectoryChannelLogger, except that the open files are cached for access.
CacheDirChannelLogger(File, int) - Constructor for class net.sourceforge.groboutils.codecoverage.v2.logger.CacheDirChannelLogger
 
CacheDirChannelLoggerFactory - class net.sourceforge.groboutils.codecoverage.v2.logger.CacheDirChannelLoggerFactory.
This is the same as the DirectoryChannelLoggerFactory, except that it caches the files as open.
CacheDirChannelLoggerFactory() - Constructor for class net.sourceforge.groboutils.codecoverage.v2.logger.CacheDirChannelLoggerFactory
 
CallPairMeasure - class net.sourceforge.groboutils.codecoverage.v2.module.CallPairMeasure.
Processes methods for call pair coverage analysis, where each function call instruction are marked.
CallPairMeasure() - Constructor for class net.sourceforge.groboutils.codecoverage.v2.module.CallPairMeasure
 
CaptureAdapter - class net.sourceforge.groboutils.uicapture.v1.event.CaptureAdapter.
Default implementation of an ICaptureListener.
CaptureAdapter() - Constructor for class net.sourceforge.groboutils.uicapture.v1.event.CaptureAdapter
 
CaptureEvent - class net.sourceforge.groboutils.uicapture.v1.event.CaptureEvent.
An event object which stores a capture event.
CaptureEvent(int, InputEvent) - Constructor for class net.sourceforge.groboutils.uicapture.v1.event.CaptureEvent
Create a CaptureEvent with an AWT InputEvent.
CaptureEvent(int) - Constructor for class net.sourceforge.groboutils.uicapture.v1.event.CaptureEvent
Create a CaptureEvent without an AWT InputEvent.
ChainableException - exception net.sourceforge.groboutils.util.throwable.v1.ChainableException.
General chainable exception, for pseudo-JDK 1.4 support.
ChainableException() - Constructor for class net.sourceforge.groboutils.util.throwable.v1.ChainableException
 
ChainableException(String) - Constructor for class net.sourceforge.groboutils.util.throwable.v1.ChainableException
 
ChainableException(Throwable) - Constructor for class net.sourceforge.groboutils.util.throwable.v1.ChainableException
 
ChainableException(Throwable, String) - Constructor for class net.sourceforge.groboutils.util.throwable.v1.ChainableException
 
ChainableException(String, Throwable) - Constructor for class net.sourceforge.groboutils.util.throwable.v1.ChainableException
 
ChainableExceptionHelper - class net.sourceforge.groboutils.util.throwable.v1.ChainableExceptionHelper.
Helper class to support easy-to-implement chainable exceptions.
ChainableExceptionHelper(Throwable) - Constructor for class net.sourceforge.groboutils.util.throwable.v1.ChainableExceptionHelper
Sets the owning throwable.
ChainableExceptionHelper(Throwable, Throwable) - Constructor for class net.sourceforge.groboutils.util.throwable.v1.ChainableExceptionHelper
 
ChecksumUtil - class net.sourceforge.groboutils.codecoverage.v2.util.ChecksumUtil.
A "universal" method to extract a checksum from the various kinds of data the codecoverage package needs.
ChecksumUtil() - Constructor for class net.sourceforge.groboutils.codecoverage.v2.util.ChecksumUtil
Creates a new finder using the default (system) classpath.
ClassLoadHelper - class net.sourceforge.groboutils.util.classes.v1.ClassLoadHelper.
Utility class for loading classes and creating instances.
ClassLoadHelper() - Constructor for class net.sourceforge.groboutils.util.classes.v1.ClassLoadHelper
Default constructor - will use the Thread's context class loader for each class discovery.
ClassLoadHelper(Class) - Constructor for class net.sourceforge.groboutils.util.classes.v1.ClassLoadHelper
Use the given class's classloader.
ClassLoadHelper(ClassLoader) - Constructor for class net.sourceforge.groboutils.util.classes.v1.ClassLoadHelper
Loads the helper with the given class loader.
ClassMarkSet - class net.sourceforge.groboutils.codecoverage.v2.report.ClassMarkSet.
Contains all the marks (sorted by covered and not covered) per method.
ClassRecord - class net.sourceforge.groboutils.codecoverage.v2.datastore.ClassRecord.
Contains data associated with a parsed class.
ClassRecord(String, long, String[], AnalysisModuleSet) - Constructor for class net.sourceforge.groboutils.codecoverage.v2.datastore.ClassRecord
 
ClassSignatureUtil - class net.sourceforge.groboutils.codecoverage.v2.util.ClassSignatureUtil.
Knows how to create a class signature.
ClassSignatureUtil() - Constructor for class net.sourceforge.groboutils.codecoverage.v2.util.ClassSignatureUtil
 
ClassUtil - class net.sourceforge.groboutils.util.classes.v1.ClassUtil.
Utility class for loading classes and creating instances.
ClassUtil() - Constructor for class net.sourceforge.groboutils.util.classes.v1.ClassUtil
Default constructor - made protected so users won't instantiate the utility
CoverageLogger - class net.sourceforge.groboutils.codecoverage.v2.logger.CoverageLogger.
The singleton invoked at runtime to log each marked bytecode instruction covered.
CoverageLogger() - Constructor for class net.sourceforge.groboutils.codecoverage.v2.logger.CoverageLogger
 
CoveragePostCompilerTask - class net.sourceforge.groboutils.codecoverage.v2.ant.CoveragePostCompilerTask.
Ant task which corresponds to a Counter.
CoveragePostCompilerTask() - Constructor for class net.sourceforge.groboutils.codecoverage.v2.ant.CoveragePostCompilerTask
 
CoverageReportTask - class net.sourceforge.groboutils.codecoverage.v2.ant.CoverageReportTask.
Ant task that creates an XML coverage report.
CoverageReportTask() - Constructor for class net.sourceforge.groboutils.codecoverage.v2.ant.CoverageReportTask
 
CxFactory - class net.sourceforge.groboutils.junit.v1.iftc.CxFactory.
Helper abstract class that aids in the setting of a unique and distinguishable name for a test case's factory.
CxFactory(String) - Constructor for class net.sourceforge.groboutils.junit.v1.iftc.CxFactory
Specify a unique identifier for this specific factory within the context of the concrete test that is providing the factory.
CxFactory(String, boolean) - Constructor for class net.sourceforge.groboutils.junit.v1.iftc.CxFactory
Specify a unique identifier for this specific factory within the context of the concrete test that is providing the factory.
callAssert(String) - Method in class net.sourceforge.groboutils.junit.v1.AssertTestFactory.InnerTest
 
canAddMarks() - Method in class net.sourceforge.groboutils.codecoverage.v2.compiler.ModifiedMethod
Returns true if the method can be modified, otherwise returns false.
canCreate(Class) - Method in class net.sourceforge.groboutils.junit.v1.parser.DelegateTestCreator
Checks if the creator can be used on the given class.
canCreate(Class) - Method in interface net.sourceforge.groboutils.junit.v1.parser.ITestCreator
Checks if the creator can be used on the given class.
canCreate(Class) - Method in class net.sourceforge.groboutils.junit.v1.parser.IftcOrigCreator
Checks if the creator can be used on the given class.
canCreate(Class) - Method in class net.sourceforge.groboutils.junit.v1.parser.JUnit3_8Creator
Checks if the creator can be used on the given class.
canCreate(Class) - Method in class net.sourceforge.groboutils.junit.v1.parser.JUnitOrigCreator
Checks if the creator can be used on the given class.
checkLoad() - Method in class net.sourceforge.groboutils.autodoc.v1.AutoDoc
Check if the data instances have been loaded.
checkThreshold() - Method in class net.sourceforge.groboutils.util.thread.v1.ThreadPool
Checks if the depth on the shared queue is too deep (beyond the threshold), and if so, creates a new thread to help deal with the situation.
checksum(byte[]) - Method in class net.sourceforge.groboutils.codecoverage.v2.util.ChecksumUtil
 
className2jarFileName(String) - Method in class net.sourceforge.groboutils.util.classes.v1.jdk0.UrlClassLoader
Converts a class name to a file name.
cleanUpFactories() - Method in class net.sourceforge.groboutils.autodoc.v1.AutoDoc
After loading the instances, we have no need to keep the memory of the original factories around - they may pollute our loaded proxied objects anyway.
cleanUpObject(Object, Object) - Method in class net.sourceforge.groboutils.codecoverage.v2.logger.CacheDirChannelLogger
Called by HashCache when the given object is being removed from the cache.
cleanUpObject(Object, Object) - Method in interface net.sourceforge.groboutils.util.datastruct.v1.HashCache.ObjectManager
Called when the given object is being removed from the cache.
clear() - Method in class net.sourceforge.groboutils.util.datastruct.v1.HashCache
Cleans out the data structure, calling the clean-up on all items.
clearWarnings() - Method in class net.sourceforge.groboutils.junit.v1.parser.TestClassCreator
Remove all current warnings.
clearWarnings() - Method in class net.sourceforge.groboutils.junit.v1.parser.TestClassParser
Remove all current warnings.
close() - Method in class net.sourceforge.groboutils.codecoverage.v2.datastore.DirClassMetaDataReader
Closes this reader to prevent further access.
close() - Method in class net.sourceforge.groboutils.codecoverage.v2.datastore.DirClassMetaDataWriter
Closes off the writer's connection to the store.
close() - Method in class net.sourceforge.groboutils.codecoverage.v2.datastore.DirMetaDataReader
Closes this reader to prevent further access.
close() - Method in class net.sourceforge.groboutils.codecoverage.v2.datastore.DirMetaDataWriter
Closes this writer to prevent further access.
close() - Method in interface net.sourceforge.groboutils.codecoverage.v2.datastore.IClassMetaDataReader
Closes off the reader's connection to the store.
close() - Method in interface net.sourceforge.groboutils.codecoverage.v2.datastore.IClassMetaDataWriter
Closes off the writer's connection to the store.
close() - Method in interface net.sourceforge.groboutils.codecoverage.v2.datastore.IMetaDataReader
Closes this reader to prevent further access.
close() - Method in interface net.sourceforge.groboutils.codecoverage.v2.datastore.IMetaDataWriter
Closes this writer to prevent further access.
close() - Method in class net.sourceforge.groboutils.codecoverage.v2.logger.DirectoryClassChannelLogReader
 
close() - Method in class net.sourceforge.groboutils.util.io.v1.WriterOutputStream
 
closeOutput(Writer) - Method in class net.sourceforge.groboutils.autodoc.v1.testserver.AbstractWriterServer
Close the given Writer, which was opened in the openOutput() method.
collate(ITestIssueRecord[]) - Method in interface net.sourceforge.groboutils.pmti.v1.itf.ITestIssueRecordCollator
Returns the parsed test-issue records, divided into logically separated collections.
collate(ITestIssueRecord[]) - Method in class net.sourceforge.groboutils.pmti.v1.itf.impl.AbstractTestIssueRecordCollator
 
collate(ITestIssueRecord[]) - Method in class net.sourceforge.groboutils.pmti.v1.itf.impl.AllTestIssueRecordCollator
 
commit() - Method in interface net.sourceforge.groboutils.pmti.v1.IEditableIssue
Commits all changes from the issue to the tracker.
commit() - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.AbstractEditableIssue
Commits all changes from the issue to the tracker.
compareFiles(File, File) - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindowController
Compares the two files for identity.
concatMessage(Object[]) - Method in class net.sourceforge.groboutils.autodoc.v1.log4j.Log4jLog
Concatenate the given array into a single string.
containsValue(Object) - Method in interface net.sourceforge.groboutils.pmti.v1.IListAttribute
 
containsValue(Object) - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.AbstractEditableListAttribute
 
containsValue(Object) - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.DefaultListAttribute
 
convertUrl(String) - Method in class net.sourceforge.groboutils.util.classes.v1.jdk0.UrlClassLoader
Converts the given string to a fully qualified URL.
convertUrl(String) - Method in class net.sourceforge.groboutils.util.classes.v1.jdk2.UrlClassLoader
Converts the given string to a fully qualified URL.
copyFileToDirectory(File, File) - Method in class net.sourceforge.groboutils.util.io.v1.FileUtils
 
copyFileToFile(File, File) - Method in class net.sourceforge.groboutils.util.io.v1.FileUtils
 
cover(String, short, short) - Method in interface net.sourceforge.groboutils.codecoverage.v2.IChannelLogger
Records a coverage of a marked bytecode instruction.
cover(String, short, short) - Method in class net.sourceforge.groboutils.codecoverage.v2.logger.CacheDirChannelLogger
Records a coverage of a marked bytecode instruction.
cover(String, short, short, short) - Static method in class net.sourceforge.groboutils.codecoverage.v2.logger.CoverageLogger
The primary entry method.
cover(String, short, short) - Method in class net.sourceforge.groboutils.codecoverage.v2.logger.DirectoryChannelLogger
Records a coverage of a marked bytecode instruction.
cover(String, short, short) - Method in class net.sourceforge.groboutils.codecoverage.v2.logger.NoOpChannelLogger
Records a coverage of a marked bytecode instruction.
createAllTestSuite(TestClassParser) - Method in class net.sourceforge.groboutils.junit.v1.parser.TestClassCreator
Create a new TestSuite, containing the tests returned by the call to createTests() and createWarningTests.
createAnalysisModule() - Method in class net.sourceforge.groboutils.codecoverage.v2.ant.CoveragePostCompilerTask
Creates a new analysis module.
createAssertEquals(String, Object, Object) - Method in class net.sourceforge.groboutils.junit.v1.AssertTestFactory
Asserts that two objects are equal.
createAssertEquals(Object, Object) - Method in class net.sourceforge.groboutils.junit.v1.AssertTestFactory
Asserts that two objects are equal.
createAssertEquals(String, String, String) - Method in class net.sourceforge.groboutils.junit.v1.AssertTestFactory
Asserts that two objects are equal.
createAssertEquals(String, String) - Method in class net.sourceforge.groboutils.junit.v1.AssertTestFactory
Asserts that two objects are equal.
createAssertEquals(String, double, double, double) - Method in class net.sourceforge.groboutils.junit.v1.AssertTestFactory
Asserts that two doubles are equal concerning a delta.
createAssertEquals(double, double, double) - Method in class net.sourceforge.groboutils.junit.v1.AssertTestFactory
Asserts that two doubles are equal concerning a delta.
createAssertEquals(String, float, float, float) - Method in class net.sourceforge.groboutils.junit.v1.AssertTestFactory
Asserts that two floats are equal concerning a delta.
createAssertEquals(float, float, float) - Method in class net.sourceforge.groboutils.junit.v1.AssertTestFactory
Asserts that two floats are equal concerning a delta.
createAssertEquals(String, long, long) - Method in class net.sourceforge.groboutils.junit.v1.AssertTestFactory
Asserts that two longs are equal.
createAssertEquals(long, long) - Method in class net.sourceforge.groboutils.junit.v1.AssertTestFactory
Asserts that two longs are equal.
createAssertEquals(String, boolean, boolean) - Method in class net.sourceforge.groboutils.junit.v1.AssertTestFactory
Asserts that two booleans are equal.
createAssertEquals(boolean, boolean) - Method in class net.sourceforge.groboutils.junit.v1.AssertTestFactory
Asserts that two booleans are equal.
createAssertEquals(String, byte, byte) - Method in class net.sourceforge.groboutils.junit.v1.AssertTestFactory
Asserts that two bytes are equal.
createAssertEquals(byte, byte) - Method in class net.sourceforge.groboutils.junit.v1.AssertTestFactory
Asserts that two bytes are equal.
createAssertEquals(String, char, char) - Method in class net.sourceforge.groboutils.junit.v1.AssertTestFactory
Asserts that two chars are equal.
createAssertEquals(char, char) - Method in class net.sourceforge.groboutils.junit.v1.AssertTestFactory
Asserts that two chars are equal.
createAssertEquals(String, short, short) - Method in class net.sourceforge.groboutils.junit.v1.AssertTestFactory
Asserts that two shorts are equal.
createAssertEquals(short, short) - Method in class net.sourceforge.groboutils.junit.v1.AssertTestFactory
Asserts that two shorts are equal.
createAssertEquals(String, int, int) - Method in class net.sourceforge.groboutils.junit.v1.AssertTestFactory
Asserts that two ints are equal.
createAssertEquals(int, int) - Method in class net.sourceforge.groboutils.junit.v1.AssertTestFactory
Asserts that two ints are equal.
createAssertFalse(String, boolean) - Method in class net.sourceforge.groboutils.junit.v1.AssertTestFactory
Asserts that a condition is false.
createAssertFalse(boolean) - Method in class net.sourceforge.groboutils.junit.v1.AssertTestFactory
Asserts that a condition is true.
createAssertNotNull(String, Object) - Method in class net.sourceforge.groboutils.junit.v1.AssertTestFactory
Asserts that an object isn't null.
createAssertNotNull(Object) - Method in class net.sourceforge.groboutils.junit.v1.AssertTestFactory
Asserts that an object isn't null.
createAssertNotSame(String, Object, Object) - Method in class net.sourceforge.groboutils.junit.v1.AssertTestFactory
Asserts that two objects refer to the same object.
createAssertNotSame(Object, Object) - Method in class net.sourceforge.groboutils.junit.v1.AssertTestFactory
Asserts that two objects refer to the same object.
createAssertNull(String, Object) - Method in class net.sourceforge.groboutils.junit.v1.AssertTestFactory
Asserts that an object is null.
createAssertNull(Object) - Method in class net.sourceforge.groboutils.junit.v1.AssertTestFactory
Asserts that an object is null.
createAssertSame(String, Object, Object) - Method in class net.sourceforge.groboutils.junit.v1.AssertTestFactory
Asserts that two objects refer to the same object.
createAssertSame(Object, Object) - Method in class net.sourceforge.groboutils.junit.v1.AssertTestFactory
Asserts that two objects refer to the same object.
createAssertTrue(String, boolean) - Method in class net.sourceforge.groboutils.junit.v1.AssertTestFactory
Asserts that a condition is true.
createAssertTrue(boolean) - Method in class net.sourceforge.groboutils.junit.v1.AssertTestFactory
Asserts that a condition is true.
createAttributeArray(int) - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.DefaultAttributeSet
 
createAttributeArray(int) - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.DefaultEditableAttributeSet
 
createChannelLogger(String, Properties, short) - Method in interface net.sourceforge.groboutils.codecoverage.v2.IChannelLoggerFactory
Creates a specific logger type.
createChannelLogger(String, Properties, short) - Method in class net.sourceforge.groboutils.codecoverage.v2.logger.CacheDirChannelLoggerFactory
Creates a specific logger type.
createChannelLogger(String, Properties, short) - Method in class net.sourceforge.groboutils.codecoverage.v2.logger.DirectoryChannelLoggerFactory
Creates a specific logger type.
createChannelLogger(String, Properties, short) - Method in class net.sourceforge.groboutils.codecoverage.v2.logger.NoOpChannelLoggerFactory
Creates a specific logger type.
createChecksum() - Method in class net.sourceforge.groboutils.codecoverage.v2.util.ChecksumUtil
 
createClassMarkSet(String) - Method in class net.sourceforge.groboutils.codecoverage.v2.report.AnalysisModuleData
Retrieves the sorted (by covered/not covered) set of marks for the class.
createClassRecord(AnalysisModuleSet) - Method in class net.sourceforge.groboutils.codecoverage.v2.compiler.ModifiedClass
 
createClassSignature(String, long) - Method in class net.sourceforge.groboutils.codecoverage.v2.util.ClassSignatureUtil
 
createCoverString(short, short) - Static method in class net.sourceforge.groboutils.codecoverage.v2.logger.DirectoryChannelLogger
 
createEditableAttributeSet(IAttributeSet) - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.AbstractEditableIssue
Creates an editable set of attributes based on the immutable attribute set.
createFail(String) - Method in class net.sourceforge.groboutils.junit.v1.AssertTestFactory
Fails a test with the given message.
createFail() - Method in class net.sourceforge.groboutils.junit.v1.AssertTestFactory
Fails a test with no message.
createFile() - Method in class net.sourceforge.groboutils.uicapture.v1.ScriptGenerator
 
createFileName(TestData) - Method in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.server.AbstractNewFileServer
 
createFilter() - Method in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.xml.XMLFileParserGenerator
 
createFromProperty(String, Class) - Static method in class net.sourceforge.groboutils.util.classes.v1.AbstractSingleStore
Helper method to load an object from the class specified in the given system property; if the class is invalid, then the given default class will be used instead.
createIT(Class) - Method in class net.sourceforge.groboutils.autodoc.v1.defimpl.DefaultAutoDocFactory
Creates the Issue Tracker entry point.
createIT(Class) - Method in interface net.sourceforge.groboutils.autodoc.v1.spi.AutoDocFactory
Creates the Issue Tracker entry point.
createIT(Class) - Method in interface net.sourceforge.groboutils.autodoc.v1.spi.AutoDocITFactory
Creates the Issue Tracker entry point.
createIT(Class) - Method in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.AutoDocITFactoryImpl
Creates the Issue Tracker entry point.
createITFIssue(String, String, ITestRecord[]) - Method in class net.sourceforge.groboutils.pmti.v1.itf.ITFReadProblemManager
 
createImmutable() - Method in class net.sourceforge.groboutils.pmti.v1.itf.impl.DefaultTestRecord
 
createImmutableIssueState(IEditableIssueState) - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.AbstractEditableIssue
Create a non-editable version of eis.
createImplObject() - Method in class net.sourceforge.groboutils.junit.v1.iftc.CxFactory
 
createImplObject() - Method in interface net.sourceforge.groboutils.junit.v1.iftc.ImplFactory
Create a new instance of the interface type for testing through an InterfaceTest.
createImplObject() - Method in class net.sourceforge.groboutils.junit.v1.iftc.InterfaceTestCase
Calls the stored factory to create an implemented object.
createInputStream(String) - Method in class net.sourceforge.groboutils.util.io.v1.FileInputStreamGenerator
 
createInputStream(String) - Method in class net.sourceforge.groboutils.util.io.v1.HashtableInputStreamGenerator
 
createInputStream(String) - Method in interface net.sourceforge.groboutils.util.io.v1.IInputStreamGenerator
 
createInputStream(String) - Method in class net.sourceforge.groboutils.util.io.v1.ResourceInputStreamGenerator
 
createInputStream(String) - Method in class net.sourceforge.groboutils.util.io.v1.URLInputStreamGenerator
 
createIssue(String) - Method in interface net.sourceforge.groboutils.pmti.v1.IProblemManager
Creates a new issue of the given type.
createIssue(String) - Method in class net.sourceforge.groboutils.pmti.v1.itf.ITFReadProblemManager
Creates a new issue of the given type.
createListener() - Method in interface net.sourceforge.groboutils.autodoc.v1.spi.TestListenerFactory
Creates the factory's specific type of TestListener.
createListener() - Method in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.ITFJUnitListenerFactory
Creates the factory's specific type of TestListener.
createLog(Class) - Method in class net.sourceforge.groboutils.autodoc.v1.defimpl.DefaultAutoDocFactory
Creates a new Log for the class owner.
createLog(Class) - Method in class net.sourceforge.groboutils.autodoc.v1.log4j.Log4jLogFactory
Creates a new Log for the class owner.
createLog(Class) - Method in interface net.sourceforge.groboutils.autodoc.v1.spi.AutoDocFactory
Creates a new Log for the class owner.
createLog(Class) - Method in interface net.sourceforge.groboutils.autodoc.v1.spi.AutoDocLogFactory
Creates a new Log for the class owner.
createNewITFIssue(ITestIssueRecord) - Method in class net.sourceforge.groboutils.pmti.v1.itf.ITFReadProblemManager
 
createNextEditableIssueStates(IIssueState) - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.AbstractEditableIssue
Creates a set of editable issue states that can be set as 'next' for is.
createObject(Object) - Method in class net.sourceforge.groboutils.codecoverage.v2.logger.CacheDirChannelLogger
Called by the HashCache
createObject(String) - Method in class net.sourceforge.groboutils.util.classes.v1.ClassLoadHelper
Creates a new instance of the class with the given className using the default constructor.
createObject(String, boolean) - Method in class net.sourceforge.groboutils.util.classes.v1.ClassLoadHelper
Creates a new instance of the class with the given className using the default constructor.
createObject(Class) - Method in class net.sourceforge.groboutils.util.classes.v1.ClassLoadHelper
Creates an Object from the given Class, using its default constructor.
createObject(Class, boolean) - Method in class net.sourceforge.groboutils.util.classes.v1.ClassLoadHelper
Creates an Object from the given Class, using its default constructor.
createObject(String) - Method in class net.sourceforge.groboutils.util.classes.v1.ClassUtil
Creates a new instance of the class with the given className using the default constructor.
createObject(String, String) - Method in class net.sourceforge.groboutils.util.classes.v1.ClassUtil
Creates a new instance of the class with the given className using the default constructor, from the given URL.
createObject(Class) - Method in class net.sourceforge.groboutils.util.classes.v1.ClassUtil
Creates an Object from the given Class, using its default constructor.
createObject(Object) - Method in interface net.sourceforge.groboutils.util.datastruct.v1.HashCache.ObjectManager
Called when a new object needs to be created.
createObject() - Method in class net.sourceforge.groboutils.util.datastruct.v1.ObjectCache.DefaultObjectCreator
 
createObject() - Method in interface net.sourceforge.groboutils.util.datastruct.v1.ObjectCache.ObjectCreator
Called when a new object needs to be created.
createObject() - Method in class net.sourceforge.groboutils.util.datastruct.v1.ObjectCache
Generates an Object for the cache.
createObjectFromProperty(String, Class, boolean) - Method in class net.sourceforge.groboutils.util.classes.v1.ClassLoadHelper
Loads an object using the ClassLoadHelper.createObject( String, boolean ) method above, using the given System property's value as the class name.
createObjectFromProperty(String, Class, Hashtable, boolean) - Method in class net.sourceforge.groboutils.util.classes.v1.ClassLoadHelper
Loads an object using the ClassLoadHelper.createObject( String, boolean ) method above, using the given Hashtable's property's value as the class name.
createObjectListenerInstance() - Method in class net.sourceforge.groboutils.util.thread.v1.ThreadPool
Create an instance of the basic object listener class, as given in the constructor.
createParser(File) - Method in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.xml.XMLFileParserGenerator
 
createParsers() - Method in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.xml.XMLFileParserGenerator
Generate a collection of parsers which know how to create test records.
createParsers() - Method in interface net.sourceforge.groboutils.pmti.v1.itf.parser.IParserGenerator
Generate a collection of parsers which know how to create test records.
createScreenScrape() - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindow
Scrapes the current screen into a BufferedImage the same size as the window.
createScreenScrape(Rectangle) - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindow
Scrapes the current screen into a BufferedImage from the given area on the screen.
createServer() - Method in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.DefaultITFFactory
 
createTP(Class) - Method in class net.sourceforge.groboutils.autodoc.v1.defimpl.DefaultAutoDocFactory
Creates a Test Procedure entry point.
createTP(Class) - Method in interface net.sourceforge.groboutils.autodoc.v1.spi.AutoDocFactory
Creates a Test Procedure entry point.
createTP(Class) - Method in interface net.sourceforge.groboutils.autodoc.v1.spi.AutoDocTPFactory
Creates the Test Procedure entry point.
createTP(Class) - Method in class net.sourceforge.groboutils.tp.v1.log.LogTPFactory
 
createTest(Class, Method) - Method in class net.sourceforge.groboutils.junit.v1.parser.DelegateTestCreator
Creates a new test, based on the given class and method of the class.
createTest(Class, Method) - Method in interface net.sourceforge.groboutils.junit.v1.parser.ITestCreator
Creates a new test, based on the given class and method of the class.
createTest(Class, Method) - Method in class net.sourceforge.groboutils.junit.v1.parser.IftcOrigCreator
Creates a new test, based on the given class and method of the class.
createTest(Class, Object[]) - Method in class net.sourceforge.groboutils.junit.v1.parser.IftcOrigCreator
Creates a new test class instance.
createTest(Class, Method) - Method in class net.sourceforge.groboutils.junit.v1.parser.JUnit3_8Creator
Creates a new test, based on the given class and method of the class.
createTest(Class, Method) - Method in class net.sourceforge.groboutils.junit.v1.parser.JUnitOrigCreator
Creates a new test, based on the given class and method of the class.
createTest(Class, Object[]) - Method in class net.sourceforge.groboutils.junit.v1.parser.JUnitOrigCreator
Creates a new test class instance.
createTestArguments(Class, Method, ImplFactory) - Method in class net.sourceforge.groboutils.junit.v1.parser.IftcOrigCreator
 
createTestArguments(Class, Method) - Method in class net.sourceforge.groboutils.junit.v1.parser.JUnitOrigCreator
 
createTestCreator(Vector) - Method in class net.sourceforge.groboutils.junit.v1.iftc.InterfaceTestSuite
Create a TestCreator that contains the knowledge of how to properly parse and generate tests for all types of supported test classes.
createTestData(TestInfo) - Method in class net.sourceforge.groboutils.autodoc.v1.testserver.DefaultMonitor
Creates a new TestData instance for the info object through the factory.
createTestData(TestInfo) - Method in interface net.sourceforge.groboutils.autodoc.v1.testserver.TestDataFactory
Create the TestData for the specific info instance.
createTestData(TestInfo) - Method in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.DefaultTestDataFactory
Create the TestData for the specific info instance.
createTestDataFactory() - Method in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.DefaultITFFactory
 
createTestInfo(String) - Method in class net.sourceforge.groboutils.autodoc.v1.testserver.TestCorrelate
Use the given method name and the known owner class to create a new TestInfo instance.
createTestInfo(Test) - Method in class net.sourceforge.groboutils.autodoc.v1.testserver.junit.JUnitTestListener
Creates a JUnitTestInfo instance.
createTestInfoFromStack() - Method in class net.sourceforge.groboutils.autodoc.v1.testserver.TestCorrelate
Uses the owner class and the findClassMethodFromStack result to crate a TestInfo instance.
createTestSuite(TestClassParser) - Method in class net.sourceforge.groboutils.junit.v1.parser.TestClassCreator
Create a new TestSuite, containing the tests returned by the call to createTests().
createTests(TestClassParser) - Method in class net.sourceforge.groboutils.junit.v1.parser.TestClassCreator
This will create all test objects for the test registered with the parser.
createWarningTest(String) - Static method in class net.sourceforge.groboutils.junit.v1.parser.TestClassCreator
Create a new Test that will fail with the given error message.
createWarningTests(TestClassParser) - Method in class net.sourceforge.groboutils.junit.v1.parser.TestClassCreator
For every warning currently known in this creator and the parser, create a Test that fails with the warning's message.

D

DEFAULT_BLOCK_READ_SIZE - Static variable in class net.sourceforge.groboutils.util.io.v1.ReadByteStream
Default block read size.
DEFAULT_BLOCK_READ_SIZE - Static variable in class net.sourceforge.groboutils.util.io.v1.ReadStringStream
Default block read size.
DEFAULT_CACHESIZE - Static variable in class net.sourceforge.groboutils.codecoverage.v2.logger.CacheDirChannelLoggerFactory
 
DEFAULT_DIRECTORY - Static variable in class net.sourceforge.groboutils.codecoverage.v2.logger.CacheDirChannelLoggerFactory
 
DEFAULT_DIRECTORY - Static variable in class net.sourceforge.groboutils.codecoverage.v2.logger.DirectoryChannelLoggerFactory
 
DEFAULT_FACTORY - Static variable in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.ITFMonitor
 
DEFAULT_MONITOR - Static variable in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.ITFMonitorFinder
 
DEFAULT_POSTFIX - Static variable in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.xml.XMLFileParserGenerator
 
DEFAULT_PREFIX - Static variable in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.xml.XMLFileParserGenerator
 
DIRECTORY_PROPERTY - Static variable in class net.sourceforge.groboutils.codecoverage.v2.logger.CacheDirChannelLoggerFactory
 
DIRECTORY_PROPERTY - Static variable in class net.sourceforge.groboutils.codecoverage.v2.logger.DirectoryChannelLoggerFactory
 
DefaultAnalysisMetaData - class net.sourceforge.groboutils.codecoverage.v2.module.DefaultAnalysisMetaData.
Contains data necessary for storing the meta-data associated with a specific marked bytecode instruction.
DefaultAnalysisMetaData(String, String, byte) - Constructor for class net.sourceforge.groboutils.codecoverage.v2.module.DefaultAnalysisMetaData
 
DefaultAttribute - class net.sourceforge.groboutils.pmti.v1.defimpl.DefaultAttribute.
A simple name-value association for a specific kind of issue attribute.
DefaultAttribute(Object, IAttributeInfo) - Constructor for class net.sourceforge.groboutils.pmti.v1.defimpl.DefaultAttribute
 
DefaultAttributeInfo - class net.sourceforge.groboutils.pmti.v1.defimpl.DefaultAttributeInfo.
Describes a particular attribute.
DefaultAttributeInfo(String, String, Class[]) - Constructor for class net.sourceforge.groboutils.pmti.v1.defimpl.DefaultAttributeInfo
 
DefaultAttributeSet - class net.sourceforge.groboutils.pmti.v1.defimpl.DefaultAttributeSet.
Contains a queryable set of attribute name-value pairs associated with issue types.
DefaultAttributeSet(IAttribute[]) - Constructor for class net.sourceforge.groboutils.pmti.v1.defimpl.DefaultAttributeSet
 
DefaultAutoDocFactory - class net.sourceforge.groboutils.autodoc.v1.defimpl.DefaultAutoDocFactory.
An interface which defines the kinds of classes which should be loaded for the AutoDoc entry point.
DefaultAutoDocFactory() - Constructor for class net.sourceforge.groboutils.autodoc.v1.defimpl.DefaultAutoDocFactory
Default constructor (required).
DefaultChannelLogRecord - class net.sourceforge.groboutils.codecoverage.v2.logger.DefaultChannelLogRecord.
A standard implementation of a channel log record.
DefaultChannelLogRecord(String, short, short) - Constructor for class net.sourceforge.groboutils.codecoverage.v2.logger.DefaultChannelLogRecord
 
DefaultEditableAttributeSet - class net.sourceforge.groboutils.pmti.v1.defimpl.DefaultEditableAttributeSet.
An editable form of an IAttributeSet.
DefaultEditableAttributeSet(IEditableAttribute[]) - Constructor for class net.sourceforge.groboutils.pmti.v1.defimpl.DefaultEditableAttributeSet
 
DefaultEditableIssueState - class net.sourceforge.groboutils.pmti.v1.defimpl.DefaultEditableIssueState.
An editable form of an issue's state.
DefaultEditableIssueState(String, String, boolean, IEditableAttributeSet) - Constructor for class net.sourceforge.groboutils.pmti.v1.defimpl.DefaultEditableIssueState
 
DefaultFocusedWindowFinder - class net.sourceforge.groboutils.uicapture.v1.DefaultFocusedWindowFinder.
Default implementation, which always returns null.
DefaultFocusedWindowFinder() - Constructor for class net.sourceforge.groboutils.uicapture.v1.DefaultFocusedWindowFinder
Default constructor.
DefaultITFFactory - class net.sourceforge.groboutils.pmti.v1.autodoc.v1.DefaultITFFactory.
Creates the basic requirements for an ITF framework.
DefaultITFFactory() - Constructor for class net.sourceforge.groboutils.pmti.v1.autodoc.v1.DefaultITFFactory
 
DefaultIssueRecord - class net.sourceforge.groboutils.pmti.v1.itf.impl.DefaultIssueRecord.
Simple immutable implementation of IIssueRecord.
DefaultIssueRecord(String, String) - Constructor for class net.sourceforge.groboutils.pmti.v1.itf.impl.DefaultIssueRecord
 
DefaultIssueState - class net.sourceforge.groboutils.pmti.v1.defimpl.DefaultIssueState.
Describes the state of an Issue.
DefaultIssueState(String, String, boolean, IAttributeSet) - Constructor for class net.sourceforge.groboutils.pmti.v1.defimpl.DefaultIssueState
 
DefaultIssueTypeInfo - class net.sourceforge.groboutils.pmti.v1.defimpl.DefaultIssueTypeInfo.
Information about the owning problem manager.
DefaultIssueTypeInfo(String, IAttributeInfo[], IIssueState[], IIssueState[], IIssueState[]) - Constructor for class net.sourceforge.groboutils.pmti.v1.defimpl.DefaultIssueTypeInfo
 
DefaultListAttribute - class net.sourceforge.groboutils.pmti.v1.defimpl.DefaultListAttribute.
A specialization of an attribute which contains a list of values.
DefaultListAttribute(Object[], IAttributeInfo) - Constructor for class net.sourceforge.groboutils.pmti.v1.defimpl.DefaultListAttribute
 
DefaultMethodCode - class net.sourceforge.groboutils.codecoverage.v2.compiler.DefaultMethodCode.
Implements the per-module interface to the method's code and marking the code.
DefaultMonitor - class net.sourceforge.groboutils.autodoc.v1.testserver.DefaultMonitor.
This implemenation of Monitor uses a Hashtable to store the test data.
DefaultMonitor(Server, TestDataFactory) - Constructor for class net.sourceforge.groboutils.autodoc.v1.testserver.DefaultMonitor
Constructor for a Monitor requiring a reference to the Server which will receive the completed TestData structures, and a reference to a factory for creating new TestData instances for the particular framework this Monitor belongs to.
DefaultParserCollator - class net.sourceforge.groboutils.pmti.v1.itf.parser.DefaultParserCollator.
Logic to extract parser parsed test-issue records into logically separated sets of records.
DefaultParserCollator() - Constructor for class net.sourceforge.groboutils.pmti.v1.itf.parser.DefaultParserCollator
 
DefaultProblemManagerInfo - class net.sourceforge.groboutils.pmti.v1.defimpl.DefaultProblemManagerInfo.
Information about the owning problem manager.
DefaultProblemManagerInfo(String, IIssueTypeInfo[]) - Constructor for class net.sourceforge.groboutils.pmti.v1.defimpl.DefaultProblemManagerInfo
There must be at least one type info, and the passed-in default type (dt) must be contained within the set.
DefaultScreenScraper - class net.sourceforge.groboutils.uicapture.v1.DefaultScreenScraper.
Writes images to files using the javax.imageio package.
DefaultScreenScraper() - Constructor for class net.sourceforge.groboutils.uicapture.v1.DefaultScreenScraper
Find the first writer format name we come across.
DefaultScreenScraper(String) - Constructor for class net.sourceforge.groboutils.uicapture.v1.DefaultScreenScraper
Use the given writerFormatName to write images to disk.
DefaultTestData - class net.sourceforge.groboutils.autodoc.v1.testserver.DefaultTestData.
A simple implementation of TestData which only knows about TestInfo.
DefaultTestData(TestInfo) - Constructor for class net.sourceforge.groboutils.autodoc.v1.testserver.DefaultTestData
Default constructor, which requires a non-null TestInfo instance.
DefaultTestDataFactory - class net.sourceforge.groboutils.pmti.v1.autodoc.v1.DefaultTestDataFactory.
A factory in charge of creating a specific TestData instance from a TestInfo unique identifier.
DefaultTestDataFactory() - Constructor for class net.sourceforge.groboutils.pmti.v1.autodoc.v1.DefaultTestDataFactory
 
DefaultTestInfo - class net.sourceforge.groboutils.autodoc.v1.testserver.DefaultTestInfo.
An implementation of TestInfo which is specific to JUnit.
DefaultTestInfo() - Constructor for class net.sourceforge.groboutils.autodoc.v1.testserver.DefaultTestInfo
Only allowed to be implemented by subclasses.
DefaultTestInfo(String, String) - Constructor for class net.sourceforge.groboutils.autodoc.v1.testserver.DefaultTestInfo
 
DefaultTestIssueRecord - class net.sourceforge.groboutils.pmti.v1.itf.impl.DefaultTestIssueRecord.
Simple immutable implementation of ITestIssueRecord.
DefaultTestIssueRecord(IIssueRecord, ITestRecord, String) - Constructor for class net.sourceforge.groboutils.pmti.v1.itf.impl.DefaultTestIssueRecord
 
DefaultTestIssueRecordSet - class net.sourceforge.groboutils.pmti.v1.itf.impl.DefaultTestIssueRecordSet.
A simple immutable set of issue records.
DefaultTestIssueRecordSet(ITestIssueRecord[]) - Constructor for class net.sourceforge.groboutils.pmti.v1.itf.impl.DefaultTestIssueRecordSet
 
DefaultTestRecord - class net.sourceforge.groboutils.pmti.v1.itf.impl.DefaultTestRecord.
Simple changeable implementation of ITestRecord.
DefaultTestRecord() - Constructor for class net.sourceforge.groboutils.pmti.v1.itf.impl.DefaultTestRecord
 
DefaultTestRecord(ITestRecord) - Constructor for class net.sourceforge.groboutils.pmti.v1.itf.impl.DefaultTestRecord
 
DelegateTestCreator - class net.sourceforge.groboutils.junit.v1.parser.DelegateTestCreator.
Allows for an ordered set of TestCreator instances to be queried for generating instances.
DelegateTestCreator(ITestCreator[]) - Constructor for class net.sourceforge.groboutils.junit.v1.parser.DelegateTestCreator
Create the delegation with an ordered array of creators.
DirClassMetaDataReader - class net.sourceforge.groboutils.codecoverage.v2.datastore.DirClassMetaDataReader.
Knows how to operate the repository for the meta-data.
DirClassMetaDataWriter - class net.sourceforge.groboutils.codecoverage.v2.datastore.DirClassMetaDataWriter.
Knows how to store the meta-data in a repository.
DirMetaDataReader - class net.sourceforge.groboutils.codecoverage.v2.datastore.DirMetaDataReader.
Knows how to read the meta-data in a repository.
DirMetaDataReader(File) - Constructor for class net.sourceforge.groboutils.codecoverage.v2.datastore.DirMetaDataReader
Creates a meta-data writer for a specific directory.
DirMetaDataWriter - class net.sourceforge.groboutils.codecoverage.v2.datastore.DirMetaDataWriter.
Stores meta-data in a directory structure.
DirMetaDataWriter(File) - Constructor for class net.sourceforge.groboutils.codecoverage.v2.datastore.DirMetaDataWriter
Creates a meta-data writer for a specific directory.
DirectoryChannelLogReader - class net.sourceforge.groboutils.codecoverage.v2.logger.DirectoryChannelLogReader.
Reads logs written by DirectoryChannelLogger.
DirectoryChannelLogReader(File, short) - Constructor for class net.sourceforge.groboutils.codecoverage.v2.logger.DirectoryChannelLogReader
 
DirectoryChannelLogger - class net.sourceforge.groboutils.codecoverage.v2.logger.DirectoryChannelLogger.
Logs coverage reports to a directory of logs.
DirectoryChannelLogger(File) - Constructor for class net.sourceforge.groboutils.codecoverage.v2.logger.DirectoryChannelLogger
 
DirectoryChannelLoggerFactory - class net.sourceforge.groboutils.codecoverage.v2.logger.DirectoryChannelLoggerFactory.
The singleton invoked at runtime to log each marked bytecode instruction covered.
DirectoryChannelLoggerFactory() - Constructor for class net.sourceforge.groboutils.codecoverage.v2.logger.DirectoryChannelLoggerFactory
 
DirectoryClassChannelLogReader - class net.sourceforge.groboutils.codecoverage.v2.logger.DirectoryClassChannelLogReader.
Reads logs written by DirectoryChannelLogger.
debug(Object) - Method in interface net.sourceforge.groboutils.autodoc.v1.AutoDocLog
 
debug(Object[]) - Method in interface net.sourceforge.groboutils.autodoc.v1.AutoDocLog
 
debug(Object, Throwable) - Method in interface net.sourceforge.groboutils.autodoc.v1.AutoDocLog
 
debug(Object[], Throwable) - Method in interface net.sourceforge.groboutils.autodoc.v1.AutoDocLog
 
debug(Object) - Method in class net.sourceforge.groboutils.autodoc.v1.defimpl.AutoDocLogSet
 
debug(Object[]) - Method in class net.sourceforge.groboutils.autodoc.v1.defimpl.AutoDocLogSet
 
debug(Object, Throwable) - Method in class net.sourceforge.groboutils.autodoc.v1.defimpl.AutoDocLogSet
 
debug(Object[], Throwable) - Method in class net.sourceforge.groboutils.autodoc.v1.defimpl.AutoDocLogSet
 
debug(Object) - Method in class net.sourceforge.groboutils.autodoc.v1.log4j.Log4jLog
 
debug(Object[]) - Method in class net.sourceforge.groboutils.autodoc.v1.log4j.Log4jLog
 
debug(Object, Throwable) - Method in class net.sourceforge.groboutils.autodoc.v1.log4j.Log4jLog
 
debug(Object[], Throwable) - Method in class net.sourceforge.groboutils.autodoc.v1.log4j.Log4jLog
 
delay(long) - Method in class net.sourceforge.groboutils.junit.v1.TestRunnable
Sleep for millis milliseconds.
delay(int) - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindow
Sleeps for the specified number of milliseconds.
dequeue() - Method in class net.sourceforge.groboutils.util.datastruct.v1.SynchQueue
Removes and returns the first element in the list.
dequeue(long) - Method in class net.sourceforge.groboutils.util.datastruct.v1.SynchQueue
Removes and returns the first element in the list.
dequeue(long, int) - Method in class net.sourceforge.groboutils.util.datastruct.v1.SynchQueue
Removes and returns the first element in the list.
destroy() - Method in class net.sourceforge.groboutils.util.thread.v1.BackgroundProcess
 
discoverContextClassloaderMethod() - Static method in class net.sourceforge.groboutils.util.classes.v1.ClassLoadHelper
 
discoverGetResourcesMethod() - Static method in class net.sourceforge.groboutils.util.classes.v1.ClassLoadHelper
 
discoverGetSystemResourcesMethod() - Static method in class net.sourceforge.groboutils.util.classes.v1.ClassLoadHelper
 
discoverTestMethods(Class) - Method in class net.sourceforge.groboutils.junit.v1.parser.TestClassParser
Discover and record the test methods of the public test class theClass.
dispose() - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindow
Close out all inner instances and shut down the UI
dispose() - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindowUI
 

E

EmptyClassChannelLogReader - class net.sourceforge.groboutils.codecoverage.v2.logger.EmptyClassChannelLogReader.
Reads logs written by DirectoryChannelLogger.
EmptyClassChannelLogReader() - Constructor for class net.sourceforge.groboutils.codecoverage.v2.logger.EmptyClassChannelLogReader
 
ExtensionFileFilter - class net.sourceforge.groboutils.util.io.v1.ExtensionFileFilter.
Allows files with the given extention(s) to be accepted.
ExtensionFileFilter() - Constructor for class net.sourceforge.groboutils.util.io.v1.ExtensionFileFilter
Default Constructor.
ExtensionFileFilter(String) - Constructor for class net.sourceforge.groboutils.util.io.v1.ExtensionFileFilter
Specify a single "end string" to match.
ExtensionFileFilter(String[]) - Constructor for class net.sourceforge.groboutils.util.io.v1.ExtensionFileFilter
Slow, but it works.
ExtensionFileFilter(boolean) - Constructor for class net.sourceforge.groboutils.util.io.v1.ExtensionFileFilter
 
ExtensionFileFilter(String, boolean) - Constructor for class net.sourceforge.groboutils.util.io.v1.ExtensionFileFilter
 
ExtensionFileFilter(String[], boolean) - Constructor for class net.sourceforge.groboutils.util.io.v1.ExtensionFileFilter
 
ExtensionFilenameFilter - class net.sourceforge.groboutils.util.io.v1.ExtensionFilenameFilter.
Allows files with the given extention(s) to be accepted.
ExtensionFilenameFilter() - Constructor for class net.sourceforge.groboutils.util.io.v1.ExtensionFilenameFilter
Default Constructor.
ExtensionFilenameFilter(String) - Constructor for class net.sourceforge.groboutils.util.io.v1.ExtensionFilenameFilter
Specify a single "end string" to match.
ExtensionFilenameFilter(String[]) - Constructor for class net.sourceforge.groboutils.util.io.v1.ExtensionFilenameFilter
Slow, but it works.
ExtensionFilenameFilter(boolean) - Constructor for class net.sourceforge.groboutils.util.io.v1.ExtensionFilenameFilter
 
ExtensionFilenameFilter(String, boolean) - Constructor for class net.sourceforge.groboutils.util.io.v1.ExtensionFilenameFilter
 
ExtensionFilenameFilter(String[], boolean) - Constructor for class net.sourceforge.groboutils.util.io.v1.ExtensionFilenameFilter
 
editIssue(IIssue) - Method in interface net.sourceforge.groboutils.pmti.v1.IProblemManager
Given the real issue, returns the editable version of the issue.
editIssue(IIssue) - Method in class net.sourceforge.groboutils.pmti.v1.itf.ITFReadProblemManager
Given the real issue, returns the editable version of the issue.
encounteredError(Throwable) - Method in class net.sourceforge.groboutils.uicapture.v1.ScriptGenerator
 
end() - Method in interface net.sourceforge.groboutils.uicapture.v1.IScriptMaker
Terminates the script generation.
end() - Method in class net.sourceforge.groboutils.uicapture.v1.ScriptGenerator
 
end() - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindowController
Complete the reinactment process.
end() - Method in class net.sourceforge.groboutils.uicapture.v1.javamaker.JavaMaker
Terminates the script generation.
endTest(Test) - Method in class net.sourceforge.groboutils.autodoc.v1.junit.AutoDocJUnitListener
A test ended.
endTest(TestData) - Method in class net.sourceforge.groboutils.autodoc.v1.testserver.junit.JUnitTestListener
Called after the test ends.
endTest(Test) - Method in class net.sourceforge.groboutils.autodoc.v1.testserver.junit.JUnitTestListener
A test ended.
endTest(TestData) - Method in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.ITFJUnitListener
Called after the test ends.
endTestSuite(JUnitTest) - Method in class net.sourceforge.groboutils.autodoc.v1.junit.AutoDocJUnitFormatter
The whole testsuite ended.
enqueue(Object) - Method in class net.sourceforge.groboutils.util.datastruct.v1.SynchQueue
Adds an element to the end of the queue.
equals(Object) - Method in class net.sourceforge.groboutils.autodoc.v1.testserver.DefaultTestInfo
This method does not care about the specific sub-type, jsut as long as the suite and method are identical.
equals(Object) - Method in interface net.sourceforge.groboutils.autodoc.v1.testserver.TestInfo
 
equals(Object) - Method in class net.sourceforge.groboutils.codecoverage.v2.datastore.MarkRecord
 
equals(Object) - Method in class net.sourceforge.groboutils.codecoverage.v2.logger.DefaultChannelLogRecord
 
escapeString(StringBuffer, String) - Method in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.xml.XMLFileServer
 
exec(String, String[], File) - Method in class net.sourceforge.groboutils.util.thread.v1.BackgroundProcess
Invoke the correct Exec method for the given parameters.
exec(String[], String[], File) - Static method in class net.sourceforge.groboutils.util.thread.v1.BackgroundProcess
 
execute() - Method in class net.sourceforge.groboutils.codecoverage.v2.ant.CoveragePostCompilerTask
Perform the task
execute() - Method in class net.sourceforge.groboutils.codecoverage.v2.ant.CoverageReportTask
 
exitValue() - Method in class net.sourceforge.groboutils.util.thread.v1.BackgroundProcess
 

F

FACTORY_PROPERTY_NAME - Static variable in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.ITFMonitor
 
FileInputStreamGenerator - class net.sourceforge.groboutils.util.io.v1.FileInputStreamGenerator.
A type of class which can generate a new InputStream based on just a partial name.
FileInputStreamGenerator(String) - Constructor for class net.sourceforge.groboutils.util.io.v1.FileInputStreamGenerator
Accepts the name of the 1st file loaded.
FileUtils - class net.sourceforge.groboutils.util.io.v1.FileUtils.
Simple and common file operations in a Utility class.
FileUtils() - Constructor for class net.sourceforge.groboutils.util.io.v1.FileUtils
Default Constructor
FunctionMeasure - class net.sourceforge.groboutils.codecoverage.v2.module.FunctionMeasure.
Processes methods for function coverage analysis, which checks that each method/function has been invoked.
FunctionMeasure() - Constructor for class net.sourceforge.groboutils.codecoverage.v2.module.FunctionMeasure
 
fillCache() - Method in class net.sourceforge.groboutils.util.datastruct.v1.ObjectCache
Fills the cache to its maximum.
finalize() - Method in class net.sourceforge.groboutils.codecoverage.v2.datastore.DirClassMetaDataReader
 
finalize() - Method in class net.sourceforge.groboutils.codecoverage.v2.datastore.DirClassMetaDataWriter
 
finalize() - Method in class net.sourceforge.groboutils.codecoverage.v2.datastore.DirMetaDataReader
 
finalize() - Method in class net.sourceforge.groboutils.codecoverage.v2.datastore.DirMetaDataWriter
 
finalize() - Method in class net.sourceforge.groboutils.codecoverage.v2.logger.CacheDirChannelLogger
 
finalize() - Method in class net.sourceforge.groboutils.codecoverage.v2.logger.DirectoryClassChannelLogReader
 
finalize() - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindowUI
 
findClassMethodFromStack() - Method in class net.sourceforge.groboutils.autodoc.v1.testserver.TestCorrelate
Helper method to discover the last method from the owning class in the current stack.
findClassName(String, int, int, int) - Method in class net.sourceforge.groboutils.util.throwable.v1.StackTraceLineParser
 
findFileRecurse(File, FilenameFilter) - Method in class net.sourceforge.groboutils.util.io.v1.FileUtils
Recursively descends into the base directory, looking for all files that pass the filter.
findIssueFiles(File) - Method in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.xml.XMLFileParserGenerator
 
findLineNumber(String, int, int, int) - Method in class net.sourceforge.groboutils.util.throwable.v1.StackTraceLineParser
 
findMethodName(String, int, int, int) - Method in class net.sourceforge.groboutils.util.throwable.v1.StackTraceLineParser
 
findNode(String) - Method in class net.sourceforge.groboutils.util.datastruct.v1.PathRegistry
Find the node with the given name.
findRecords() - Method in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.xml.XMLFileParser
 
findRecords() - Method in class net.sourceforge.groboutils.pmti.v1.itf.parser.AbstractParser
Finds all the records, and registers each one with the addRecord() method.
findSibling(PathRegistry.TreeNode, String) - Method in class net.sourceforge.groboutils.util.datastruct.v1.PathRegistry
Find the sibling with the given node name part.
findZipEntry(String, ZipInputStream) - Method in class net.sourceforge.groboutils.util.classes.v1.jdk0.UrlClassLoader
Finds the entry of the given filename in the given input stream, and returns the entry as a byte array.
fireKeyPressed(KeyCaptureEvent) - Method in class net.sourceforge.groboutils.uicapture.v1.ScriptGenerator
 
fireKeyReleased(KeyCaptureEvent) - Method in class net.sourceforge.groboutils.uicapture.v1.ScriptGenerator
 
fireMouseMoved(MouseMovedCaptureEvent) - Method in class net.sourceforge.groboutils.uicapture.v1.ScriptGenerator
 
fireMousePressed(MouseButtonCaptureEvent) - Method in class net.sourceforge.groboutils.uicapture.v1.ScriptGenerator
 
fireMouseReleased(MouseButtonCaptureEvent) - Method in class net.sourceforge.groboutils.uicapture.v1.ScriptGenerator
 
fireMouseWheelMoved(MouseWheelCaptureEvent) - Method in class net.sourceforge.groboutils.uicapture.v1.ScriptGenerator
 
fireSaveFocusedWindow() - Method in class net.sourceforge.groboutils.uicapture.v1.ScriptGenerator
Saves a picture of the underlying UI's focused window to a file.
fireSaveScreen() - Method in class net.sourceforge.groboutils.uicapture.v1.ScriptGenerator
Saves the entire screen to a file.
fireSaveScreenImage(int, int, int, int) - Method in class net.sourceforge.groboutils.uicapture.v1.ScriptGenerator
Saves the selected screen part to a file.
fireSaveScreenImage(Rectangle) - Method in class net.sourceforge.groboutils.uicapture.v1.ScriptGenerator
Saves the selected screen part to a file.
fireStop() - Method in class net.sourceforge.groboutils.uicapture.v1.ScriptGenerator
 
flush() - Method in class net.sourceforge.groboutils.util.classes.v1.ClassUtil
Call this to flush out the cache.
flush() - Method in interface net.sourceforge.groboutils.util.classes.v1.IUrlClassLoader
Call to flush any cache stored in the interface.
flush() - Method in class net.sourceforge.groboutils.util.classes.v1.jdk0.UrlClassLoader
Call to flush any cache stored in the interface.
flush() - Method in class net.sourceforge.groboutils.util.classes.v1.jdk2.UrlClassLoader
Call to flush any cache stored in the interface.
flush() - Method in class net.sourceforge.groboutils.util.io.v1.MimeOutputStream
Flush the stream.
flush() - Method in class net.sourceforge.groboutils.util.io.v1.WriterOutputStream
 
focusGained(FocusEvent) - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindowUI
 
focusLost(FocusEvent) - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindowUI
 

G

generateDelay(long) - Method in interface net.sourceforge.groboutils.uicapture.v1.IScriptMaker
Cause the script to delay for the given number of milliseconds.
generateDelay(CaptureEvent) - Method in class net.sourceforge.groboutils.uicapture.v1.ScriptGenerator
Create a delay event in the script maker.
generateDelay(long) - Method in class net.sourceforge.groboutils.uicapture.v1.javamaker.JavaMaker
Cause the script to delay for the given number of milliseconds.
generateMoveMouse(int, int) - Method in interface net.sourceforge.groboutils.uicapture.v1.IScriptMaker
Cause the script to move the mouse.
generateMoveMouse(int, int) - Method in class net.sourceforge.groboutils.uicapture.v1.javamaker.JavaMaker
Cause the script to move the mouse.
generateMoveMouseWheel(int) - Method in interface net.sourceforge.groboutils.uicapture.v1.IScriptMaker
Cause the script to rotate the mouse wheel.
generateMoveMouseWheel(int) - Method in class net.sourceforge.groboutils.uicapture.v1.javamaker.JavaMaker
Cause the script to rotate the mouse wheel.
generatePressKey(int) - Method in interface net.sourceforge.groboutils.uicapture.v1.IScriptMaker
Cause the script to press a key.
generatePressKey(int) - Method in class net.sourceforge.groboutils.uicapture.v1.javamaker.JavaMaker
Cause the script to press a key.
generatePressMouse(int) - Method in interface net.sourceforge.groboutils.uicapture.v1.IScriptMaker
Cause the script to press a mouse button.
generatePressMouse(int) - Method in class net.sourceforge.groboutils.uicapture.v1.javamaker.JavaMaker
Cause the script to press a mouse button.
generateReleaseKey(int) - Method in interface net.sourceforge.groboutils.uicapture.v1.IScriptMaker
Cause the script to release a key.
generateReleaseKey(int) - Method in class net.sourceforge.groboutils.uicapture.v1.javamaker.JavaMaker
Cause the script to release a key.
generateReleaseMouse(int) - Method in interface net.sourceforge.groboutils.uicapture.v1.IScriptMaker
Cause the script to release a mouse button.
generateReleaseMouse(int) - Method in class net.sourceforge.groboutils.uicapture.v1.javamaker.JavaMaker
Cause the script to release a mouse button.
generateScreenCapture(File, int, int, int, int) - Method in interface net.sourceforge.groboutils.uicapture.v1.IScriptMaker
Cause the script to capture a screen shot.
generateScreenCapture(File, int, int, int, int) - Method in class net.sourceforge.groboutils.uicapture.v1.javamaker.JavaMaker
Cause the script to capture a screen shot.
get(Object) - Method in class net.sourceforge.groboutils.util.datastruct.v1.HashCache
Retrieves an item from the cache with the given key.
get() - Method in class net.sourceforge.groboutils.util.datastruct.v1.ObjectCache
Retrieves a cached element.
get(long) - Method in class net.sourceforge.groboutils.util.datastruct.v1.ObjectCache
Retrieves a cached element.
get(String) - Method in class net.sourceforge.groboutils.util.datastruct.v1.PathRegistry
Retrieve the object stored at the given path.
getAbsoluteFilename(File) - Method in class net.sourceforge.groboutils.util.classes.v1.jdk0.UrlClassLoader
 
getAbsoluteResourceName(String) - Method in class net.sourceforge.groboutils.util.classes.v1.ClassLoadHelper
 
getAllClassMarks(String) - Method in class net.sourceforge.groboutils.codecoverage.v2.report.AnalysisModuleData
Retrieves all the mark records for the given class.
getAnalysisMetaData() - Method in class net.sourceforge.groboutils.codecoverage.v2.datastore.MarkRecord
 
getAnalysisModule() - Method in class net.sourceforge.groboutils.codecoverage.v2.ant.AnalysisModuleType
This method is guaranteed to never return null.
getAnalysisModule() - Method in class net.sourceforge.groboutils.codecoverage.v2.datastore.MarkRecord
 
getAnalysisModuleAt(short) - Method in class net.sourceforge.groboutils.codecoverage.v2.datastore.AnalysisModuleSet
Returns the module stored at the given index index.
getAnalysisModuleCount() - Method in class net.sourceforge.groboutils.codecoverage.v2.datastore.AnalysisModuleSet
Retrieve the number of modules stored in this set.
getAnalysisModuleIndex(IAnalysisModule) - Method in class net.sourceforge.groboutils.codecoverage.v2.datastore.AnalysisModuleSet
Returns the module am's index.
getAnalysisModuleIndex() - Method in class net.sourceforge.groboutils.codecoverage.v2.datastore.MarkRecord
 
getAnalysisModuleSet() - Method in class net.sourceforge.groboutils.codecoverage.v2.datastore.ClassRecord
Returns a copy of the internal analysis module set.
getAnalysisModuleSet() - Method in class net.sourceforge.groboutils.codecoverage.v2.datastore.DirMetaDataReader
Returns the list of all known modules at the time of recording.
getAnalysisModuleSet() - Method in interface net.sourceforge.groboutils.codecoverage.v2.datastore.IMetaDataReader
Returns the list of all known modules at the time of recording.
getAnalysisModules() - Method in class net.sourceforge.groboutils.codecoverage.v2.datastore.AnalysisModuleSet
Return a complete list of modules in order.
getApplicationDirectory() - Method in class net.sourceforge.groboutils.util.io.v1.PropertyDatabase
Returns the directory where the user properties are stored for the current application, or null if there is no application set.
getAttribute(String) - Method in interface net.sourceforge.groboutils.pmti.v1.IAttributeSet
Finds the attribute for the given name.
getAttribute(String) - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.DefaultAttributeSet
Finds the attribute for the given name.
getAttributeNames() - Method in interface net.sourceforge.groboutils.pmti.v1.IAttributeSet
 
getAttributeNames() - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.DefaultAttributeSet
 
getAttributes() - Method in interface net.sourceforge.groboutils.pmti.v1.IAttributeSet
Returns a list of all attributes.
getAttributes() - Method in interface net.sourceforge.groboutils.pmti.v1.IIssue
Returns a list of all attributes associated with this issue.
getAttributes() - Method in interface net.sourceforge.groboutils.pmti.v1.IIssueState
Returns a list of all attributes associated with this state.
getAttributes() - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.AbstractEditableIssue
 
getAttributes() - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.AbstractIssue
Returns a list of all attributes associated with this issue.
getAttributes() - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.DefaultAttributeSet
Returns a list of all attributes.
getAttributes() - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.DefaultIssueState
Returns a list of all attributes associated with this state.
getBooleanValue(String) - Method in class net.sourceforge.groboutils.util.io.v1.PropertyDatabase
Convenience function to convert a property to a boolean value.
getBounds() - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindowController
Retrieves the size and position of the capture area of the screen.
getByteValue(String) - Method in class net.sourceforge.groboutils.util.io.v1.PropertyDatabase
Convenience function to convert a property to a byte value.
getBytecode(String) - Method in class net.sourceforge.groboutils.util.classes.v1.jdk0.ArrayClassLoader
Retrieves the internal bytecode for the given class.
getBytecode(String) - Method in interface net.sourceforge.groboutils.util.classes.v1.jdk0.BytecodeSource
Loads the bytecode for the given classname.
getBytecode(String) - Method in class net.sourceforge.groboutils.util.classes.v1.jdk0.UrlClassLoader
 
getBytecodeSource(String) - Method in class net.sourceforge.groboutils.util.classes.v1.jdk0.UrlClassLoader
 
getCacheSize(String, Properties) - Method in class net.sourceforge.groboutils.codecoverage.v2.logger.CacheDirChannelLoggerFactory
 
getCaptureListeners() - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindow
Returns a list of all the current ICaptureListeners.
getCause() - Method in class net.sourceforge.groboutils.pmti.v1.ProblemManagerException
JDK 1.4 compatible method.
getCause() - Method in class net.sourceforge.groboutils.util.throwable.v1.ChainableException
JDK 1.4 compatible method.
getCause() - Method in class net.sourceforge.groboutils.util.throwable.v1.ChainableExceptionHelper
JDK 1.4 compatible method.
getCause() - Method in interface net.sourceforge.groboutils.util.throwable.v1.IChainableException
JDK 1.4 compatible method.
getChannelLogRecords(String) - Method in class net.sourceforge.groboutils.codecoverage.v2.report.AnalysisModuleData
Retrieves all unique log records for this module.
getCharValue(String) - Method in class net.sourceforge.groboutils.util.io.v1.PropertyDatabase
Convenience function to convert a property to a char value.
getClass(String) - Method in class net.sourceforge.groboutils.util.classes.v1.ClassLoadHelper
Loads the requested class from the helper's classloader, and returns the Class instance, or null if the class could not be found.
getClass(String, boolean) - Method in class net.sourceforge.groboutils.util.classes.v1.ClassLoadHelper
Loads the requested class from the helper's classloader, and returns the Class instance, or null if the class could not be found.
getClass(String) - Method in class net.sourceforge.groboutils.util.classes.v1.ClassUtil
Either finds or loads from cache the given class, using the default class loader.
getClass(String, String) - Method in class net.sourceforge.groboutils.util.classes.v1.ClassUtil
Either finds or loads from cache the given class.
getClassCRC() - Method in class net.sourceforge.groboutils.codecoverage.v2.compiler.ModifiedClass
 
getClassCRC() - Method in class net.sourceforge.groboutils.codecoverage.v2.datastore.ClassRecord
Returns the cyclic redundancy check (CRC) for the class in this record.
getClassFile(String) - Method in class net.sourceforge.groboutils.codecoverage.v2.logger.DirectoryChannelLogger
 
getClassHashName(String, String) - Method in class net.sourceforge.groboutils.util.classes.v1.ClassUtil
Creates the name of the class for the hashtable lookup, which is a junction of the jar name and the class name.
getClassLoader() - Method in class net.sourceforge.groboutils.util.classes.v1.ClassLoadHelper
Gets the correct class loader.
getClassLoader(URL) - Method in class net.sourceforge.groboutils.util.classes.v1.jdk2.UrlClassLoader
 
getClassName() - Method in interface net.sourceforge.groboutils.codecoverage.v2.IMethodCode
A helper to get the class name.
getClassName() - Method in class net.sourceforge.groboutils.codecoverage.v2.compiler.DefaultMethodCode
A helper to get the class name.
getClassName() - Method in class net.sourceforge.groboutils.codecoverage.v2.compiler.ModifiedClass
 
getClassName() - Method in class net.sourceforge.groboutils.codecoverage.v2.compiler.ParseCoverageLogger
Returns the fully-qualified class name for the CoverageLogger.
getClassName() - Method in class net.sourceforge.groboutils.codecoverage.v2.datastore.ClassRecord
Gets the name of the corresponding class for this record.
getClassName(String) - Method in class net.sourceforge.groboutils.codecoverage.v2.util.ClassSignatureUtil
 
getClassName() - Method in class net.sourceforge.groboutils.util.throwable.v1.StackTraceLineParser
 
getClassPackage(Class) - Method in class net.sourceforge.groboutils.util.classes.v1.ClassUtil
Discovers the package name for the given class.
getClassReader(IAnalysisModule) - Method in class net.sourceforge.groboutils.codecoverage.v2.datastore.DirMetaDataReader
Returns a mark meta-data reader for a specific class signature.
getClassReader(IAnalysisModule) - Method in interface net.sourceforge.groboutils.codecoverage.v2.datastore.IMetaDataReader
Returns a mark meta-data reader for a specific class signature.
getClassRecord(String) - Method in class net.sourceforge.groboutils.codecoverage.v2.report.AnalysisModuleData
Retrieves the class record with all marks.
getClassSignature() - Method in interface net.sourceforge.groboutils.codecoverage.v2.IChannelLogRecord
Returns the signature for the class (fully-qualified class name + the checksum for the class bytecode).
getClassSignature() - Method in class net.sourceforge.groboutils.codecoverage.v2.compiler.ModifiedClass
 
getClassSignature() - Method in class net.sourceforge.groboutils.codecoverage.v2.datastore.ClassRecord
Returns the implementation-specific class signature for the class this record refers to.
getClassSignature() - Method in class net.sourceforge.groboutils.codecoverage.v2.logger.DefaultChannelLogRecord
 
getClassSignatures() - Method in class net.sourceforge.groboutils.codecoverage.v2.datastore.DirClassMetaDataReader
Returns all classes known for this particular data set.
getClassSignatures() - Method in interface net.sourceforge.groboutils.codecoverage.v2.datastore.IClassMetaDataReader
Returns all classes known for this particular data set.
getClassSignatures() - Method in class net.sourceforge.groboutils.codecoverage.v2.report.AnalysisModuleData
Return the list of all class signatures for the module from the post-compilation reader.
getClassSignaturesForPackage(String) - Method in class net.sourceforge.groboutils.codecoverage.v2.report.PackageSorter
Returns all class signatures for a specific package.
getClassWriter(IAnalysisModule) - Method in class net.sourceforge.groboutils.codecoverage.v2.datastore.DirMetaDataWriter
Returns a mark meta-data writer for a specific class.
getClassWriter(IAnalysisModule) - Method in interface net.sourceforge.groboutils.codecoverage.v2.datastore.IMetaDataWriter
Returns a mark meta-data writer for a specific class.
getConstructor(Class, Class[], int) - Static method in class net.sourceforge.groboutils.junit.v1.AssertConstructor
Retrieves the first constructor in class c that accepts the same number of arguments given in arguments, and that the constructor has the same class or an instance of the class in each position of the argument list, or null if there is no such constructor.
getConstructor(Class) - Method in class net.sourceforge.groboutils.junit.v1.parser.IftcOrigCreator
Discovers the constructor for the test class which will be used in the instantiation of a new instance of the class.
getConstructor(Class) - Method in class net.sourceforge.groboutils.junit.v1.parser.JUnitOrigCreator
Discovers the constructor for the test class which will be used in the instantiation of a new instance of the class.
getConstructorArgTypes(Class) - Method in class net.sourceforge.groboutils.junit.v1.parser.IftcOrigCreator
Allows for pluggable constructor types.
getConstructorArgTypes(Class) - Method in class net.sourceforge.groboutils.junit.v1.parser.JUnitOrigCreator
Allows for pluggable constructor types.
getCoveredFormattedText() - Method in interface net.sourceforge.groboutils.codecoverage.v2.IAnalysisMetaData
Returns the formatted, localized text for a report on this instruction if it was covered during the runtime execution.
getCoveredFormattedText() - Method in class net.sourceforge.groboutils.codecoverage.v2.module.DefaultAnalysisMetaData
Returns the formatted, localized text for a report on this instruction if it was covered during the runtime execution.
getCoveredMarksForMethod(String) - Method in class net.sourceforge.groboutils.codecoverage.v2.report.ClassMarkSet
Return all the marks that were covered during the execution of the given method.
getCoveredScreen() - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindowUI
Retrieve the size of the covered window.
getDefaultType() - Method in interface net.sourceforge.groboutils.pmti.v1.IProblemManagerInfo
 
getDefaultType() - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.DefaultProblemManagerInfo
 
getDelayTime(CaptureEvent) - Method in class net.sourceforge.groboutils.uicapture.v1.ScriptGenerator
Calculate the amount of time between the last event and the given event.
getDescription() - Method in interface net.sourceforge.groboutils.pmti.v1.IAttributeInfo
Returns a human-readable description of this attribute.
getDescription() - Method in interface net.sourceforge.groboutils.pmti.v1.IIssueState
Retrieves a long, human-readable, description of the state.
getDescription() - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.DefaultAttributeInfo
Returns a human-readable description of this attribute.
getDescription() - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.DefaultIssueState
Retrieves a long, human-readable, description of the state.
getDescription() - Method in interface net.sourceforge.groboutils.pmti.v1.itf.IIssueRecord
Returns a human-readable brief description about the issue.
getDescription() - Method in interface net.sourceforge.groboutils.pmti.v1.itf.ITestIssueRecord
Returns any descriptive text the test associated itself with to the issue.
getDescription() - Method in class net.sourceforge.groboutils.pmti.v1.itf.impl.DefaultIssueRecord
 
getDescription() - Method in class net.sourceforge.groboutils.pmti.v1.itf.impl.DefaultTestIssueRecord
Returns any descriptive text the test associated itself with to the issue.
getDirectory(String, Properties) - Method in class net.sourceforge.groboutils.codecoverage.v2.logger.CacheDirChannelLoggerFactory
 
getDirectory(String, Properties) - Method in class net.sourceforge.groboutils.codecoverage.v2.logger.DirectoryChannelLoggerFactory
 
getDoubleValue(String) - Method in class net.sourceforge.groboutils.util.io.v1.PropertyDatabase
Convenience function to convert a property to a double value.
getEditableAttribute(String) - Method in interface net.sourceforge.groboutils.pmti.v1.IEditableAttributeSet
Synonymn for getAttribute( String )
getEditableAttribute(String) - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.DefaultEditableAttributeSet
Synonymn for getAttribute( String )
getEditableAttributes() - Method in interface net.sourceforge.groboutils.pmti.v1.IEditableAttributeSet
Synonymn for getAttributes()
getEditableAttributes() - Method in interface net.sourceforge.groboutils.pmti.v1.IEditableIssue
This is a synonymn for getAttributes(), but this explicitly sets the returned value as an editable set, without the need for an extra cast.
getEditableAttributes() - Method in interface net.sourceforge.groboutils.pmti.v1.IEditableIssueState
A synonymn for getAttributes(), but explicitly declares that the returned attributes are editable, without the need for a cast.
getEditableAttributes() - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.AbstractEditableIssue
This is a synonymn for getAttributes(), but this explicitly sets the returned value as an editable set, without the need for an extra cast.
getEditableAttributes() - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.DefaultEditableAttributeSet
Synonymn for getAttributes()
getEditableAttributes() - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.DefaultEditableIssueState
A synonymn for getAttributes(), but explicitly declares that the returned attributes are editable, without the need for a cast.
getErrors() - Method in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.ITFTestData
 
getErrors() - Method in interface net.sourceforge.groboutils.pmti.v1.itf.ITestRecord
 
getErrors() - Method in class net.sourceforge.groboutils.pmti.v1.itf.impl.ImmutableTestRecord
 
getEventType() - Method in class net.sourceforge.groboutils.uicapture.v1.event.CaptureEvent
 
getException() - Method in class net.sourceforge.groboutils.util.thread.v1.IOThreadRunner
Retrieves the most recent exception that occured, if any.
getFactor(ITestIssueRecord) - Method in class net.sourceforge.groboutils.pmti.v1.itf.impl.AbstractTestIssueRecordCollator
Discovers the sorting factor from the given record.
getFactor(ITestIssueRecord) - Method in class net.sourceforge.groboutils.pmti.v1.itf.impl.IssueTestIssueRecordCollator
 
getFactor(ITestIssueRecord) - Method in class net.sourceforge.groboutils.pmti.v1.itf.impl.NameTestIssueRecordCollator
 
getFactor(ITestIssueRecord) - Method in class net.sourceforge.groboutils.pmti.v1.itf.impl.SuiteTestIssueRecordCollator
 
getFactories() - Method in class net.sourceforge.groboutils.autodoc.v1.AutoDoc
Returns the factory this implementation knows.
getFactories() - Static method in class net.sourceforge.groboutils.autodoc.v1.junit.AutoDocJUnitListener
Return all the currently known test listener factories, using the singleton returned by getFactoryStore()
getFactory() - Static method in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.ITFMonitor
Retrieves the pseudo-singleton factory of the correct type.
getFactoryStore() - Static method in class net.sourceforge.groboutils.autodoc.v1.AutoDoc
Retrieve the AutoDocFactory singleton store for setting up the factory to be used for all uninitialized or uncreated AutoDoc instances.
getFactoryStore() - Static method in class net.sourceforge.groboutils.autodoc.v1.junit.AutoDocJUnitListener
Retrieve the AutoDocJUnitListenerFactory singleton store for setting up the factory to be used for all unspecified constructor invocations to AutoDocJUnitListener instances.
getFactoryStore() - Static method in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.ITFMonitor
Set the factory to whatever is in the system property.
getFailures() - Method in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.ITFTestData
 
getFailures() - Method in interface net.sourceforge.groboutils.pmti.v1.itf.ITestRecord
 
getFailures() - Method in class net.sourceforge.groboutils.pmti.v1.itf.impl.ImmutableTestRecord
 
getFile(String) - Method in class net.sourceforge.groboutils.util.io.v1.FileInputStreamGenerator
 
getFileExtention() - Method in class net.sourceforge.groboutils.uicapture.v1.DefaultScreenScraper
Discover the file extention for images created by this scraper.
getFileExtention() - Method in interface net.sourceforge.groboutils.uicapture.v1.IScreenScraper
Discover the file extention for images created by this scraper.
getFinder() - Method in class net.sourceforge.groboutils.autodoc.v1.testserver.TestCorrelate
 
getFinder() - Method in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.AutoDocITFactoryImpl
 
getFloatValue(String) - Method in class net.sourceforge.groboutils.util.io.v1.PropertyDatabase
Convenience function to convert a property to a float value.
getFocusedWindowBounds() - Method in class net.sourceforge.groboutils.uicapture.v1.DefaultFocusedWindowFinder
Find the current native UI focused window's bounds.
getFocusedWindowBounds() - Method in interface net.sourceforge.groboutils.uicapture.v1.IFocusedWindowFinder
Find the current native UI focused window's bounds.
getFullMessage() - Method in class net.sourceforge.groboutils.junit.v1.AssertTestFactory.InnerTest
 
getFullName(String) - Method in class net.sourceforge.groboutils.util.io.v1.FileInputStreamGenerator
 
getFullName(String) - Method in class net.sourceforge.groboutils.util.io.v1.HashtableInputStreamGenerator
 
getFullName(String) - Method in interface net.sourceforge.groboutils.util.io.v1.IInputStreamGenerator
 
getFullName(String) - Method in class net.sourceforge.groboutils.util.io.v1.ResourceInputStreamGenerator
 
getFullName(String) - Method in class net.sourceforge.groboutils.util.io.v1.URLInputStreamGenerator
 
getHandles() - Method in class net.sourceforge.groboutils.codecoverage.v2.module.BytecodeLineUtil
 
getID() - Method in interface net.sourceforge.groboutils.pmti.v1.IIssue
Returns the unique ID associated with this issue.
getID() - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.AbstractEditableIssue
 
getID() - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.AbstractIssue
Returns the unique ID associated with this issue.
getID() - Method in interface net.sourceforge.groboutils.pmti.v1.itf.IIssueRecord
Returns the unique ID for the issue.
getID() - Method in class net.sourceforge.groboutils.pmti.v1.itf.impl.DefaultIssueRecord
Returns the unique ID for the issue.
getIT() - Method in class net.sourceforge.groboutils.autodoc.v1.AutoDoc
Get the Issue Tracker implementation.
getITFactories() - Method in class net.sourceforge.groboutils.autodoc.v1.defimpl.DefaultAutoDocFactory
Creates the IT factory if it has not yet been created, or the already created factory.
getITFactoryStore() - Static method in class net.sourceforge.groboutils.autodoc.v1.defimpl.DefaultAutoDocFactory
 
getImageExtension() - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindowController
 
getInfo() - Method in interface net.sourceforge.groboutils.pmti.v1.IAttribute
Returns the meta-information for this attribute.
getInfo() - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.AbstractEditableAttribute
Returns the meta-information for this attribute.
getInfo() - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.AbstractEditableListAttribute
Returns the meta-information for this attribute.
getInfo() - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.DefaultAttribute
Returns the meta-information for this attribute.
getInfo() - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.DefaultListAttribute
Returns the meta-information for this attribute.
getInputEvent() - Method in class net.sourceforge.groboutils.uicapture.v1.event.CaptureEvent
 
getInstance() - Static method in class net.sourceforge.groboutils.codecoverage.v2.util.ChecksumUtil
 
getInstance() - Static method in class net.sourceforge.groboutils.codecoverage.v2.util.ClassSignatureUtil
 
getInstance() - Static method in class net.sourceforge.groboutils.util.classes.v1.ClassUtil
Retrieve the shared instance of the utility class.
getInstance() - Static method in class net.sourceforge.groboutils.util.io.v1.FileUtils
 
getInstance() - Static method in class net.sourceforge.groboutils.util.thread.v1.TimedProcess
 
getInstance() - Static method in class net.sourceforge.groboutils.util.xml.v1.XMLUtil
 
getInstruction() - Method in class net.sourceforge.groboutils.codecoverage.v2.compiler.MarkedInstruction
Retrieve the instruction represented by this mark.
getInstructionAt(int) - Method in interface net.sourceforge.groboutils.codecoverage.v2.IMethodCode
Returns the bytecode instruction at the given index.
getInstructionAt(int) - Method in class net.sourceforge.groboutils.codecoverage.v2.compiler.DefaultMethodCode
Returns the bytecode instruction at the given index.
getInstructionAt(int) - Method in class net.sourceforge.groboutils.codecoverage.v2.compiler.ModifiedInstructionList
 
getInstructionCount() - Method in interface net.sourceforge.groboutils.codecoverage.v2.IMethodCode
Returns the number of bytecode instructions in the method.
getInstructionCount() - Method in class net.sourceforge.groboutils.codecoverage.v2.compiler.DefaultMethodCode
Returns the number of bytecode instructions in the method.
getInstructionCount() - Method in class net.sourceforge.groboutils.codecoverage.v2.compiler.ModifiedInstructionList
 
getInstructionList() - Method in class net.sourceforge.groboutils.codecoverage.v2.compiler.ModifiedMethod
If the method cannot be modified, then this will return null.
getInstructionPosForBytecodePos(int) - Method in class net.sourceforge.groboutils.codecoverage.v2.module.BytecodeLineUtil
 
getInstructionWeight() - Method in interface net.sourceforge.groboutils.codecoverage.v2.IAnalysisMetaData
Returns any value in the range of a byte that assigns an importance "weight" to this instruction.
getInstructionWeight() - Method in class net.sourceforge.groboutils.codecoverage.v2.module.DefaultAnalysisMetaData
Returns any value in the range of a byte that assigns an importance "weight" to this instruction.
getIntValue(String) - Method in class net.sourceforge.groboutils.util.io.v1.PropertyDatabase
Convenience function to convert a property to an int value.
getInterfaceClass() - Method in class net.sourceforge.groboutils.junit.v1.iftc.InterfaceTestCase
Return the interface or abstract class this test covers.
getIssueByID(String) - Method in interface net.sourceforge.groboutils.pmti.v1.IProblemManager
Returns the issue associated with the given unique issue ID.
getIssueByID(String) - Method in class net.sourceforge.groboutils.pmti.v1.itf.ITFReadProblemManager
Returns the issue associated with the given unique issue ID.
getIssueIDs() - Method in interface net.sourceforge.groboutils.pmti.v1.IProblemManager
Returns a list of all issue IDs known by the PMT.
getIssueIDs() - Method in class net.sourceforge.groboutils.pmti.v1.itf.ITFReadProblemManager
Returns a list of all issue IDs known by the PMT.
getIssueIDsForTemplate(IIssue) - Method in interface net.sourceforge.groboutils.pmti.v1.IProblemManager
Returns all issue IDs that match the given 'template'.
getIssueIDsForTemplate(IIssue) - Method in class net.sourceforge.groboutils.pmti.v1.itf.ITFReadProblemManager
Returns all issue IDs that match the given 'template'.
getIssueRecord() - Method in interface net.sourceforge.groboutils.pmti.v1.itf.ITestIssueRecord
Returns the issue this record is associated with.
getIssueRecord() - Method in class net.sourceforge.groboutils.pmti.v1.itf.impl.DefaultTestIssueRecord
Returns the issue this record is associated with.
getIssueTypes() - Method in interface net.sourceforge.groboutils.pmti.v1.IProblemManagerInfo
Returns a list of all known types of issues, which can be used in the creation of a new issue through createIssue( String ).
getIssueTypes() - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.DefaultProblemManagerInfo
Returns a list of all known types of issues, which can be used in the creation of a new issue through createIssue( String ).
getIssues() - Method in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.ITFTestData
Retrieves all issue IDs for this TestInfo object.
getKeyCode() - Method in class net.sourceforge.groboutils.uicapture.v1.event.KeyCaptureEvent
 
getKeyEvent() - Method in class net.sourceforge.groboutils.uicapture.v1.event.KeyCaptureEvent
 
getLineNumber(InstructionHandle) - Method in class net.sourceforge.groboutils.codecoverage.v2.module.BytecodeLineUtil
 
getLineNumber() - Method in class net.sourceforge.groboutils.util.throwable.v1.StackTraceLineParser
 
getLineNumberForBytecodePos(int) - Method in class net.sourceforge.groboutils.codecoverage.v2.module.BytecodeLineUtil
 
getLineNumberForInstructionPos(int) - Method in class net.sourceforge.groboutils.codecoverage.v2.module.BytecodeLineUtil
 
getListeners() - Method in class net.sourceforge.groboutils.autodoc.v1.junit.AutoDocJUnitListener
Return a list of all known inner listeners.
getLog() - Method in class net.sourceforge.groboutils.autodoc.v1.AutoDoc
Get the log implementation.
getLog() - Method in interface net.sourceforge.groboutils.pmti.v1.itf.ITestRecord
 
getLog() - Method in class net.sourceforge.groboutils.pmti.v1.itf.impl.ImmutableTestRecord
 
getLogFactories() - Method in class net.sourceforge.groboutils.autodoc.v1.defimpl.DefaultAutoDocFactory
Creates the Log factory if it has not yet been created, or the already created factory.
getLogFactoryStore() - Static method in class net.sourceforge.groboutils.autodoc.v1.defimpl.DefaultAutoDocFactory
 
getLongValue(String) - Method in class net.sourceforge.groboutils.util.io.v1.PropertyDatabase
Convenience function to convert a property to a long value.
getMarkIndex() - Method in interface net.sourceforge.groboutils.codecoverage.v2.IChannelLogRecord
Returns the recorded index for the channel's mark in this method.
getMarkIndex() - Method in class net.sourceforge.groboutils.codecoverage.v2.datastore.MarkRecord
 
getMarkIndex() - Method in class net.sourceforge.groboutils.codecoverage.v2.logger.DefaultChannelLogRecord
 
getMarksForAnalysisModule(String) - Method in class net.sourceforge.groboutils.codecoverage.v2.datastore.ClassRecord
 
getMarksForAnalysisModule(IAnalysisModule) - Method in class net.sourceforge.groboutils.codecoverage.v2.datastore.ClassRecord
 
getMaxSize() - Method in class net.sourceforge.groboutils.util.datastruct.v1.HashCache
Retrieves the maximum cache size.
getMaxSize() - Method in class net.sourceforge.groboutils.util.datastruct.v1.ObjectCache
 
getMaximumThreadCount() - Method in class net.sourceforge.groboutils.util.thread.v1.ThreadPool
 
getMeasureIndex(String) - Method in class net.sourceforge.groboutils.codecoverage.v2.datastore.AnalysisModuleSet
Retrieves the index associated with the module with the given measure name.
getMeasureName() - Method in interface net.sourceforge.groboutils.codecoverage.v2.IAnalysisModule
Returns the human-readable name of the measure.
getMeasureName() - Method in class net.sourceforge.groboutils.codecoverage.v2.module.BranchCountMeasure
Returns the human-readable name of the measure.
getMeasureName() - Method in class net.sourceforge.groboutils.codecoverage.v2.module.BytecodeCountMeasure
Returns the human-readable name of the measure.
getMeasureName() - Method in class net.sourceforge.groboutils.codecoverage.v2.module.CallPairMeasure
Returns the human-readable name of the measure.
getMeasureName() - Method in class net.sourceforge.groboutils.codecoverage.v2.module.FunctionMeasure
Returns the human-readable name of the measure.
getMeasureName() - Method in class net.sourceforge.groboutils.codecoverage.v2.module.LineCountMeasure
Returns the human-readable name of the measure.
getMeasureUnit() - Method in interface net.sourceforge.groboutils.codecoverage.v2.IAnalysisModule
Returns the unit name for this particular coverage measure.
getMeasureUnit() - Method in class net.sourceforge.groboutils.codecoverage.v2.module.BranchCountMeasure
Returns the unit name for this particular coverage measure.
getMeasureUnit() - Method in class net.sourceforge.groboutils.codecoverage.v2.module.BytecodeCountMeasure
Returns the unit name for this particular coverage measure.
getMeasureUnit() - Method in class net.sourceforge.groboutils.codecoverage.v2.module.CallPairMeasure
Returns the unit name for this particular coverage measure.
getMeasureUnit() - Method in class net.sourceforge.groboutils.codecoverage.v2.module.FunctionMeasure
Returns the unit name for this particular coverage measure.
getMeasureUnit() - Method in class net.sourceforge.groboutils.codecoverage.v2.module.LineCountMeasure
Returns the unit name for this particular coverage measure.
getMessage() - Method in class net.sourceforge.groboutils.junit.v1.AssertTestFactory.InnerTest
 
getMethod() - Method in class net.sourceforge.groboutils.autodoc.v1.testserver.DefaultTestInfo
 
getMethod() - Method in interface net.sourceforge.groboutils.autodoc.v1.testserver.TestInfo
The name of the test method.
getMethodAt(short) - Method in class net.sourceforge.groboutils.codecoverage.v2.datastore.ClassRecord
Returns the method signature at the given index.
getMethodCount() - Method in class net.sourceforge.groboutils.codecoverage.v2.datastore.ClassRecord
Returns the total number of method signatures for this class.
getMethodIndex() - Method in interface net.sourceforge.groboutils.codecoverage.v2.IChannelLogRecord
Returns the index for the method in which this entry was recorded.
getMethodIndex() - Method in class net.sourceforge.groboutils.codecoverage.v2.compiler.ModifiedMethod
 
getMethodIndex(String) - Method in class net.sourceforge.groboutils.codecoverage.v2.datastore.ClassRecord
Returns the index (as a short) for the given method signature.
getMethodIndex() - Method in class net.sourceforge.groboutils.codecoverage.v2.datastore.MarkRecord
 
getMethodIndex() - Method in class net.sourceforge.groboutils.codecoverage.v2.logger.DefaultChannelLogRecord
 
getMethodName(Object) - Method in class net.sourceforge.groboutils.autodoc.v1.testserver.junit.JUnitTestInfo
Discovers the name of the method for the passed-in test object.
getMethodName() - Method in interface net.sourceforge.groboutils.codecoverage.v2.IMethodCode
A helper to get the method name.
getMethodName() - Method in class net.sourceforge.groboutils.codecoverage.v2.compiler.DefaultMethodCode
A helper to get the method name.
getMethodName() - Method in class net.sourceforge.groboutils.codecoverage.v2.compiler.ModifiedMethod
 
getMethodName() - Method in class net.sourceforge.groboutils.codecoverage.v2.compiler.ParseCoverageLogger
Returns the name of the method, without the signature.
getMethodName() - Method in class net.sourceforge.groboutils.util.throwable.v1.StackTraceLineParser
 
getMethodSignature() - Method in class net.sourceforge.groboutils.codecoverage.v2.compiler.ParseCoverageLogger
Returns the signature of the method, without the method name.
getMethodSignature() - Method in class net.sourceforge.groboutils.codecoverage.v2.datastore.MarkRecord
 
getMethodSignatures() - Method in class net.sourceforge.groboutils.codecoverage.v2.report.ClassMarkSet
Return all the methods known by the list of marks and class logs.
getMethods() - Method in class net.sourceforge.groboutils.codecoverage.v2.compiler.ModifiedClass
Return all modifiable methods owned by the class.
getMethods() - Method in class net.sourceforge.groboutils.codecoverage.v2.datastore.ClassRecord
Returns a list of known method signatures for this class.
getMimeEncoding() - Method in interface net.sourceforge.groboutils.codecoverage.v2.IAnalysisModule
Returns the text format used in meta-data formatted text.
getMimeEncoding() - Method in class net.sourceforge.groboutils.codecoverage.v2.module.BranchCountMeasure
Returns the text format used in meta-data formatted text.
getMimeEncoding() - Method in class net.sourceforge.groboutils.codecoverage.v2.module.BytecodeCountMeasure
Returns the text format used in meta-data formatted text.
getMimeEncoding() - Method in class net.sourceforge.groboutils.codecoverage.v2.module.CallPairMeasure
Returns the text format used in meta-data formatted text.
getMimeEncoding() - Method in class net.sourceforge.groboutils.codecoverage.v2.module.FunctionMeasure
Returns the text format used in meta-data formatted text.
getMimeEncoding() - Method in class net.sourceforge.groboutils.codecoverage.v2.module.LineCountMeasure
Returns the text format used in meta-data formatted text.
getModifiedClass() - Method in class net.sourceforge.groboutils.codecoverage.v2.compiler.ModifiedClass
Returns the class in its current state, and closes off the modified class from further modifications.
getModifiers() - Method in class net.sourceforge.groboutils.uicapture.v1.event.MouseButtonCaptureEvent
 
getMonitor() - Method in interface net.sourceforge.groboutils.autodoc.v1.testserver.MonitorFinder
Retrieves the pseudo-singleton Monitor of the correct type.
getMonitor() - Method in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.ITFMonitorFinder
Retrieves the pseudo-singleton Monitor of the correct type.
getMonitorStore() - Static method in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.ITFMonitorFinder
Retrieve the Monitor singleton store for setting up the Monitor to be used for all uninitialized or uncreated ITFMonitorFinder instances.
getMouseEvent() - Method in class net.sourceforge.groboutils.uicapture.v1.event.MouseCaptureEvent
 
getName() - Method in class net.sourceforge.groboutils.junit.v1.AssertTestFactory
Returns the default test name.
getName() - Method in class net.sourceforge.groboutils.junit.v1.iftc.InterfaceTestCase
Override the TestCase default getName so that the factory names are returned as well.
getName() - Method in class net.sourceforge.groboutils.junit.v1.parser.TestClassParser
Get the name of the test suite.
getName() - Method in interface net.sourceforge.groboutils.pmti.v1.IAttributeInfo
Returns the identifying name of this attribute.
getName() - Method in interface net.sourceforge.groboutils.pmti.v1.IIssueState
Returns the short name of the state.
getName() - Method in interface net.sourceforge.groboutils.pmti.v1.IIssueTypeInfo
Returns the type name.
getName() - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.DefaultAttributeInfo
Returns the identifying name of this attribute.
getName() - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.DefaultIssueState
Returns the short name of the state.
getName() - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.DefaultIssueTypeInfo
Returns the type name.
getNextStates() - Method in interface net.sourceforge.groboutils.pmti.v1.IEditableIssue
Returns the list of all states that this issue can move to next.
getNextStates() - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.AbstractEditableIssue
Returns the list of all states that this issue can move to next.
getNotCoveredFormattedText() - Method in interface net.sourceforge.groboutils.codecoverage.v2.IAnalysisMetaData
Returns the formatted, localized text for a report on this instruction if it was not covered during the runtime execution.
getNotCoveredFormattedText() - Method in class net.sourceforge.groboutils.codecoverage.v2.module.DefaultAnalysisMetaData
Returns the formatted, localized text for a report on this instruction if it was not covered during the runtime execution.
getNotCoveredMarksForMethod(String) - Method in class net.sourceforge.groboutils.codecoverage.v2.report.ClassMarkSet
Return all the marks that were not executed during the runtime of the given method.
getObjectDepth() - Method in class net.sourceforge.groboutils.util.thread.v1.ThreadPool
 
getOriginalClass() - Method in class net.sourceforge.groboutils.codecoverage.v2.compiler.ModifiedMethod
 
getOriginalMethod() - Method in interface net.sourceforge.groboutils.codecoverage.v2.IMethodCode
Returns the original BCEL Method object.
getOriginalMethod() - Method in class net.sourceforge.groboutils.codecoverage.v2.compiler.DefaultMethodCode
Returns the original BCEL Method object.
getOriginalMethod() - Method in class net.sourceforge.groboutils.codecoverage.v2.compiler.ModifiedMethod
 
getOutputStream() - Method in class net.sourceforge.groboutils.util.thread.v1.IOThreadRunner
Retrieves the output stream that the input is redirected to.
getOverflowCount() - Method in class net.sourceforge.groboutils.util.datastruct.v1.HashCache
Retrieves the metric that corresponds to the number of objects that were removed from the cache.
getOverflows() - Method in class net.sourceforge.groboutils.util.datastruct.v1.ObjectCache
Retrieves the number of "overflows" encountered.
getOwner() - Method in class net.sourceforge.groboutils.autodoc.v1.AutoDoc
Retrieves the owning class.
getOwner() - Method in class net.sourceforge.groboutils.autodoc.v1.testserver.TestCorrelate
 
getOwnerName() - Method in class net.sourceforge.groboutils.autodoc.v1.testserver.TestCorrelate
 
getPackageName(String) - Static method in class net.sourceforge.groboutils.codecoverage.v2.report.PackageSorter
 
getPackages() - Method in class net.sourceforge.groboutils.codecoverage.v2.report.PackageSorter
Returns a list of all registered packages.
getPossibleStates() - Method in interface net.sourceforge.groboutils.pmti.v1.IIssueTypeInfo
Returns all states for the current issue type.
getPossibleStates() - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.DefaultIssueTypeInfo
Returns all states for the current issue type.
getPriority() - Method in class net.sourceforge.groboutils.util.thread.v1.LoopThread
 
getProblemManagerInfo() - Method in interface net.sourceforge.groboutils.pmti.v1.IProblemManager
Returns all meta-data for this problem management tracker.
getProblemManagerInfo() - Method in class net.sourceforge.groboutils.pmti.v1.itf.ITFReadProblemManager
Returns all meta-data for this problem management tracker.
getQueue() - Method in class net.sourceforge.groboutils.util.thread.v1.QueueThread
Retrieves the internal listened queue.
getReaderForClassSignature(String) - Method in interface net.sourceforge.groboutils.codecoverage.v2.IChannelLogReader
Returns a channel reader for a specific class signature.
getReaderForClassSignature(String) - Method in class net.sourceforge.groboutils.codecoverage.v2.logger.DirectoryChannelLogReader
Returns a channel reader for a specific class signature.
getRecords() - Method in class net.sourceforge.groboutils.pmti.v1.itf.parser.DefaultParserCollator
Returns the parsed test-issue records, divided into logically separated collections.
getRecords() - Method in interface net.sourceforge.groboutils.pmti.v1.itf.parser.IParserCollator
Returns the parsed test-issue records for all known parsers.
getRef() - Method in class net.sourceforge.groboutils.codecoverage.v2.ant.AnalysisModuleType
 
getResource(String) - Method in class net.sourceforge.groboutils.util.classes.v1.ClassLoadHelper
Loads a resource with the given name, using the correct ClassLoader.
getResource(String, ClassLoader) - Method in class net.sourceforge.groboutils.util.classes.v1.ClassLoadHelper
Loads a resource with the given name, using the given ClassLoader.
getResourceAsStream(String) - Method in class net.sourceforge.groboutils.util.classes.v1.ClassLoadHelper
Loads a resource with the given name, using the correct ClassLoader.
getResources(String) - Method in class net.sourceforge.groboutils.util.classes.v1.ClassLoadHelper
Loads a resource with the given name, using the correct ClassLoader.
getResources(String, ClassLoader) - Method in class net.sourceforge.groboutils.util.classes.v1.ClassLoadHelper
Loads a resource with the given name, using the correct ClassLoader.
getRunTime() - Method in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.ITFTestData
 
getRuntime() - Method in interface net.sourceforge.groboutils.pmti.v1.itf.ITestRecord
 
getRuntime() - Method in class net.sourceforge.groboutils.pmti.v1.itf.impl.ImmutableTestRecord
 
getSameConstructor(Class, Class[], int) - Static method in class net.sourceforge.groboutils.junit.v1.AssertConstructor
Retrieves the constructor in class c that accepts the exact argument list given in arguments, or null if there is no such constructor.
getServer() - Method in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.DefaultITFFactory
 
getServer() - Method in interface net.sourceforge.groboutils.pmti.v1.autodoc.v1.ITFFactory
Retrieve the server for this factory.
getSetContents() - Method in class net.sourceforge.groboutils.autodoc.v1.defimpl.AutoDocITSet
 
getSetContents() - Method in class net.sourceforge.groboutils.autodoc.v1.defimpl.AutoDocLogSet
 
getSetContents() - Method in class net.sourceforge.groboutils.autodoc.v1.defimpl.AutoDocTPSet
 
getSetContents() - Method in interface net.sourceforge.groboutils.autodoc.v1.defimpl.IAutoDocSet
Returns the elements in the set.
getShortDescription() - Method in interface net.sourceforge.groboutils.pmti.v1.IIssue
Retrieves the short description of the issue.
getShortDescription() - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.AbstractEditableIssue
 
getShortDescription() - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.AbstractIssue
Retrieves the short description of the issue.
getShortValue(String) - Method in class net.sourceforge.groboutils.util.io.v1.PropertyDatabase
Convenience function to convert a property to a short value.
getSingleton() - Method in class net.sourceforge.groboutils.util.classes.v1.AbstractSingleStore
Returns the current inner singleton.
getSingletons() - Method in class net.sourceforge.groboutils.util.classes.v1.AbstractMultipleStore
Returns the current inner singletons.
getSize() - Method in class net.sourceforge.groboutils.util.datastruct.v1.HashCache
Retrieves the current number of elements in the cache.
getSleepTime() - Method in class net.sourceforge.groboutils.util.thread.v1.LoopThread
Retrieves the sleep time in seconds.
getSleepTimeMillis() - Method in class net.sourceforge.groboutils.util.thread.v1.LoopThread
Retrieves the sleep time in milliseconds.
getState() - Method in interface net.sourceforge.groboutils.pmti.v1.IIssue
Queries the "state" of the issue.
getState() - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.AbstractEditableIssue
 
getState() - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.AbstractIssue
Queries the "state" of the issue.
getStdErr() - Method in class net.sourceforge.groboutils.util.thread.v1.BackgroundProcess
Get the InputStream that retrieves the data from the StdErr of the process.
getStdIn() - Method in class net.sourceforge.groboutils.util.thread.v1.BackgroundProcess
Get the OutputStream that is sent to the StdIn of the process.
getStdOut() - Method in class net.sourceforge.groboutils.util.thread.v1.BackgroundProcess
Get the InputStream that retrieves the data from the StdOut of the process.
getSuccessCount() - Method in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.ITFTestData
 
getSuite() - Method in class net.sourceforge.groboutils.autodoc.v1.testserver.DefaultTestInfo
 
getSuite() - Method in interface net.sourceforge.groboutils.autodoc.v1.testserver.TestInfo
The name of the test suite.
getSuiteName(Object) - Method in class net.sourceforge.groboutils.autodoc.v1.testserver.junit.JUnitTestInfo
Discovers the name of the suite for the passed-in test object.
getSupportedAttributes() - Method in interface net.sourceforge.groboutils.pmti.v1.IIssueTypeInfo
Returns all attributes allowed for an issue of this type.
getSupportedAttributes() - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.DefaultIssueTypeInfo
Returns all attributes allowed for an issue of this type.
getSystemResource(String) - Method in class net.sourceforge.groboutils.util.classes.v1.ClassLoadHelper
Loads a resource with the given name, using the correct ClassLoader.
getSystemResources(String) - Method in class net.sourceforge.groboutils.util.classes.v1.ClassLoadHelper
Get the resource associated with the given name from the System classloader.
getTP() - Method in class net.sourceforge.groboutils.autodoc.v1.AutoDoc
Get the Test Procedure Marker implementation.
getTPFactories() - Method in class net.sourceforge.groboutils.autodoc.v1.defimpl.DefaultAutoDocFactory
Creates the TP factory if it has not yet been created, or the already created factory.
getTPFactoryStore() - Static method in class net.sourceforge.groboutils.autodoc.v1.defimpl.DefaultAutoDocFactory
 
getTestClass() - Method in class net.sourceforge.groboutils.junit.v1.parser.TestClassParser
Get the class under test.
getTestCount() - Method in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.ITFTestData
 
getTestCount() - Method in interface net.sourceforge.groboutils.pmti.v1.itf.ITestRecord
 
getTestCount() - Method in class net.sourceforge.groboutils.pmti.v1.itf.impl.ImmutableTestRecord
 
getTestData(TestInfo) - Method in class net.sourceforge.groboutils.autodoc.v1.testserver.DefaultMonitor
Retrieves the data associated with the given TestInfo, as was created through DefaultMonitor.addTestData( TestInfo ).
getTestData(TestInfo) - Method in interface net.sourceforge.groboutils.autodoc.v1.testserver.Monitor
Retrieves the data associated with the given TestInfo, as was created through Monitor.addTestData( TestInfo ).
getTestData(TestInfo) - Method in class net.sourceforge.groboutils.autodoc.v1.testserver.TestCorrelate
 
getTestDataFactory() - Method in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.DefaultITFFactory
 
getTestDataFactory() - Method in interface net.sourceforge.groboutils.pmti.v1.autodoc.v1.ITFFactory
Retrieve the TestDataFactory for this factory.
getTestFailedStates() - Method in interface net.sourceforge.groboutils.pmti.v1.IIssueTypeInfo
Returns the state that refer to the associated tests failing.
getTestFailedStates() - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.DefaultIssueTypeInfo
Returns the state that refer to the associated tests failing.
getTestInfo() - Method in class net.sourceforge.groboutils.autodoc.v1.testserver.DefaultTestData
Retrieve the test specific details this data item corresponds to.
getTestInfo() - Method in interface net.sourceforge.groboutils.autodoc.v1.testserver.TestData
Retrieve the test specific details this data item corresponds to.
getTestIssueRecords() - Method in interface net.sourceforge.groboutils.pmti.v1.itf.ITestIssueRecordSet
Return all the records in this set.
getTestIssueRecords() - Method in class net.sourceforge.groboutils.pmti.v1.itf.impl.DefaultTestIssueRecordSet
Return all the records in this set.
getTestMethods() - Method in class net.sourceforge.groboutils.junit.v1.parser.TestClassParser
Retrieve all public test methods discovered through inspection.
getTestName() - Method in interface net.sourceforge.groboutils.pmti.v1.itf.ITestRecord
 
getTestName() - Method in class net.sourceforge.groboutils.pmti.v1.itf.impl.ImmutableTestRecord
 
getTestPassedStates() - Method in interface net.sourceforge.groboutils.pmti.v1.IIssueTypeInfo
Returns the state that refer to the associated tests passing.
getTestPassedStates() - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.DefaultIssueTypeInfo
Returns the state that refer to the associated tests passing.
getTestRecord() - Method in interface net.sourceforge.groboutils.pmti.v1.itf.ITestIssueRecord
Returns the test this record is associated with.
getTestRecord() - Method in class net.sourceforge.groboutils.pmti.v1.itf.impl.DefaultTestIssueRecord
Returns the test this record is associated with.
getTestSuite() - Method in interface net.sourceforge.groboutils.pmti.v1.itf.ITestRecord
 
getTestSuite() - Method in class net.sourceforge.groboutils.pmti.v1.itf.impl.ImmutableTestRecord
 
getThread() - Method in class net.sourceforge.groboutils.util.thread.v1.IOThreadRunner
Retrieves the LoopThread instance that manages the operation.
getThreadClassLoader(Thread) - Static method in class net.sourceforge.groboutils.util.classes.v1.ClassLoadHelper
Use reflection to get the thread (context) class loader.
getThreadCount() - Method in class net.sourceforge.groboutils.util.thread.v1.ThreadPool
 
getThreadGroup() - Method in class net.sourceforge.groboutils.util.thread.v1.LoopThread
 
getTimeOfEvent() - Method in class net.sourceforge.groboutils.uicapture.v1.event.CaptureEvent
 
getTimeoutMilliseconds() - Method in class net.sourceforge.groboutils.util.thread.v1.QueueThread
Retrieve the millisecond part of the maximum timeout to wait for an incoming element on the inner queue before checking for thread event signals.
getTimeoutNanoseconds() - Method in class net.sourceforge.groboutils.util.thread.v1.QueueThread
Retrieve the nanosecond part of the maximum timeout to wait for an incoming element on the inner queue before checking for thread event signals.
getType() - Method in interface net.sourceforge.groboutils.pmti.v1.IIssue
Returns the type of issue.
getType() - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.AbstractEditableIssue
 
getType() - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.AbstractIssue
Returns the type of issue.
getTypeInfo(String) - Method in interface net.sourceforge.groboutils.pmti.v1.IProblemManagerInfo
Returns all relevant meta-information about the issues of the given type.
getTypeInfo(String) - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.DefaultProblemManagerInfo
Returns all relevant meta-information about the issues of the given type.
getURL(String) - Method in class net.sourceforge.groboutils.util.io.v1.URLInputStreamGenerator
 
getUnderflows() - Method in class net.sourceforge.groboutils.util.datastruct.v1.ObjectCache
Retrieves the number of "underflows" encountered.
getUnderlyingExceptionSeparator() - Method in class net.sourceforge.groboutils.util.throwable.v1.ChainableExceptionHelper
 
getUnknownExceptionString() - Method in class net.sourceforge.groboutils.util.throwable.v1.ChainableExceptionHelper
 
getUseIndexWithName() - Method in class net.sourceforge.groboutils.junit.v1.AssertTestFactory
Returns whether each generated test will add a unique (for this instance) index to the test's name.
getValue() - Method in interface net.sourceforge.groboutils.pmti.v1.IAttribute
Returns the value for this attribute.
getValue() - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.AbstractEditableAttribute
Returns the current (possibly modified) value for this attribute.
getValue() - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.AbstractEditableListAttribute
Returns the enumeration for all values in this attribute.
getValue() - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.DefaultAttribute
Returns the value for this attribute.
getValue() - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.DefaultListAttribute
Returns the enumeration for all values in this attribute.
getValue(String) - Method in class net.sourceforge.groboutils.util.io.v1.PropertyDatabase
Retrieves the value associated with the given key.
getValueCount() - Method in interface net.sourceforge.groboutils.pmti.v1.IListAttribute
 
getValueCount() - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.AbstractEditableListAttribute
 
getValueCount() - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.DefaultListAttribute
 
getValueTypes() - Method in interface net.sourceforge.groboutils.pmti.v1.IAttributeInfo
Returns a list of the acceptable types (baseclasses and interfaces) for the values stored with this attribute.
getValueTypes() - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.DefaultAttributeInfo
Returns a list of the acceptable types (baseclasses and interfaces) for the values stored with this attribute.
getValues() - Method in interface net.sourceforge.groboutils.pmti.v1.IListAttribute
A synonym for getValue(), but redefined here to explicitly declare the returned type.
getValues() - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.AbstractEditableListAttribute
A synonym for getValue(), but redefined here to explicitly declare the returned type.
getValues() - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.DefaultListAttribute
A synonym for getValue(), but redefined here to explicitly declare the returned type.
getWarnings() - Method in class net.sourceforge.groboutils.junit.v1.parser.TestClassCreator
Retrieve all warnings generated during the introspection of the class, or test creation.
getWarnings() - Method in class net.sourceforge.groboutils.junit.v1.parser.TestClassParser
Retrieve all warnings generated during the introspection of the class, or test creation.
getWheelRotation() - Method in class net.sourceforge.groboutils.uicapture.v1.event.MouseWheelCaptureEvent
 
getWindow() - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindow
 
getX() - Method in class net.sourceforge.groboutils.uicapture.v1.event.MouseMovedCaptureEvent
 
getY() - Method in class net.sourceforge.groboutils.uicapture.v1.event.MouseMovedCaptureEvent
 

H

HashCache - class net.sourceforge.groboutils.util.datastruct.v1.HashCache.
Stores objects that are created via a unique key in a limited-sized cache.
HashCache(HashCache.ObjectManager, int) - Constructor for class net.sourceforge.groboutils.util.datastruct.v1.HashCache
Create a new HashCache.
HashCache.ObjectManager - interface net.sourceforge.groboutils.util.datastruct.v1.HashCache.ObjectManager.
An interface which needs to be implemented and given to the cache in order to create new instances.
HashtableInputStreamGenerator - class net.sourceforge.groboutils.util.io.v1.HashtableInputStreamGenerator.
A type of class which can generate a new InputStream based on a entry in a Hashtable.
HashtableInputStreamGenerator(Hashtable) - Constructor for class net.sourceforge.groboutils.util.io.v1.HashtableInputStreamGenerator
Accepts the name of the 1st file loaded.
handleException(Throwable) - Method in class net.sourceforge.groboutils.uicapture.v1.javamaker.JavaMaker
 
hasCorrectProtection(Constructor, int) - Static method in class net.sourceforge.groboutils.junit.v1.AssertConstructor
 
hasNext() - Method in class net.sourceforge.groboutils.util.classes.v1.SPILoader
Discovers if there is another provider class instance to load.
hasShortDescriptionChanged() - Method in interface net.sourceforge.groboutils.pmti.v1.IEditableIssue
 
hasShortDescriptionChanged() - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.AbstractEditableIssue
 
hasStateChanged() - Method in interface net.sourceforge.groboutils.pmti.v1.IEditableIssue
 
hasStateChanged() - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.AbstractEditableIssue
 
hasValueChanged() - Method in interface net.sourceforge.groboutils.pmti.v1.IEditableAttribute
 
hasValueChanged() - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.AbstractEditableAttribute
 
hasValueChanged() - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.AbstractEditableListAttribute
 
hashCode() - Method in class net.sourceforge.groboutils.autodoc.v1.testserver.DefaultTestInfo
 
hashCode() - Method in interface net.sourceforge.groboutils.autodoc.v1.testserver.TestInfo
 
hashCode() - Method in class net.sourceforge.groboutils.codecoverage.v2.datastore.MarkRecord
 
hashCode() - Method in class net.sourceforge.groboutils.codecoverage.v2.logger.DefaultChannelLogRecord
 
hide() - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindow
Hides the glass pane, and stops all input event capturing.
hide() - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindowUI
 

I

IAllowCapturePassThroughListener - interface net.sourceforge.groboutils.uicapture.v1.event.IAllowCapturePassThroughListener.
A listener which becomes aware of all low-level user interaction, and when they occured.
IAnalysisMetaData - interface net.sourceforge.groboutils.codecoverage.v2.IAnalysisMetaData.
Contains data necessary for storing the meta-data associated with a specific marked bytecode instruction.
IAnalysisModule - interface net.sourceforge.groboutils.codecoverage.v2.IAnalysisModule.
Processes a method for coverage analysis.
IAttribute - interface net.sourceforge.groboutils.pmti.v1.IAttribute.
A simple name-value association for a specific kind of issue attribute.
IAttributeInfo - interface net.sourceforge.groboutils.pmti.v1.IAttributeInfo.
Describes a particular attribute.
IAttributeSet - interface net.sourceforge.groboutils.pmti.v1.IAttributeSet.
Contains a queryable set of attribute name-value pairs associated with issue types.
IAutoDocSet - interface net.sourceforge.groboutils.autodoc.v1.defimpl.IAutoDocSet.
Defines an AutoDoc element that contains a set of delegated-to sub-elements.
ICaptureListener - interface net.sourceforge.groboutils.uicapture.v1.event.ICaptureListener.
A listener which becomes aware of all low-level user interaction, and when they occured.
IChainableException - interface net.sourceforge.groboutils.util.throwable.v1.IChainableException.
Marker interface to tell the ChainableExceptionHelper not to use this class's getCause method.
IChannelLogReader - interface net.sourceforge.groboutils.codecoverage.v2.IChannelLogReader.
Reads in all the records that were written to the corresponding logger via the "cover" method.
IChannelLogRecord - interface net.sourceforge.groboutils.codecoverage.v2.IChannelLogRecord.
Contains an individual record that was passed in a single "cover" method call.
IChannelLogger - interface net.sourceforge.groboutils.codecoverage.v2.IChannelLogger.
Logs a particular channel's instruction mark coverage.
IChannelLoggerFactory - interface net.sourceforge.groboutils.codecoverage.v2.IChannelLoggerFactory.
Creates a channel logger.
IClassChannelLogReader - interface net.sourceforge.groboutils.codecoverage.v2.IClassChannelLogReader.
Reads in all the records that were written to the corresponding logger via the "cover" method for a specific class.
IClassMetaDataReader - interface net.sourceforge.groboutils.codecoverage.v2.datastore.IClassMetaDataReader.
Knows how to read class meta-data from the repository.
IClassMetaDataWriter - interface net.sourceforge.groboutils.codecoverage.v2.datastore.IClassMetaDataWriter.
Knows how to store the meta-data in a repository.
ICoverageLoggerConst - interface net.sourceforge.groboutils.codecoverage.v2.logger.ICoverageLoggerConst.
Contains all the constants used by CoverageLogger.
ICxFactory - interface net.sourceforge.groboutils.junit.v1.iftc.ICxFactory.
An ICxFactory is an extension of ImplFactory that has provisions for cleaning up generated objects on test tear down.
IEditableAttribute - interface net.sourceforge.groboutils.pmti.v1.IEditableAttribute.
A simple name-value association for a specific kind of issue attribute.
IEditableAttributeSet - interface net.sourceforge.groboutils.pmti.v1.IEditableAttributeSet.
An editable form of an IAttributeSet.
IEditableIssue - interface net.sourceforge.groboutils.pmti.v1.IEditableIssue.
Allows for editing of an issue.
IEditableIssueState - interface net.sourceforge.groboutils.pmti.v1.IEditableIssueState.
An editable form of an issue's state.
IEditableListAttribute - interface net.sourceforge.groboutils.pmti.v1.IEditableListAttribute.
An editable list of values for a single attribute.
IFocusedWindowFinder - interface net.sourceforge.groboutils.uicapture.v1.IFocusedWindowFinder.
This interface defines a class which can discover the screen position for the native UI's currently focused window.
IInputStreamGenerator - interface net.sourceforge.groboutils.util.io.v1.IInputStreamGenerator.
A type of class which can generate a new InputStream based on just a partial name.
IIssue - interface net.sourceforge.groboutils.pmti.v1.IIssue.
Reflects an issue (or bug, or anomally report, or problem ticket) that is generic enough to be used by most problem tracker system.
IIssueRecord - interface net.sourceforge.groboutils.pmti.v1.itf.IIssueRecord.
Encapsulates all the data needed to reflect an issue reported by a testcase.
IIssueState - interface net.sourceforge.groboutils.pmti.v1.IIssueState.
Describes the state of an Issue.
IIssueTypeInfo - interface net.sourceforge.groboutils.pmti.v1.IIssueTypeInfo.
Information about the owning problem manager.
IListAttribute - interface net.sourceforge.groboutils.pmti.v1.IListAttribute.
A specialization of an attribute which contains a list of values.
IMetaDataReader - interface net.sourceforge.groboutils.codecoverage.v2.datastore.IMetaDataReader.
Knows how to read the meta-data in a repository.
IMetaDataWriter - interface net.sourceforge.groboutils.codecoverage.v2.datastore.IMetaDataWriter.
Knows how to store the meta-data in a repository.
IMethodCode - interface net.sourceforge.groboutils.codecoverage.v2.IMethodCode.
Contains the BCEL bytecode for a method, and provides helper methods for generating the marks for certain bytecode instructions.
INVOKE_METHOD_NAME - Static variable in interface net.sourceforge.groboutils.codecoverage.v2.logger.ICoverageLoggerConst
For generation of the classes, define some of the string constants here.
IOThreadRunner - class net.sourceforge.groboutils.util.thread.v1.IOThreadRunner.
Loops, reading from the input stream and writes to the output stream.
IOThreadRunner(InputStream, OutputStream) - Constructor for class net.sourceforge.groboutils.util.thread.v1.IOThreadRunner
Create a new ThreadRunner, re-routing is data into the os stream.
IOThreadRunner(LoopThread, InputStream, OutputStream) - Constructor for class net.sourceforge.groboutils.util.thread.v1.IOThreadRunner
Create a new ThreadRunner, re-routing is data into the os stream, but uses the initialization of the given LoopThread.
IObjectListener - interface net.sourceforge.groboutils.util.thread.v1.IObjectListener.
 
IParser - interface net.sourceforge.groboutils.pmti.v1.itf.parser.IParser.
Encapsulates all the data needed to reflect an issue reported by a testcase.
IParserCollator - interface net.sourceforge.groboutils.pmti.v1.itf.parser.IParserCollator.
Logic to extract parser parsed test-issue records.
IParserGenerator - interface net.sourceforge.groboutils.pmti.v1.itf.parser.IParserGenerator.
Generates a collection of parsers which know how to parse small sets of data into test records.
IProblemManager - interface net.sourceforge.groboutils.pmti.v1.IProblemManager.
The master class (generally a facade) responsible for interfacing the programmer with the Problem Management Tracker, implementing not only the query and change elements, but also enforcing the workflow logic associated with the underlying tracker.
IProblemManagerInfo - interface net.sourceforge.groboutils.pmti.v1.IProblemManagerInfo.
Information about the owning problem manager.
IReportGenerator - interface net.sourceforge.groboutils.codecoverage.v2.report.IReportGenerator.
Interface for all classes that generate reports of coverage data.
IScreenScraper - interface net.sourceforge.groboutils.uicapture.v1.IScreenScraper.
This interface defines a class which can save an Image to a file.
IScriptMaker - interface net.sourceforge.groboutils.uicapture.v1.IScriptMaker.
Implementors of this interface accept a collection of UI captured events as they relate to creating a play-back script.
ITFFactory - interface net.sourceforge.groboutils.pmti.v1.autodoc.v1.ITFFactory.
Creates the basic requirements for an ITF framework plugin for AutoDoc.
ITFJUnitListener - class net.sourceforge.groboutils.pmti.v1.autodoc.v1.ITFJUnitListener.
Listens to JUnit tests, and sends a report to the ITFServer via the ITFBootstrap.
ITFJUnitListener() - Constructor for class net.sourceforge.groboutils.pmti.v1.autodoc.v1.ITFJUnitListener
 
ITFJUnitListenerFactory - class net.sourceforge.groboutils.pmti.v1.autodoc.v1.ITFJUnitListenerFactory.
A factory which can create a specific type of TestListener.
ITFJUnitListenerFactory() - Constructor for class net.sourceforge.groboutils.pmti.v1.autodoc.v1.ITFJUnitListenerFactory
 
ITFMonitor - class net.sourceforge.groboutils.pmti.v1.autodoc.v1.ITFMonitor.
This implemenation of Monitor uses a Hashtable to store the test data.
ITFMonitor() - Constructor for class net.sourceforge.groboutils.pmti.v1.autodoc.v1.ITFMonitor
Default constructor.
ITFMonitor(Server, TestDataFactory) - Constructor for class net.sourceforge.groboutils.pmti.v1.autodoc.v1.ITFMonitor
Constructor for a Monitor requiring a reference to the Server which will receive the completed TestData structures, and a reference to a factory for creating new TestData instances for the particular framework this Monitor belongs to.
ITFMonitorFinder - class net.sourceforge.groboutils.pmti.v1.autodoc.v1.ITFMonitorFinder.
Acts as a factory and singleton store for the ITFMonitor.
ITFMonitorFinder() - Constructor for class net.sourceforge.groboutils.pmti.v1.autodoc.v1.ITFMonitorFinder
 
ITFReadProblemManager - class net.sourceforge.groboutils.pmti.v1.itf.ITFReadProblemManager.
A read-only ProblemManager for the ITF section of the PMTI framework.
ITFReadProblemManager(IParserGenerator) - Constructor for class net.sourceforge.groboutils.pmti.v1.itf.ITFReadProblemManager
 
ITFReadProblemManager(IParser) - Constructor for class net.sourceforge.groboutils.pmti.v1.itf.ITFReadProblemManager
 
ITFReadProblemManager(IParser[]) - Constructor for class net.sourceforge.groboutils.pmti.v1.itf.ITFReadProblemManager
 
ITFTestData - class net.sourceforge.groboutils.pmti.v1.autodoc.v1.ITFTestData.
An interface used to briefly describe a test and the gathered data associated for the test in a particular framework.
ITFTestData(TestInfo) - Constructor for class net.sourceforge.groboutils.pmti.v1.autodoc.v1.ITFTestData
 
ITestCreator - interface net.sourceforge.groboutils.junit.v1.parser.ITestCreator.
Interface that can create test objects based on a class and a method from within that class, using a specific method.
ITestIssueRecord - interface net.sourceforge.groboutils.pmti.v1.itf.ITestIssueRecord.
Encapsulates all the data that results from a issue record being associated with a testcase.
ITestIssueRecordCollator - interface net.sourceforge.groboutils.pmti.v1.itf.ITestIssueRecordCollator.
Logic to organize test-issue records into logically separated sets of records.
ITestIssueRecordSet - interface net.sourceforge.groboutils.pmti.v1.itf.ITestIssueRecordSet.
A collection of IIssueRecord instances.
ITestIssueRecordWriter - interface net.sourceforge.groboutils.pmti.v1.itf.ITestIssueRecordWriter.
Writes test-issues to some location.
ITestRecord - interface net.sourceforge.groboutils.pmti.v1.itf.ITestRecord.
Encapsulates all the data associated with a testcase and its results.
IThreadObjectListener - interface net.sourceforge.groboutils.util.thread.v1.IThreadObjectListener.
 
IUrlClassLoader - interface net.sourceforge.groboutils.util.classes.v1.IUrlClassLoader.
An interface for loading a specific class from a given URL (which is probably a Jar file).
IftcOrigCreator - class net.sourceforge.groboutils.junit.v1.parser.IftcOrigCreator.
Creates Interface test cases based on the original JUnit construction mechanism.
IftcOrigCreator(ImplFactory[]) - Constructor for class net.sourceforge.groboutils.junit.v1.parser.IftcOrigCreator
Default constructor.
ImmutableTestRecord - class net.sourceforge.groboutils.pmti.v1.itf.impl.ImmutableTestRecord.
Simple immutable implementation of ITestRecord.
ImmutableTestRecord(String, String, int, long, String[], String[], String) - Constructor for class net.sourceforge.groboutils.pmti.v1.itf.impl.ImmutableTestRecord
 
ImmutableTestRecord(ITestRecord) - Constructor for class net.sourceforge.groboutils.pmti.v1.itf.impl.ImmutableTestRecord
 
ImplFactory - interface net.sourceforge.groboutils.junit.v1.iftc.ImplFactory.
Allows for tests to be written on interfaces or abstract classes, by creating a specific instance of the interface or abstract class.
IntegrationTestCase - class net.sourceforge.groboutils.junit.v1.IntegrationTestCase.
A TestCase specific for Integration tests.
IntegrationTestCase(String) - Constructor for class net.sourceforge.groboutils.junit.v1.IntegrationTestCase
Standard JUnit format for test constructors (pre JUnit 3.8).
InterfaceTestCase - class net.sourceforge.groboutils.junit.v1.iftc.InterfaceTestCase.
A subclass of TestCase to ease the requirements of creating an interface test.
InterfaceTestCase(String, Class, ImplFactory) - Constructor for class net.sourceforge.groboutils.junit.v1.iftc.InterfaceTestCase
The standard constructor used by JUnit up to version 3.7.
InterfaceTestSuite - class net.sourceforge.groboutils.junit.v1.iftc.InterfaceTestSuite.
Allows for tests to be written on interfaces or abstract classes.
InterfaceTestSuite() - Constructor for class net.sourceforge.groboutils.junit.v1.iftc.InterfaceTestSuite
Constructs a TestSuite from the given class, and sets the initial set of creators.
InterfaceTestSuite(Class) - Constructor for class net.sourceforge.groboutils.junit.v1.iftc.InterfaceTestSuite
Constructs a TestSuite from the given class, and sets the initial set of creators.
InterfaceTestSuite(Class, ImplFactory) - Constructor for class net.sourceforge.groboutils.junit.v1.iftc.InterfaceTestSuite
Constructs a TestSuite from the given class, and sets the initial set of creators.
IssueRemovedException - exception net.sourceforge.groboutils.pmti.v1.IssueRemovedException.
General exception thrown by the Problem Manager if an unexpected circumstance occurs.
IssueRemovedException() - Constructor for class net.sourceforge.groboutils.pmti.v1.IssueRemovedException
 
IssueRemovedException(String) - Constructor for class net.sourceforge.groboutils.pmti.v1.IssueRemovedException
 
IssueRemovedException(Throwable) - Constructor for class net.sourceforge.groboutils.pmti.v1.IssueRemovedException
 
IssueRemovedException(Throwable, String) - Constructor for class net.sourceforge.groboutils.pmti.v1.IssueRemovedException
 
IssueRemovedException(String, Throwable) - Constructor for class net.sourceforge.groboutils.pmti.v1.IssueRemovedException
 
IssueTestIssueRecordCollator - class net.sourceforge.groboutils.pmti.v1.itf.impl.IssueTestIssueRecordCollator.
Collates the parsers' parsed records into record sets based on their containment in issue ID.
IssueTestIssueRecordCollator() - Constructor for class net.sourceforge.groboutils.pmti.v1.itf.impl.IssueTestIssueRecordCollator
 
info(Object) - Method in interface net.sourceforge.groboutils.autodoc.v1.AutoDocLog
 
info(Object[]) - Method in interface net.sourceforge.groboutils.autodoc.v1.AutoDocLog
 
info(Object, Throwable) - Method in interface net.sourceforge.groboutils.autodoc.v1.AutoDocLog
 
info(Object[], Throwable) - Method in interface net.sourceforge.groboutils.autodoc.v1.AutoDocLog
 
info(Object) - Method in class net.sourceforge.groboutils.autodoc.v1.defimpl.AutoDocLogSet
 
info(Object[]) - Method in class net.sourceforge.groboutils.autodoc.v1.defimpl.AutoDocLogSet
 
info(Object, Throwable) - Method in class net.sourceforge.groboutils.autodoc.v1.defimpl.AutoDocLogSet
 
info(Object[], Throwable) - Method in class net.sourceforge.groboutils.autodoc.v1.defimpl.AutoDocLogSet
 
info(Object) - Method in class net.sourceforge.groboutils.autodoc.v1.log4j.Log4jLog
 
info(Object[]) - Method in class net.sourceforge.groboutils.autodoc.v1.log4j.Log4jLog
 
info(Object, Throwable) - Method in class net.sourceforge.groboutils.autodoc.v1.log4j.Log4jLog
 
info(Object[], Throwable) - Method in class net.sourceforge.groboutils.autodoc.v1.log4j.Log4jLog
 
init(Properties) - Static method in class net.sourceforge.groboutils.codecoverage.v2.logger.CoverageLogger
Initializes or reinitializes the static logger object with a specific set of properties.
initBase() - Static method in class net.sourceforge.groboutils.codecoverage.v2.logger.CoverageLogger
Initializes or reinitializes the static logger object based on the logger property file, which will be used as the argument to init( Properties ).
initCause(Throwable) - Method in class net.sourceforge.groboutils.pmti.v1.ProblemManagerException
JDK 1.4 compatible method.
initCause(Throwable) - Method in class net.sourceforge.groboutils.util.throwable.v1.ChainableException
JDK 1.4 compatible method.
initCause(Throwable) - Method in class net.sourceforge.groboutils.util.throwable.v1.ChainableExceptionHelper
JDK 1.4 compatible method.
initCause(Throwable) - Method in interface net.sourceforge.groboutils.util.throwable.v1.IChainableException
JDK 1.4 compatible method.
initialize(Method) - Method in class net.sourceforge.groboutils.codecoverage.v2.module.BytecodeLineUtil
 
initialize(Object) - Method in interface net.sourceforge.groboutils.util.thread.v1.IThreadObjectListener
Initializes the listener when it is first created.
initialize(IObjectListener, SynchQueue) - Method in class net.sourceforge.groboutils.util.thread.v1.QueueThread
 
initializeDefaults() - Method in class net.sourceforge.groboutils.util.thread.v1.QueueThread
 
innerIsValidValue(Object) - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.AbstractEditableListAttribute
Simplified form of the value validation check.
isAlive() - Method in class net.sourceforge.groboutils.util.thread.v1.LoopThread
 
isAutosaveOn() - Method in class net.sourceforge.groboutils.util.io.v1.PropertyDatabase
Retrieves the auto-save setting.
isCaseInsensitive() - Method in class net.sourceforge.groboutils.util.io.v1.ExtensionFilenameFilter
 
isClosed() - Method in interface net.sourceforge.groboutils.pmti.v1.IIssueState
A broad category for the state - it means that the issue has been resolved, and the code is no longer open for changes based on this issue.
isClosed() - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.DefaultIssueState
A broad category for the state - it means that the issue has been resolved, and the code is no longer open for changes based on this issue.
isDaemon() - Method in class net.sourceforge.groboutils.util.thread.v1.LoopThread
 
isDone() - Method in class net.sourceforge.groboutils.junit.v1.TestRunnable
Returns the status of the owning MultiThreadedTestRunner instance: true means that the tests have completed (monitors may still be active), and false means that the tests are still running.
isEmpty() - Method in class net.sourceforge.groboutils.util.datastruct.v1.SynchQueue
Checks if the list is empty, by a simple, non-blocking check on the head element.
isGlassEnabled() - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindow
Retrieves the current glass enabled state.
isGlassEnabled() - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindowUI
Retrieves the current glass enabled state.
isInMetaMode() - Method in class net.sourceforge.groboutils.uicapture.v1.ScriptGenerator
 
isInheritedParameters(Constructor, Class[]) - Static method in class net.sourceforge.groboutils.junit.v1.AssertConstructor
 
isJarURL(String) - Method in class net.sourceforge.groboutils.util.classes.v1.jdk0.UrlClassLoader
 
isJdk2Compatible() - Method in class net.sourceforge.groboutils.util.classes.v1.ClassUtil
Checks if the current JVM version is 1.2 compatible.
isOpen() - Method in interface net.sourceforge.groboutils.pmti.v1.IIssueState
A broad category for the state - it means that the issue has not been resolved yet, and the code is still open for changes based on this issue.
isOpen() - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.DefaultIssueState
A broad category for the state - it means that the issue has not been resolved yet, and the code is still open for changes based on this issue.
isPaused() - Method in class net.sourceforge.groboutils.util.thread.v1.LoopThread
 
isProcessingObjects() - Method in class net.sourceforge.groboutils.util.thread.v1.QueueThread
 
isPublicTestMethod(Method) - Method in class net.sourceforge.groboutils.junit.v1.parser.TestClassParser
Asserts that the method is public, and that it is also a test method.
isReading() - Method in class net.sourceforge.groboutils.util.thread.v1.IOThreadRunner
 
isRunning() - Method in class net.sourceforge.groboutils.uicapture.v1.ScriptGenerator
 
isRunning() - Method in class net.sourceforge.groboutils.util.thread.v1.LoopThread
 
isTestMethod(Method) - Method in class net.sourceforge.groboutils.junit.v1.parser.TestClassParser
Test if method m is a test method, which means it accepts no parameters, returns void, and the name of the method begins with test.
isValidInstructionList(InstructionList) - Static method in class net.sourceforge.groboutils.codecoverage.v2.compiler.ModifiedInstructionList
 
isValidValue(Object) - Method in interface net.sourceforge.groboutils.pmti.v1.IEditableAttribute
Checks if the given value is a valid input value for the setValue( Object ) method.
isValidValue(Object) - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.AbstractEditableAttribute
 
isValidValue(Object) - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.AbstractEditableListAttribute
Specialization of the original purpose.

J

JUnit3_8Creator - class net.sourceforge.groboutils.junit.v1.parser.JUnit3_8Creator.
Emulates the JUnit 3.8+ construction mechanism.
JUnit3_8Creator() - Constructor for class net.sourceforge.groboutils.junit.v1.parser.JUnit3_8Creator
 
JUnitOrigCreator - class net.sourceforge.groboutils.junit.v1.parser.JUnitOrigCreator.
Emulates the construction mechanism for all JUnit versions.
JUnitOrigCreator() - Constructor for class net.sourceforge.groboutils.junit.v1.parser.JUnitOrigCreator
 
JUnitTestInfo - class net.sourceforge.groboutils.autodoc.v1.testserver.junit.JUnitTestInfo.
An implementation of TestInfo which is specific to JUnit.
JUnitTestInfo(Object) - Constructor for class net.sourceforge.groboutils.autodoc.v1.testserver.junit.JUnitTestInfo
Constructor which defines a test-info object based on a Test instance.
JUnitTestListener - class net.sourceforge.groboutils.autodoc.v1.testserver.junit.JUnitTestListener.
A helper class to interface between the test framework and JUnit's TestListener interface.
JUnitTestListener(MonitorFinder) - Constructor for class net.sourceforge.groboutils.autodoc.v1.testserver.junit.JUnitTestListener
 
JavaMaker - class net.sourceforge.groboutils.uicapture.v1.javamaker.JavaMaker.
Creates a Java playback sourcefile.
JavaMaker(File, String, String) - Constructor for class net.sourceforge.groboutils.uicapture.v1.javamaker.JavaMaker
 
JavaMaker(Writer, String, String) - Constructor for class net.sourceforge.groboutils.uicapture.v1.javamaker.JavaMaker
 
join() - Method in class net.sourceforge.groboutils.util.thread.v1.LoopThread
 
joinAnalysisModuleSet(AnalysisModuleSet) - Method in class net.sourceforge.groboutils.codecoverage.v2.datastore.AnalysisModuleSet
Join a module set to this set.
joinClassToUrl(String, String) - Method in class net.sourceforge.groboutils.util.classes.v1.jdk0.UrlClassLoader
Joins a classname to a URL.
joinThread(Thread, long) - Method in class net.sourceforge.groboutils.util.thread.v1.TimedProcess
 

K

KeyCaptureEvent - class net.sourceforge.groboutils.uicapture.v1.event.KeyCaptureEvent.
An event object which stores a capture event.
KeyCaptureEvent(int, KeyEvent) - Constructor for class net.sourceforge.groboutils.uicapture.v1.event.KeyCaptureEvent
 
KeyCaptureEvent(int, int) - Constructor for class net.sourceforge.groboutils.uicapture.v1.event.KeyCaptureEvent
 
KeyPressedCaptureEvent - class net.sourceforge.groboutils.uicapture.v1.event.KeyPressedCaptureEvent.
An event object which stores a capture event.
KeyPressedCaptureEvent(KeyEvent) - Constructor for class net.sourceforge.groboutils.uicapture.v1.event.KeyPressedCaptureEvent
 
KeyPressedCaptureEvent(int) - Constructor for class net.sourceforge.groboutils.uicapture.v1.event.KeyPressedCaptureEvent
 
KeyReleasedCaptureEvent - class net.sourceforge.groboutils.uicapture.v1.event.KeyReleasedCaptureEvent.
An event object which stores a capture event.
KeyReleasedCaptureEvent(KeyEvent) - Constructor for class net.sourceforge.groboutils.uicapture.v1.event.KeyReleasedCaptureEvent
 
KeyReleasedCaptureEvent(int) - Constructor for class net.sourceforge.groboutils.uicapture.v1.event.KeyReleasedCaptureEvent
 
keyPressed(KeyPressedCaptureEvent) - Method in class net.sourceforge.groboutils.uicapture.v1.ScriptGenerator
If a subclass overrides this method, it must first check if meta-mode is enabled, and invoke the super's version of this method at the very end (right before leaving the method).
keyPressed(KeyEvent) - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindow
 
keyPressed(KeyPressedCaptureEvent) - Method in class net.sourceforge.groboutils.uicapture.v1.event.CaptureAdapter
 
keyPressed(KeyPressedCaptureEvent) - Method in interface net.sourceforge.groboutils.uicapture.v1.event.ICaptureListener
 
keyReleased(KeyReleasedCaptureEvent) - Method in class net.sourceforge.groboutils.uicapture.v1.ScriptGenerator
If a subclass overrides this method, it must first check if meta-mode is enabled, and invoke the super's version of this method at the very end (right before leaving the method).
keyReleased(KeyEvent) - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindow
 
keyReleased(KeyReleasedCaptureEvent) - Method in class net.sourceforge.groboutils.uicapture.v1.event.CaptureAdapter
 
keyReleased(KeyReleasedCaptureEvent) - Method in interface net.sourceforge.groboutils.uicapture.v1.event.ICaptureListener
 
keyTyped(KeyEvent) - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindow
 
killRunnable(Runnable, Thread) - Method in interface net.sourceforge.groboutils.util.thread.v1.TimedProcess.RunnableKiller
 

L

LOG - Static variable in class net.sourceforge.groboutils.junit.v1.TestRunnable
 
LineCountMeasure - class net.sourceforge.groboutils.codecoverage.v2.module.LineCountMeasure.
Processes methods for line-count coverage analysis.
LineCountMeasure() - Constructor for class net.sourceforge.groboutils.codecoverage.v2.module.LineCountMeasure
 
Log4jLog - class net.sourceforge.groboutils.autodoc.v1.log4j.Log4jLog.
An interface for logging.
Log4jLog(Class) - Constructor for class net.sourceforge.groboutils.autodoc.v1.log4j.Log4jLog
Standard constructor - uses the Logger based on the given class.
Log4jLog(Logger) - Constructor for class net.sourceforge.groboutils.autodoc.v1.log4j.Log4jLog
Create a log interface based on the given Apache Logger.
Log4jLogFactory - class net.sourceforge.groboutils.autodoc.v1.log4j.Log4jLogFactory.
An interface which defines the kinds of classes which should be loaded for the AutoDoc entry point.
Log4jLogFactory() - Constructor for class net.sourceforge.groboutils.autodoc.v1.log4j.Log4jLogFactory
Required default constructor.
LogFileServer - class net.sourceforge.groboutils.pmti.v1.autodoc.v1.server.LogFileServer.
An interface which corresponds to a part of the framework that knows how to deal with the framework's TestData.
LogFileServer(File) - Constructor for class net.sourceforge.groboutils.pmti.v1.autodoc.v1.server.LogFileServer
 
LogTP - class net.sourceforge.groboutils.tp.v1.log.LogTP.
Test Procedure entry point.
LogTP(String, Class) - Constructor for class net.sourceforge.groboutils.tp.v1.log.LogTP
 
LogTPFactory - class net.sourceforge.groboutils.tp.v1.log.LogTPFactory.
Test Procedure entry point.
LogTPFactory() - Constructor for class net.sourceforge.groboutils.tp.v1.log.LogTPFactory
 
LoopThread - class net.sourceforge.groboutils.util.thread.v1.LoopThread.
For threads which loop endlessly (which is a common thing), this class implements the pause, start, and stop routines since JDK 1.2 deprecated theirs.
LoopThread() - Constructor for class net.sourceforge.groboutils.util.thread.v1.LoopThread
Used in case the implementing class needs to postpone initialization until after the LoopThread construction.
LoopThread(Runnable) - Constructor for class net.sourceforge.groboutils.util.thread.v1.LoopThread
 
LoopThread(Runnable, String) - Constructor for class net.sourceforge.groboutils.util.thread.v1.LoopThread
 
LoopThread(Runnable, ThreadGroup) - Constructor for class net.sourceforge.groboutils.util.thread.v1.LoopThread
 
LoopThread(Runnable, ThreadGroup, String) - Constructor for class net.sourceforge.groboutils.util.thread.v1.LoopThread
 
loadClass(String) - Method in class net.sourceforge.groboutils.util.classes.v1.ClassLoadHelper
Loads a class with the given name, using the correct ClassLoader.
loadClass(String, String) - Method in class net.sourceforge.groboutils.util.classes.v1.ClassUtil
Attempts to load the class from the current classpath if baseJar is null, or from the appropriate class loader if it is not null.
loadClass(String, String) - Method in interface net.sourceforge.groboutils.util.classes.v1.IUrlClassLoader
Load the given class from the given URL.
loadClass(String, boolean) - Method in class net.sourceforge.groboutils.util.classes.v1.jdk0.ArrayClassLoader
 
loadClass(String, String) - Method in class net.sourceforge.groboutils.util.classes.v1.jdk0.UrlClassLoader
Load the given class from the given URL.
loadClass(String, String) - Method in class net.sourceforge.groboutils.util.classes.v1.jdk2.UrlClassLoader
Load the given class from the given URL.
loadFromFactory(AutoDocFactory) - Method in class net.sourceforge.groboutils.autodoc.v1.AutoDoc
Adds to all inner instances from the given factory.
loadInstances() - Method in class net.sourceforge.groboutils.autodoc.v1.AutoDoc
Loads all class
loadListeners(TestListenerFactory) - Method in class net.sourceforge.groboutils.autodoc.v1.junit.AutoDocJUnitListener
Creates the listener from the factory, and adds it to the inner list.
loadParser(IParser) - Method in class net.sourceforge.groboutils.pmti.v1.itf.ITFReadProblemManager
 
loadTestSuite(Class, TestClassCreator) - Method in class net.sourceforge.groboutils.junit.v1.iftc.InterfaceTestSuite
Load all the tests and warnings from the class and the creator type into this instance's suite of tests.
loadTestSuites() - Method in class net.sourceforge.groboutils.junit.v1.iftc.InterfaceTestSuite
Load all the tests from the cache of classes and factories.
loadUserProperties() - Method in class net.sourceforge.groboutils.util.io.v1.PropertyDatabase
 

M

MILLI_IN_SECOND - Static variable in class net.sourceforge.groboutils.util.thread.v1.LoopThread
 
MONITOR_PROPERTY_NAME - Static variable in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.ITFMonitorFinder
 
MULTIPLES_OK - Static variable in class net.sourceforge.groboutils.util.classes.v1.AbstractMultipleStore
 
MarkRecord - class net.sourceforge.groboutils.codecoverage.v2.datastore.MarkRecord.
Contains data associated with an analysis module's bytecode instruction mark.
MarkRecord(IAnalysisMetaData, String, String, short) - Constructor for class net.sourceforge.groboutils.codecoverage.v2.datastore.MarkRecord
 
MarkedInstruction - class net.sourceforge.groboutils.codecoverage.v2.compiler.MarkedInstruction.
Contains one original method instruction, along with all the analysis module marks for this instruction.
MimeInputStream - class net.sourceforge.groboutils.util.io.v1.MimeInputStream.
java.io.FilterInputStream implementation for Mime base 64.
MimeInputStream(InputStream) - Constructor for class net.sourceforge.groboutils.util.io.v1.MimeInputStream
Constructor!
MimeOutputStream - class net.sourceforge.groboutils.util.io.v1.MimeOutputStream.
java.io.FilterOutputStream implementation for Mime base 64.
MimeOutputStream(OutputStream) - Constructor for class net.sourceforge.groboutils.util.io.v1.MimeOutputStream
Constructor!
ModifiedClass - class net.sourceforge.groboutils.codecoverage.v2.compiler.ModifiedClass.
Refers to a class file that has been modified with additional logging statements.
ModifiedClass(String, byte[]) - Constructor for class net.sourceforge.groboutils.codecoverage.v2.compiler.ModifiedClass
Uses the default settings for the ParseCoverageLogger during the creation of the modified class.
ModifiedClass(ParseCoverageLogger, String, byte[]) - Constructor for class net.sourceforge.groboutils.codecoverage.v2.compiler.ModifiedClass
 
ModifiedInstructionList - class net.sourceforge.groboutils.codecoverage.v2.compiler.ModifiedInstructionList.
Refers to a class file that has been modified with additional logging statements.
ModifiedMethod - class net.sourceforge.groboutils.codecoverage.v2.compiler.ModifiedMethod.
Refers to a class file that has been modified with additional logging statements.
Monitor - interface net.sourceforge.groboutils.autodoc.v1.testserver.Monitor.
Monitors the state of multiple tests through the creation, retrieval, and sending to a server of the TestData for a specific test.
MonitorFinder - interface net.sourceforge.groboutils.autodoc.v1.testserver.MonitorFinder.
Generic interface in charge of discovering a specific pseudo-singleton type of Monitor.
MouseButtonCaptureEvent - class net.sourceforge.groboutils.uicapture.v1.event.MouseButtonCaptureEvent.
An event object which stores a capture event.
MouseButtonCaptureEvent(int, MouseEvent) - Constructor for class net.sourceforge.groboutils.uicapture.v1.event.MouseButtonCaptureEvent
 
MouseButtonCaptureEvent(int, int) - Constructor for class net.sourceforge.groboutils.uicapture.v1.event.MouseButtonCaptureEvent
 
MouseCaptureEvent - class net.sourceforge.groboutils.uicapture.v1.event.MouseCaptureEvent.
An event object which stores a capture event.
MouseCaptureEvent(int, MouseEvent) - Constructor for class net.sourceforge.groboutils.uicapture.v1.event.MouseCaptureEvent
 
MouseCaptureEvent(int) - Constructor for class net.sourceforge.groboutils.uicapture.v1.event.MouseCaptureEvent
 
MouseMovedCaptureEvent - class net.sourceforge.groboutils.uicapture.v1.event.MouseMovedCaptureEvent.
An event object which stores a capture event.
MouseMovedCaptureEvent(MouseEvent) - Constructor for class net.sourceforge.groboutils.uicapture.v1.event.MouseMovedCaptureEvent
 
MouseMovedCaptureEvent(int, int) - Constructor for class net.sourceforge.groboutils.uicapture.v1.event.MouseMovedCaptureEvent
 
MousePressedCaptureEvent - class net.sourceforge.groboutils.uicapture.v1.event.MousePressedCaptureEvent.
An event object which stores a capture event.
MousePressedCaptureEvent(MouseEvent) - Constructor for class net.sourceforge.groboutils.uicapture.v1.event.MousePressedCaptureEvent
 
MousePressedCaptureEvent(int) - Constructor for class net.sourceforge.groboutils.uicapture.v1.event.MousePressedCaptureEvent
 
MouseReleasedCaptureEvent - class net.sourceforge.groboutils.uicapture.v1.event.MouseReleasedCaptureEvent.
An event object which stores a capture event.
MouseReleasedCaptureEvent(MouseEvent) - Constructor for class net.sourceforge.groboutils.uicapture.v1.event.MouseReleasedCaptureEvent
 
MouseReleasedCaptureEvent(int) - Constructor for class net.sourceforge.groboutils.uicapture.v1.event.MouseReleasedCaptureEvent
 
MouseWheelCaptureEvent - class net.sourceforge.groboutils.uicapture.v1.event.MouseWheelCaptureEvent.
An event object which stores a capture event.
MouseWheelCaptureEvent(MouseWheelEvent) - Constructor for class net.sourceforge.groboutils.uicapture.v1.event.MouseWheelCaptureEvent
 
MouseWheelCaptureEvent(int) - Constructor for class net.sourceforge.groboutils.uicapture.v1.event.MouseWheelCaptureEvent
 
MultiThreadedTestRunner - class net.sourceforge.groboutils.junit.v1.MultiThreadedTestRunner.
A framework which allows for an array of tests to be run asynchronously.
MultiThreadedTestRunner(TestRunnable[]) - Constructor for class net.sourceforge.groboutils.junit.v1.MultiThreadedTestRunner
Create a new utility instance with the given set of parallel runners.
MultiThreadedTestRunner(TestRunnable[], TestRunnable[]) - Constructor for class net.sourceforge.groboutils.junit.v1.MultiThreadedTestRunner
Create a new utility instance with the given set of parallel runners and a set of monitors.
MultiThreadedTestRunner.TestDeathException - exception net.sourceforge.groboutils.junit.v1.MultiThreadedTestRunner.TestDeathException.
An exception that declares that the test has been stop()ed.
markInstruction(int, IAnalysisMetaData) - Method in interface net.sourceforge.groboutils.codecoverage.v2.IMethodCode
Marks an instruction for coverage analysis.
markInstruction(int, IAnalysisMetaData) - Method in class net.sourceforge.groboutils.codecoverage.v2.compiler.DefaultMethodCode
Marks an instruction for coverage analysis.
matches(String, File) - Method in class net.sourceforge.groboutils.util.io.v1.ExtensionFilenameFilter
Tests if the given file matches the list of extensions.
maximize() - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindowUI
Enlarge the window to the size of the screen.
metaKeyPressed(KeyPressedCaptureEvent) - Method in class net.sourceforge.groboutils.uicapture.v1.ScriptGenerator
Performs a meta-mode action when this event is caught and the generator is in meta-mode.
metaKeyReleased(KeyReleasedCaptureEvent) - Method in class net.sourceforge.groboutils.uicapture.v1.ScriptGenerator
Performs a meta-mode action when this event is caught and the generator is in meta-mode.
metaMouseMoved(MouseMovedCaptureEvent) - Method in class net.sourceforge.groboutils.uicapture.v1.ScriptGenerator
Performs a meta-mode action when this event is caught and the generator is in meta-mode.
metaMousePressed(MousePressedCaptureEvent) - Method in class net.sourceforge.groboutils.uicapture.v1.ScriptGenerator
Performs a meta-mode action when this event is caught and the generator is in meta-mode.
metaMouseReleased(MouseReleasedCaptureEvent) - Method in class net.sourceforge.groboutils.uicapture.v1.ScriptGenerator
Performs a meta-mode action when this event is caught and the generator is in meta-mode.
metaMouseWheelMoved(MouseWheelCaptureEvent) - Method in class net.sourceforge.groboutils.uicapture.v1.ScriptGenerator
Performs a meta-mode action when this event is caught and the generator is in meta-mode.
mouseClicked(MouseEvent) - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindow
 
mouseDragged(MouseEvent) - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindow
 
mouseEntered(MouseEvent) - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindow
 
mouseExited(MouseEvent) - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindow
 
mouseMoved(MouseMovedCaptureEvent) - Method in class net.sourceforge.groboutils.uicapture.v1.ScriptGenerator
If a subclass overrides this method, it must first check if meta-mode is enabled, and invoke the super's version of this method at the very end (right before leaving the method).
mouseMoved(MouseEvent) - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindow
 
mouseMoved(MouseMovedCaptureEvent) - Method in class net.sourceforge.groboutils.uicapture.v1.event.CaptureAdapter
 
mouseMoved(MouseMovedCaptureEvent) - Method in interface net.sourceforge.groboutils.uicapture.v1.event.ICaptureListener
 
mousePressed(MousePressedCaptureEvent) - Method in class net.sourceforge.groboutils.uicapture.v1.ScriptGenerator
If a subclass overrides this method, it must first check if meta-mode is enabled, and invoke the super's version of this method at the very end (right before leaving the method).
mousePressed(MouseEvent) - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindow
 
mousePressed(MousePressedCaptureEvent) - Method in class net.sourceforge.groboutils.uicapture.v1.event.CaptureAdapter
 
mousePressed(MousePressedCaptureEvent) - Method in interface net.sourceforge.groboutils.uicapture.v1.event.ICaptureListener
 
mouseReleased(MouseReleasedCaptureEvent) - Method in class net.sourceforge.groboutils.uicapture.v1.ScriptGenerator
If a subclass overrides this method, it must first check if meta-mode is enabled, and invoke the super's version of this method at the very end (right before leaving the method).
mouseReleased(MouseEvent) - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindow
 
mouseReleased(MouseReleasedCaptureEvent) - Method in class net.sourceforge.groboutils.uicapture.v1.event.CaptureAdapter
 
mouseReleased(MouseReleasedCaptureEvent) - Method in interface net.sourceforge.groboutils.uicapture.v1.event.ICaptureListener
 
mouseWheelMoved(MouseWheelCaptureEvent) - Method in class net.sourceforge.groboutils.uicapture.v1.ScriptGenerator
If a subclass overrides this method, it must first check if meta-mode is enabled, and invoke the super's version of this method at the very end (right before leaving the method).
mouseWheelMoved(MouseWheelEvent) - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindow
 
mouseWheelMoved(MouseWheelCaptureEvent) - Method in class net.sourceforge.groboutils.uicapture.v1.event.CaptureAdapter
 
mouseWheelMoved(MouseWheelCaptureEvent) - Method in interface net.sourceforge.groboutils.uicapture.v1.event.ICaptureListener
 
moveMouse(int, int) - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindowController
Simulate a mouse movement.

N

NO_MULTIPLES_ERROR - Static variable in class net.sourceforge.groboutils.util.classes.v1.AbstractMultipleStore
 
NO_MULTIPLES_SILENT - Static variable in class net.sourceforge.groboutils.util.classes.v1.AbstractMultipleStore
 
NameTestIssueRecordCollator - class net.sourceforge.groboutils.pmti.v1.itf.impl.NameTestIssueRecordCollator.
Collates the parsers' parsed records into record sets based on their containment in test names.
NameTestIssueRecordCollator() - Constructor for class net.sourceforge.groboutils.pmti.v1.itf.impl.NameTestIssueRecordCollator
 
NoOpChannelLogger - class net.sourceforge.groboutils.codecoverage.v2.logger.NoOpChannelLogger.
Doesn't do any logging.
NoOpChannelLogger() - Constructor for class net.sourceforge.groboutils.codecoverage.v2.logger.NoOpChannelLogger
 
NoOpChannelLoggerFactory - class net.sourceforge.groboutils.codecoverage.v2.logger.NoOpChannelLoggerFactory.
The singleton invoked at runtime to log each marked bytecode instruction covered.
NoOpChannelLoggerFactory() - Constructor for class net.sourceforge.groboutils.codecoverage.v2.logger.NoOpChannelLoggerFactory
 
NoRegisteredComponentException - exception net.sourceforge.groboutils.util.datastruct.v1.NoRegisteredComponentException.
Exception which is generated when a request to get a component from a PathRegistry when the path/component has not been registered.
NoRegisteredComponentException() - Constructor for class net.sourceforge.groboutils.util.datastruct.v1.NoRegisteredComponentException
 
NoRegisteredComponentException(String) - Constructor for class net.sourceforge.groboutils.util.datastruct.v1.NoRegisteredComponentException
 
NullInstruction - class net.sourceforge.groboutils.codecoverage.v2.compiler.NullInstruction.
Refers to a non-existent instruction, which are at the end of the list.
NullInstruction() - Constructor for class net.sourceforge.groboutils.codecoverage.v2.compiler.NullInstruction
 
name() - Method in class net.sourceforge.groboutils.junit.v1.iftc.InterfaceTestCase
Ensure, for JUnit 3.7 support, that the original name() method is still supported.
net.sourceforge.groboutils.autodoc.v1 - package net.sourceforge.groboutils.autodoc.v1
Test Self-Documentation aid classes.
net.sourceforge.groboutils.autodoc.v1.defimpl - package net.sourceforge.groboutils.autodoc.v1.defimpl
Default implementation of the net.sourceforge.groboutils.autodoc.v1 interfaces and factories.
net.sourceforge.groboutils.autodoc.v1.junit - package net.sourceforge.groboutils.autodoc.v1.junit
Helper classes for integrating AutoDoc into JUnit and the Ant 1.4.1 JUnit task.
net.sourceforge.groboutils.autodoc.v1.log4j - package net.sourceforge.groboutils.autodoc.v1.log4j
 
net.sourceforge.groboutils.autodoc.v1.spi - package net.sourceforge.groboutils.autodoc.v1.spi
 
net.sourceforge.groboutils.autodoc.v1.testserver - package net.sourceforge.groboutils.autodoc.v1.testserver
Abstract framework to aid subcomponents of the AutoDoc facility to interact between the JUnit testing suite and a implementation-specific server, which receives corrolated events from the AutoDoc and JUnit systems.
net.sourceforge.groboutils.autodoc.v1.testserver.junit - package net.sourceforge.groboutils.autodoc.v1.testserver.junit
Helper abstract base classes to interact between the test server framework and JUnit.
net.sourceforge.groboutils.codecoverage.v2 - package net.sourceforge.groboutils.codecoverage.v2
This package contains all the standard interfaces for extending the code coverage framework.
net.sourceforge.groboutils.codecoverage.v2.ant - package net.sourceforge.groboutils.codecoverage.v2.ant
Ant interface for performing the code coverage tasks.
net.sourceforge.groboutils.codecoverage.v2.compiler - package net.sourceforge.groboutils.codecoverage.v2.compiler
Handles the post-compilation engine.
net.sourceforge.groboutils.codecoverage.v2.datastore - package net.sourceforge.groboutils.codecoverage.v2.datastore
Controls the meta-data access for post-compilation and report generation, and logging data.
net.sourceforge.groboutils.codecoverage.v2.logger - package net.sourceforge.groboutils.codecoverage.v2.logger
A minimal package that is included in the runtime execution environment.
net.sourceforge.groboutils.codecoverage.v2.module - package net.sourceforge.groboutils.codecoverage.v2.module
All analysis modules and their supporting classes.
net.sourceforge.groboutils.codecoverage.v2.report - package net.sourceforge.groboutils.codecoverage.v2.report
Generates reports on the coverage metrics.
net.sourceforge.groboutils.codecoverage.v2.util - package net.sourceforge.groboutils.codecoverage.v2.util
Standard utilities used by all the packages.
net.sourceforge.groboutils.junit.v1 - package net.sourceforge.groboutils.junit.v1
The GroboUtils JUnit Extention: classes to help in the creation and execution of JUnit tests.
net.sourceforge.groboutils.junit.v1.iftc - package net.sourceforge.groboutils.junit.v1.iftc
Classes to aid in testing interfaces, abstract classes, and base classes for "contract tests".
net.sourceforge.groboutils.junit.v1.parser - package net.sourceforge.groboutils.junit.v1.parser
The GroboUtils JUnit Extention: classes to help in the creation and execution of JUnit tests.
net.sourceforge.groboutils.pmti.v1 - package net.sourceforge.groboutils.pmti.v1
 
net.sourceforge.groboutils.pmti.v1.autodoc.v1 - package net.sourceforge.groboutils.pmti.v1.autodoc.v1
The Issue Traceability Framework and AutoDoc v1 integration classes framework for PMTI.
net.sourceforge.groboutils.pmti.v1.autodoc.v1.server - package net.sourceforge.groboutils.pmti.v1.autodoc.v1.server
Collection of server classes for the AutoDoc integration of the PMTI package (called officially "Issue Traceability Framework").
net.sourceforge.groboutils.pmti.v1.autodoc.v1.xml - package net.sourceforge.groboutils.pmti.v1.autodoc.v1.xml
 
net.sourceforge.groboutils.pmti.v1.defimpl - package net.sourceforge.groboutils.pmti.v1.defimpl
 
net.sourceforge.groboutils.pmti.v1.itf - package net.sourceforge.groboutils.pmti.v1.itf
The Issue Traceability Framework.
net.sourceforge.groboutils.pmti.v1.itf.impl - package net.sourceforge.groboutils.pmti.v1.itf.impl
 
net.sourceforge.groboutils.pmti.v1.itf.parser - package net.sourceforge.groboutils.pmti.v1.itf.parser
 
net.sourceforge.groboutils.tp.v1.log - package net.sourceforge.groboutils.tp.v1.log
 
net.sourceforge.groboutils.uicapture.v1 - package net.sourceforge.groboutils.uicapture.v1
A testing framework used for capturing a user's UI interaction, and for generating scripts which can automatically play back a captured interaction.
net.sourceforge.groboutils.uicapture.v1.event - package net.sourceforge.groboutils.uicapture.v1.event
 
net.sourceforge.groboutils.uicapture.v1.javamaker - package net.sourceforge.groboutils.uicapture.v1.javamaker
Generates Java source files for a captured UI play back.
net.sourceforge.groboutils.util.classes.v1 - package net.sourceforge.groboutils.util.classes.v1
Helps control class loading, so that it will work with the most efficient Jar / URL class loading based on your JVM.
net.sourceforge.groboutils.util.classes.v1.jdk0 - package net.sourceforge.groboutils.util.classes.v1.jdk0
 
net.sourceforge.groboutils.util.classes.v1.jdk2 - package net.sourceforge.groboutils.util.classes.v1.jdk2
 
net.sourceforge.groboutils.util.datastruct.v1 - package net.sourceforge.groboutils.util.datastruct.v1
Various unusual or very helpful data structures, written like the collections classes.
net.sourceforge.groboutils.util.io.v1 - package net.sourceforge.groboutils.util.io.v1
Utilities and Java I/O extentions to speed up development time of file and stream processing in your app.
net.sourceforge.groboutils.util.thread.v1 - package net.sourceforge.groboutils.util.thread.v1
A collection of classes to aid in speeding the development of threaded applications.
net.sourceforge.groboutils.util.throwable.v1 - package net.sourceforge.groboutils.util.throwable.v1
 
net.sourceforge.groboutils.util.xml.v1 - package net.sourceforge.groboutils.util.xml.v1
 
next() - Method in class net.sourceforge.groboutils.util.throwable.v1.ThrowableParser
 
next11() - Method in class net.sourceforge.groboutils.util.throwable.v1.ThrowableParser
 
next14() - Method in class net.sourceforge.groboutils.util.throwable.v1.ThrowableParser
 
nextProvier() - Method in class net.sourceforge.groboutils.util.classes.v1.SPILoader
Returns a new instance of the next class name.
nextRecord() - Method in interface net.sourceforge.groboutils.codecoverage.v2.IClassChannelLogReader
Reads the next record from the log.
nextRecord() - Method in class net.sourceforge.groboutils.codecoverage.v2.logger.DirectoryClassChannelLogReader
Reads the next record from the log.
nextRecord() - Method in class net.sourceforge.groboutils.codecoverage.v2.logger.EmptyClassChannelLogReader
Reads the next record from the log.
notValidStackTraceLine(String) - Method in class net.sourceforge.groboutils.util.throwable.v1.StackTraceLineParser
 

O

ObjectCache - class net.sourceforge.groboutils.util.datastruct.v1.ObjectCache.
An object cache which allows for objects to be added and removed.
ObjectCache() - Constructor for class net.sourceforge.groboutils.util.datastruct.v1.ObjectCache
Create a new ObjectCache without an object creator.
ObjectCache(int) - Constructor for class net.sourceforge.groboutils.util.datastruct.v1.ObjectCache
Create a new ObjectCache without an object creator, and sets the maximum number of objects to keep waiting in the cache.
ObjectCache(ObjectCache.ObjectCreator) - Constructor for class net.sourceforge.groboutils.util.datastruct.v1.ObjectCache
Create a new ObjectCache.
ObjectCache(Class) - Constructor for class net.sourceforge.groboutils.util.datastruct.v1.ObjectCache
Create a new ObjectCache.
ObjectCache(ObjectCache.ObjectCreator, int) - Constructor for class net.sourceforge.groboutils.util.datastruct.v1.ObjectCache
Create a new ObjectCache.
ObjectCache(Class, int) - Constructor for class net.sourceforge.groboutils.util.datastruct.v1.ObjectCache
Create a new ObjectCache.
ObjectCache(ObjectCache.ObjectCreator, int, boolean) - Constructor for class net.sourceforge.groboutils.util.datastruct.v1.ObjectCache
Create a new ObjectCache.
ObjectCache(Class, int, boolean) - Constructor for class net.sourceforge.groboutils.util.datastruct.v1.ObjectCache
Create a new ObjectCache.
ObjectCache.DefaultObjectCreator - class net.sourceforge.groboutils.util.datastruct.v1.ObjectCache.DefaultObjectCreator.
A default object creator - given a Class object, it attempts to create a new Object using the default constructor.
ObjectCache.DefaultObjectCreator(Class) - Constructor for class net.sourceforge.groboutils.util.datastruct.v1.ObjectCache.DefaultObjectCreator
Defines the class to create an instance in the creation method; the class must have a no-argument constructor for this class to work.
ObjectCache.ObjectCreator - interface net.sourceforge.groboutils.util.datastruct.v1.ObjectCache.ObjectCreator.
An interface which needs to be implemented and given to the cache in order to create new instances.
openOutput(TestData) - Method in class net.sourceforge.groboutils.autodoc.v1.testserver.AbstractWriterServer
Open a writer stream.
openOutput(TestData) - Method in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.server.AbstractAppendFileServer
Open a writer stream.
openOutput(TestData) - Method in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.server.AbstractNewFileServer
Open a writer stream.

P

PACKAGE - Static variable in class net.sourceforge.groboutils.junit.v1.AssertConstructor
Bit-mask that allows for the constructor to have package-private access.
PRIVATE - Static variable in class net.sourceforge.groboutils.junit.v1.AssertConstructor
Bit-mask that allows for the constructor to have private access.
PROTECTED - Static variable in class net.sourceforge.groboutils.junit.v1.AssertConstructor
Bit-mask that allows for the constructor to have protected access.
PUBLIC - Static variable in class net.sourceforge.groboutils.junit.v1.AssertConstructor
Bit-mask that allows for the constructor to have public access.
PackageSorter - class net.sourceforge.groboutils.codecoverage.v2.report.PackageSorter.
Sorts classes into packages.
PackageSorter() - Constructor for class net.sourceforge.groboutils.codecoverage.v2.report.PackageSorter
 
ParseCoverageLogger - class net.sourceforge.groboutils.codecoverage.v2.compiler.ParseCoverageLogger.
Parses the CoverageLogger class to discover the BCEL compatible invocation objects and names.
ParseCoverageLogger() - Constructor for class net.sourceforge.groboutils.codecoverage.v2.compiler.ParseCoverageLogger
Reference the default CoverageLogger for creation.
ParseCoverageLogger(Class, String) - Constructor for class net.sourceforge.groboutils.codecoverage.v2.compiler.ParseCoverageLogger
Discovers the method signature and accompanying information for a specific coverage logger to generate.
PathAlreadyRegisteredException - exception net.sourceforge.groboutils.util.datastruct.v1.PathAlreadyRegisteredException.
Exception which is generated when an attempt has been made to register a new path in a PathRegistry instance when it already has been registered.
PathAlreadyRegisteredException() - Constructor for class net.sourceforge.groboutils.util.datastruct.v1.PathAlreadyRegisteredException
 
PathAlreadyRegisteredException(String) - Constructor for class net.sourceforge.groboutils.util.datastruct.v1.PathAlreadyRegisteredException
 
PathRegistry - class net.sourceforge.groboutils.util.datastruct.v1.PathRegistry.
A path-tree registry for storing and retrieving objects.
PathRegistry(char, boolean) - Constructor for class net.sourceforge.groboutils.util.datastruct.v1.PathRegistry
Users must specify all variables without corresponding defaults.
PostCompileClass - class net.sourceforge.groboutils.codecoverage.v2.compiler.PostCompileClass.
This is the main entry-point for performing the post-compilation of class files.
PostCompileClass(IMetaDataWriter, IAnalysisModule[]) - Constructor for class net.sourceforge.groboutils.codecoverage.v2.compiler.PostCompileClass
 
PostCompileClass(ParseCoverageLogger, IMetaDataWriter, IAnalysisModule[]) - Constructor for class net.sourceforge.groboutils.codecoverage.v2.compiler.PostCompileClass
 
ProblemManagerException - exception net.sourceforge.groboutils.pmti.v1.ProblemManagerException.
General exception thrown by the Problem Manager if an unexpected circumstance occurs.
ProblemManagerException() - Constructor for class net.sourceforge.groboutils.pmti.v1.ProblemManagerException
 
ProblemManagerException(String) - Constructor for class net.sourceforge.groboutils.pmti.v1.ProblemManagerException
 
ProblemManagerException(Throwable) - Constructor for class net.sourceforge.groboutils.pmti.v1.ProblemManagerException
 
ProblemManagerException(Throwable, String) - Constructor for class net.sourceforge.groboutils.pmti.v1.ProblemManagerException
 
ProblemManagerException(String, Throwable) - Constructor for class net.sourceforge.groboutils.pmti.v1.ProblemManagerException
 
PropertyDatabase - class net.sourceforge.groboutils.util.io.v1.PropertyDatabase.
A database of property files.
PropertyDatabase() - Constructor for class net.sourceforge.groboutils.util.io.v1.PropertyDatabase
Default Constructor
PropertyDatabase(Locale) - Constructor for class net.sourceforge.groboutils.util.io.v1.PropertyDatabase
Specify the Locale to load the properties from.
paint(Graphics) - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindowUI
 
parse() - Method in class net.sourceforge.groboutils.pmti.v1.itf.parser.AbstractParser
Parse up the internal data into test issue records.
parse() - Method in interface net.sourceforge.groboutils.pmti.v1.itf.parser.IParser
Parse up the internal data into test issue records.
parseElement(Object) - Method in class net.sourceforge.groboutils.util.throwable.v1.StackTraceLineParser
We may not be in JDK 1.4 during compilation or runtime, but we can support it through reflection anyway.
parseLine(String) - Method in class net.sourceforge.groboutils.util.throwable.v1.StackTraceLineParser
 
parsePath(String) - Method in class net.sourceforge.groboutils.util.datastruct.v1.PathRegistry
Parses the given path into node elements.
parseThrowable(Throwable) - Method in class net.sourceforge.groboutils.util.throwable.v1.ThrowableParser
 
parseThrowableBuffer(Throwable) - Method in class net.sourceforge.groboutils.util.throwable.v1.ThrowableParser
 
peek() - Method in class net.sourceforge.groboutils.util.datastruct.v1.SynchQueue
Retrieves the top-level object from the list without removing it.
performEvent(Robot) - Method in class net.sourceforge.groboutils.uicapture.v1.event.CaptureEvent
Reenacts the event that this CaptureEvent represents underneath it all.
performEvent(Robot) - Method in class net.sourceforge.groboutils.uicapture.v1.event.KeyCaptureEvent
Ensures that the robot is not null.
performEvent(Robot) - Method in class net.sourceforge.groboutils.uicapture.v1.event.KeyPressedCaptureEvent
 
performEvent(Robot) - Method in class net.sourceforge.groboutils.uicapture.v1.event.KeyReleasedCaptureEvent
 
performEvent(Robot) - Method in class net.sourceforge.groboutils.uicapture.v1.event.MouseCaptureEvent
Ensure the Robot is not null.
performEvent(Robot) - Method in class net.sourceforge.groboutils.uicapture.v1.event.MouseMovedCaptureEvent
Reenacts the event that this CaptureEvent represents underneath it all.
performEvent(Robot) - Method in class net.sourceforge.groboutils.uicapture.v1.event.MousePressedCaptureEvent
Reenacts the event that this CaptureEvent represents underneath it all.
performEvent(Robot) - Method in class net.sourceforge.groboutils.uicapture.v1.event.MouseReleasedCaptureEvent
Reenacts the event that this CaptureEvent represents underneath it all.
performEvent(Robot) - Method in class net.sourceforge.groboutils.uicapture.v1.event.MouseWheelCaptureEvent
Reenacts the event that this CaptureEvent represents underneath it all.
postCompile(String, byte[], OutputStream) - Method in class net.sourceforge.groboutils.codecoverage.v2.compiler.PostCompileClass
Performs the post-compilation for the given class file for all the internal analysis modules, and will write the new class file to the given stream.
pressKey(int) - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindowController
Simulate a key press.
pressMouse(int) - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindowController
Simulate a mouse button press.
printStackTrace(PrintStream) - Method in class net.sourceforge.groboutils.pmti.v1.ProblemManagerException
For non-JDK 1.4 compatible VMs, this overrides the original behavior to describe the underlying cause.
printStackTrace(PrintWriter) - Method in class net.sourceforge.groboutils.pmti.v1.ProblemManagerException
For non-JDK 1.4 compatible VMs, this overrides the original behavior to describe the underlying cause.
printStackTrace(PrintStream) - Method in class net.sourceforge.groboutils.util.throwable.v1.ChainableException
For non-JDK 1.4 compatible VMs, this overrides the original behavior to describe the underlying cause.
printStackTrace(PrintWriter) - Method in class net.sourceforge.groboutils.util.throwable.v1.ChainableException
For non-JDK 1.4 compatible VMs, this overrides the original behavior to describe the underlying cause.
printStackTrace(PrintStream) - Method in class net.sourceforge.groboutils.util.throwable.v1.ChainableExceptionHelper
For non-JDK 1.4 compatible VMs, this overrides the original behavior to describe the underlying cause.
printStackTrace(PrintWriter) - Method in class net.sourceforge.groboutils.util.throwable.v1.ChainableExceptionHelper
For non-JDK 1.4 compatible VMs, this overrides the original behavior to describe the underlying cause.
printStackTrace(PrintStream) - Method in interface net.sourceforge.groboutils.util.throwable.v1.IChainableException
For non-JDK 1.4 compatible VMs, this overrides the original behavior to describe the underlying cause.
printStackTrace(PrintWriter) - Method in interface net.sourceforge.groboutils.util.throwable.v1.IChainableException
For non-JDK 1.4 compatible VMs, this overrides the original behavior to describe the underlying cause.
printStep(String, String, int) - Method in class net.sourceforge.groboutils.tp.v1.log.LogTP
 
processObject(Object) - Method in interface net.sourceforge.groboutils.util.thread.v1.IObjectListener
Called when a listen event is sent to this listener.
processRemaining() - Method in class net.sourceforge.groboutils.util.thread.v1.QueueThread
Process all elements in the queue until the queue is empty.
putBack(Object) - Method in class net.sourceforge.groboutils.util.datastruct.v1.ObjectCache
Adds an element to the end of the queue.

Q

QueueThread - class net.sourceforge.groboutils.util.thread.v1.QueueThread.
For threads which endlessly process events from a SynchQueue.
QueueThread(IObjectListener) - Constructor for class net.sourceforge.groboutils.util.thread.v1.QueueThread
 
QueueThread(IObjectListener, SynchQueue) - Constructor for class net.sourceforge.groboutils.util.thread.v1.QueueThread
 
QueueThread(IObjectListener, ThreadGroup) - Constructor for class net.sourceforge.groboutils.util.thread.v1.QueueThread
 
QueueThread(IObjectListener, SynchQueue, ThreadGroup) - Constructor for class net.sourceforge.groboutils.util.thread.v1.QueueThread
 
QueueThread(IObjectListener, String) - Constructor for class net.sourceforge.groboutils.util.thread.v1.QueueThread
 
QueueThread(IObjectListener, SynchQueue, String) - Constructor for class net.sourceforge.groboutils.util.thread.v1.QueueThread
 
QueueThread(IObjectListener, ThreadGroup, String) - Constructor for class net.sourceforge.groboutils.util.thread.v1.QueueThread
 
QueueThread(IObjectListener, SynchQueue, ThreadGroup, String) - Constructor for class net.sourceforge.groboutils.util.thread.v1.QueueThread
 

R

READ_TO_END_OF_STREAM - Static variable in class net.sourceforge.groboutils.util.io.v1.ReadByteStream
Read in an unlimited number of bytes.
READ_TO_END_OF_STREAM - Static variable in class net.sourceforge.groboutils.util.io.v1.ReadStringStream
Read in an unlimited number of bytes.
REASONABLE_TIME - Static variable in class net.sourceforge.groboutils.util.thread.v1.TimedProcess
 
ReadByteStream - class net.sourceforge.groboutils.util.io.v1.ReadByteStream.
Reads a byte array from a stream until the stream is finished.
ReadByteStream(InputStream) - Constructor for class net.sourceforge.groboutils.util.io.v1.ReadByteStream
Default constructor
ReadByteStream(InputStream, int, int) - Constructor for class net.sourceforge.groboutils.util.io.v1.ReadByteStream
 
ReadStringStream - class net.sourceforge.groboutils.util.io.v1.ReadStringStream.
Reads a byte array from a stream until the stream is finished.
ReadStringStream(Reader) - Constructor for class net.sourceforge.groboutils.util.io.v1.ReadStringStream
Create a new stream using the default parameters and the given reader.
ReadStringStream(Reader, int, int) - Constructor for class net.sourceforge.groboutils.util.io.v1.ReadStringStream
 
ResourceInputStreamGenerator - class net.sourceforge.groboutils.util.io.v1.ResourceInputStreamGenerator.
A type of class which can generate a new InputStream based on just a partial name.
ResourceInputStreamGenerator(String) - Constructor for class net.sourceforge.groboutils.util.io.v1.ResourceInputStreamGenerator
Accepts the name of the 1st file loaded.
reachedEOF() - Method in class net.sourceforge.groboutils.util.thread.v1.IOThreadRunner
Stop the reading and void out any exceptions.
read() - Method in class net.sourceforge.groboutils.util.io.v1.MimeInputStream
Write the specified byte, performing mime encoding.
readByteStream(InputStream) - Method in class net.sourceforge.groboutils.util.classes.v1.jdk0.UrlClassLoader
A re-implementation of net.groboclown.util.io.v1.ReadByteStream, to reduce the amount of inter-package dependencies.
readByteStream() - Method in class net.sourceforge.groboutils.util.io.v1.ReadByteStream
Read in the byte stream, using the current settings.
readByteStream(InputStream) - Static method in class net.sourceforge.groboutils.util.io.v1.ReadByteStream
Read in the byte stream.
readByteStream(InputStream, int, int) - Static method in class net.sourceforge.groboutils.util.io.v1.ReadByteStream
Read in the byte stream.
readClass(String) - Method in class net.sourceforge.groboutils.codecoverage.v2.datastore.DirClassMetaDataReader
Returns the class record for the class with this particular signature.
readClass(String) - Method in interface net.sourceforge.groboutils.codecoverage.v2.datastore.IClassMetaDataReader
Returns the class record for the class with this particular signature.
readStringStream() - Method in class net.sourceforge.groboutils.util.io.v1.ReadStringStream
Read in the byte stream, using the current settings.
readStringStream(Reader) - Static method in class net.sourceforge.groboutils.util.io.v1.ReadStringStream
Read in the byte stream.
readStringStream(Reader, int, int) - Static method in class net.sourceforge.groboutils.util.io.v1.ReadStringStream
Read in the stream to a String.
reflectExec(Object, String[], File) - Static method in class net.sourceforge.groboutils.util.thread.v1.BackgroundProcess
Attempts to invoke the JDK 1.3 exec method with the given dir.
register(String, Object, boolean, boolean) - Method in class net.sourceforge.groboutils.util.datastruct.v1.PathRegistry
Register the given object at the given path.
registerException(IOException) - Method in class net.sourceforge.groboutils.util.thread.v1.IOThreadRunner
Post an exception, and stop the reading.
releaseKey(int) - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindowController
Simulate a key release.
releaseMouse(int) - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindowController
Simulate a mouse button release.
reload() - Method in interface net.sourceforge.groboutils.pmti.v1.IIssue
Returns a new issue instance, containing the most up-to-date tracker information for this issue.
reload() - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.AbstractEditableIssue
 
reload() - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.AbstractIssue
Reloads all the data in this issue so that it reflects the most current tracker data possible.
remove(String) - Method in class net.sourceforge.groboutils.util.datastruct.v1.PathRegistry
Remove the object at the given path.
removeAll() - Method in class net.sourceforge.groboutils.util.datastruct.v1.SynchQueue
Removes all the current data in the queue.
removeCaptureListener(ICaptureListener) - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindow
Removes the given ICaptureListener from the inner list of input events recipients.
removeChild(PathRegistry.TreeNode, PathRegistry.TreeNode) - Method in class net.sourceforge.groboutils.util.datastruct.v1.PathRegistry
Find the sibling with the given node name part.
removeValue(Object) - Method in interface net.sourceforge.groboutils.pmti.v1.IEditableListAttribute
Does nothing if the value is not in the list of known values.
removeValue(Object) - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.AbstractEditableListAttribute
Does nothing if the value is not in the list of known values.
removeValue(String) - Method in class net.sourceforge.groboutils.util.io.v1.PropertyDatabase
Removes a value from the properties.
reset() - Method in class net.sourceforge.groboutils.junit.v1.SysPropertiesUtil
Resets the system properties to the way they were when this class was created.
resetOverflowCount() - Method in class net.sourceforge.groboutils.util.datastruct.v1.HashCache
Resets the overflow count metric.
resume() - Method in class net.sourceforge.groboutils.util.thread.v1.LoopThread
 
resumeThreads() - Method in class net.sourceforge.groboutils.util.thread.v1.ThreadPool
Resumes all threads.
retrieveTestData(TestInfo) - Method in class net.sourceforge.groboutils.autodoc.v1.testserver.DefaultMonitor
Retrieves the registered TestData instance for the info.
rotateMouseWheel(int) - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindowController
Simulate a mouse wheel rotation.
run() - Method in class net.sourceforge.groboutils.codecoverage.v2.logger.CacheDirChannelLogger
Called when the shutdown hook is called.
run(TestResult) - Method in class net.sourceforge.groboutils.junit.v1.SubTestTestCase
Runs the test case and collects the results in TestResult.
run() - Method in class net.sourceforge.groboutils.junit.v1.TestRunnable
Unable to make this a "final" method due to JDK 1.1 compatibility.
run() - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindowUI
Thread runner to keep the window in the front.
runMonitor() - Method in class net.sourceforge.groboutils.junit.v1.TestMonitorRunnable
Performs checks on the monitored object which is being subjected to parallel processing.
runTest() - Method in class net.sourceforge.groboutils.junit.v1.AssertTestFactory.InnerTest
 
runTest() - Method in class net.sourceforge.groboutils.junit.v1.TestMonitorRunnable
Performs all the necessary looping, end-of-threads, and interrupt checking.
runTest() - Method in class net.sourceforge.groboutils.junit.v1.TestRunnable
Performs the set of processing or checks on the object-under-test, which will be in parallel with other TestRunnable instances.
runTestRunnables() - Method in class net.sourceforge.groboutils.junit.v1.MultiThreadedTestRunner
Run each test given in a separate thread.
runTestRunnables(long) - Method in class net.sourceforge.groboutils.junit.v1.MultiThreadedTestRunner
Runs each test given in a separate thread.
runTimed(Runnable, long) - Method in class net.sourceforge.groboutils.util.thread.v1.TimedProcess
Runs the given process in a Thread.
runTimed(Runnable, long, TimedProcess.RunnableKiller) - Method in class net.sourceforge.groboutils.util.thread.v1.TimedProcess
Runs the given process in a Thread.

S

SPILoader - class net.sourceforge.groboutils.util.classes.v1.SPILoader.
Loads Service Provider Interface (SPI) classes from the given classloader (if any).
SPILoader(Class) - Constructor for class net.sourceforge.groboutils.util.classes.v1.SPILoader
Use the context (thread) classloader or the system class loader.
SPILoader(Class, ClassLoader) - Constructor for class net.sourceforge.groboutils.util.classes.v1.SPILoader
Create a new SPILoader, loading the service files from the given class loader classpath.
SPISingletonStore - class net.sourceforge.groboutils.util.classes.v1.SPISingletonStore.
Aids pluggable factories and related classes by being a central repository for storing SPI singletons, and creating means to load and change the singletons.
SPISingletonStore(Class, AbstractMultipleStore.AllowMultiplesAction) - Constructor for class net.sourceforge.groboutils.util.classes.v1.SPISingletonStore
Constructor specifying all the parameters for using a singleton in this framework.
ScriptGenerator - class net.sourceforge.groboutils.uicapture.v1.ScriptGenerator.
Listens to CaptureEvents, and converts these into script commands to the IScriptMaker.
ScriptGenerator(IScriptMaker, String) - Constructor for class net.sourceforge.groboutils.uicapture.v1.ScriptGenerator
Uses the Default version for the IScreenScraper and IFocusedWindowFinder.
ScriptGenerator(IScreenScraper, IFocusedWindowFinder, IScriptMaker, String) - Constructor for class net.sourceforge.groboutils.uicapture.v1.ScriptGenerator
Create using the given arguments to build the framework.
Server - interface net.sourceforge.groboutils.autodoc.v1.testserver.Server.
An interface which corresponds to a part of the framework that knows how to deal with the framework's TestData.
SingletonStore - class net.sourceforge.groboutils.util.classes.v1.SingletonStore.
Aids pluggable factories and related classes by being a central repository for storing a singleton, and creating means to load and change the singleton.
SingletonStore(Class, Class, String) - Constructor for class net.sourceforge.groboutils.util.classes.v1.SingletonStore
Constructor specifying all the parameters for using a singleton in this framework.
StackTraceLineParser - class net.sourceforge.groboutils.util.throwable.v1.StackTraceLineParser.
Encompasses the line on which a Stack Trace occurs.
StackTraceLineParser(String, String) - Constructor for class net.sourceforge.groboutils.util.throwable.v1.StackTraceLineParser
 
StackTraceLineParser(String, String, int) - Constructor for class net.sourceforge.groboutils.util.throwable.v1.StackTraceLineParser
 
StackTraceLineParser(Object) - Constructor for class net.sourceforge.groboutils.util.throwable.v1.StackTraceLineParser
Parses a JDK 1.4 StackTraceElement or a stack trace line.
StringCollator - Variable in class net.sourceforge.groboutils.codecoverage.v2.util.ChecksumUtil
 
SubTestTestCase - class net.sourceforge.groboutils.junit.v1.SubTestTestCase.
A TestCase which enables tests to run a subset of tests from an active test.
SubTestTestCase(String) - Constructor for class net.sourceforge.groboutils.junit.v1.SubTestTestCase
Creates a new test case with the given name.
SubTestTestCase() - Constructor for class net.sourceforge.groboutils.junit.v1.SubTestTestCase
Default constructor that uses the JUnit 3.8 version of setName() for setting the test's name.
SuiteTestIssueRecordCollator - class net.sourceforge.groboutils.pmti.v1.itf.impl.SuiteTestIssueRecordCollator.
Collates the parsers' parsed records into record sets based on their containment in test suites.
SuiteTestIssueRecordCollator() - Constructor for class net.sourceforge.groboutils.pmti.v1.itf.impl.SuiteTestIssueRecordCollator
 
SynchQueue - class net.sourceforge.groboutils.util.datastruct.v1.SynchQueue.
A Queue optimized for synchronized access.
SynchQueue() - Constructor for class net.sourceforge.groboutils.util.datastruct.v1.SynchQueue
Create a new Synchronized Queue with an empty list.
SysPropertiesUtil - class net.sourceforge.groboutils.junit.v1.SysPropertiesUtil.
Utility that allows for easy setting and reseting of System properties.
SysPropertiesUtil() - Constructor for class net.sourceforge.groboutils.junit.v1.SysPropertiesUtil
Each instance should be an instance variable for a test class, and it should be created in the setUp() method.
s_instance - Static variable in class net.sourceforge.groboutils.codecoverage.v2.util.ChecksumUtil
 
s_instance - Static variable in class net.sourceforge.groboutils.codecoverage.v2.util.ClassSignatureUtil
 
s_instance - Static variable in class net.sourceforge.groboutils.util.classes.v1.ClassUtil
Subclasses must instantiate themselves in this variable in their static initialization block, and overload the ClassUtil.getInstance() static method.
s_instance - Static variable in class net.sourceforge.groboutils.util.io.v1.FileUtils
 
s_instance - Static variable in class net.sourceforge.groboutils.util.thread.v1.TimedProcess
 
s_instance - Static variable in class net.sourceforge.groboutils.util.xml.v1.XMLUtil
 
saveFocusedWindow(String) - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindowController
Saves a picture of the underlying UI's focused window to a file.
saveScreen(String) - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindowController
Saves the entire screen to a file.
saveScreenImage(String, int, int, int, int) - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindowController
Saves the selected screen part to a file.
saveScreenImage(String, Rectangle) - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindowController
Saves the selected screen part to a file.
saveUserProperties() - Method in class net.sourceforge.groboutils.util.io.v1.PropertyDatabase
Saves the current user properties.
sendTestData(TestInfo) - Method in class net.sourceforge.groboutils.autodoc.v1.testserver.DefaultMonitor
Sends the TestData associated with info to the inner server, and removes the data from the inner cache.
sendTestData(TestInfo) - Method in interface net.sourceforge.groboutils.autodoc.v1.testserver.Monitor
Sends the TestData associated with info to the inner server, and removes the data from the inner cache.
sendTestDataToServer(TestData) - Method in class net.sourceforge.groboutils.autodoc.v1.testserver.DefaultMonitor
Sends off the test data to the server.
sendTestIssue(TestInfo, String) - Method in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.AutoDocITImpl
Send the 'testsIssue' call to the monitor.
setApplicationName(String) - Method in class net.sourceforge.groboutils.util.io.v1.PropertyDatabase
Set the application name and thus the corresponding directory that will store the user properties.
setAutosaveOn(boolean) - Method in class net.sourceforge.groboutils.util.io.v1.PropertyDatabase
Sets the current autosave setting.
setBackground(Image) - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindowUI
Update the background image.
setBooleanValue(String, boolean) - Method in class net.sourceforge.groboutils.util.io.v1.PropertyDatabase
Convenience function to convert a boolean value to a String property.
setByteValue(String, byte) - Method in class net.sourceforge.groboutils.util.io.v1.PropertyDatabase
Convenience function to convert a byte value to a String property.
setBytecodeSource(BytecodeSource) - Method in class net.sourceforge.groboutils.util.classes.v1.jdk0.ArrayClassLoader
Sets the reference to the original bytecode loader.
setCharValue(String, char) - Method in class net.sourceforge.groboutils.util.io.v1.PropertyDatabase
Convenience function to convert a char value to a String property.
setClassCreator(Class) - Method in class net.sourceforge.groboutils.util.datastruct.v1.ObjectCache
Creates a new DefaultObjectCreator based on the given class.
setCloseInputOnStop(boolean) - Method in class net.sourceforge.groboutils.util.thread.v1.IOThreadRunner
By setting this to true the runner will close the InputStream once a Stop signal has been encountered.
setCloseOutputOnStop(boolean) - Method in class net.sourceforge.groboutils.util.thread.v1.IOThreadRunner
By setting this to true the runner will close the OutputStream once a Stop signal has been encountered.
setDaemon(boolean) - Method in class net.sourceforge.groboutils.util.thread.v1.LoopThread
 
setDataDir(File) - Method in class net.sourceforge.groboutils.codecoverage.v2.ant.CoveragePostCompilerTask
Sets the directory in which all the data accumulated from the post compilation step will be placed.
setDataDir(File) - Method in class net.sourceforge.groboutils.codecoverage.v2.ant.CoverageReportTask
 
setDefaultSingleton() - Method in class net.sourceforge.groboutils.util.classes.v1.AbstractSingleStore
Sets the inner singleton to the default, which is an implementation specific method.
setDefaultSingleton() - Method in class net.sourceforge.groboutils.util.classes.v1.SingletonStore
Sets the inner singleton to the default, which pulls from the system property key.
setDepthThreshold(int) - Method in class net.sourceforge.groboutils.util.thread.v1.ThreadPool
 
setDoubleValue(String, double) - Method in class net.sourceforge.groboutils.util.io.v1.PropertyDatabase
Convenience function to convert a byte value to a String property.
setEndTime(long) - Method in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.ITFTestData
 
setErrors(String[]) - Method in class net.sourceforge.groboutils.pmti.v1.itf.impl.DefaultTestRecord
 
setFailOnError(boolean) - Method in class net.sourceforge.groboutils.codecoverage.v2.ant.CoverageReportTask
 
setFailures(String[]) - Method in class net.sourceforge.groboutils.pmti.v1.itf.impl.DefaultTestRecord
 
setFilePostfix(String) - Method in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.xml.XMLFileParserGenerator
Set the text that all XML Issue file names must end with.
setFilePrefix(String) - Method in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.xml.XMLFileParserGenerator
Set the text that all XML Issue file names must begin with.
setFinder(MonitorFinder) - Method in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.AutoDocITFactoryImpl
 
setFloatValue(String, float) - Method in class net.sourceforge.groboutils.util.io.v1.PropertyDatabase
Convenience function to convert a float value to a String property.
setGlassEnabled(boolean) - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindow
Sets the inner state for displaying the glass pane.
setGlassEnabled(boolean) - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindowUI
Sets the inner state for displaying the glass pane.
setInMetaMode(boolean) - Method in class net.sourceforge.groboutils.uicapture.v1.ScriptGenerator
 
setInputStream(InputStream) - Method in class net.sourceforge.groboutils.util.io.v1.ReadByteStream
Sets the internal input stream.
setIntValue(String, int) - Method in class net.sourceforge.groboutils.util.io.v1.PropertyDatabase
Convenience function to convert an int value to a String property.
setLog(Logger) - Method in class net.sourceforge.groboutils.autodoc.v1.log4j.Log4jLog
Sets the internal log instance.
setLog(String) - Method in class net.sourceforge.groboutils.pmti.v1.itf.impl.DefaultTestRecord
 
setLogDir(File) - Method in class net.sourceforge.groboutils.codecoverage.v2.ant.CoverageReportTask
 
setLongValue(String, long) - Method in class net.sourceforge.groboutils.util.io.v1.PropertyDatabase
Convenience function to convert a long value to a String property.
setMaxSize(int) - Method in class net.sourceforge.groboutils.util.datastruct.v1.ObjectCache
Resets the internal maximum number of objects that the cache can hold.
setMaximumThreadCount(int) - Method in class net.sourceforge.groboutils.util.thread.v1.ThreadPool
 
setMessage(String) - Method in class net.sourceforge.groboutils.junit.v1.AssertTestFactory.InnerTest
 
setMethod(String) - Method in class net.sourceforge.groboutils.autodoc.v1.testserver.DefaultTestInfo
 
setName(String) - Method in class net.sourceforge.groboutils.codecoverage.v2.ant.AnalysisModuleType
 
setName(String) - Method in class net.sourceforge.groboutils.junit.v1.AssertTestFactory
Sets the default test name.
setObjectCreator(ObjectCache.ObjectCreator) - Method in class net.sourceforge.groboutils.util.datastruct.v1.ObjectCache
Sets the internal cache-underflow Object creator.
setOutClassDir(File) - Method in class net.sourceforge.groboutils.codecoverage.v2.ant.CoveragePostCompilerTask
Sets the directory in which all the recompiled class files will be placed.
setOutDir(File) - Method in class net.sourceforge.groboutils.codecoverage.v2.ant.CoverageReportTask
 
setOutput(OutputStream) - Method in class net.sourceforge.groboutils.autodoc.v1.junit.AutoDocJUnitFormatter
Sets the stream the formatter is supposed to write its results to.
setOutput(PrintWriter) - Method in class net.sourceforge.groboutils.tp.v1.log.LogTP
 
setPWD(String[], File) - Static method in class net.sourceforge.groboutils.util.thread.v1.BackgroundProcess
Don't change env!
setPriority(int) - Method in class net.sourceforge.groboutils.util.thread.v1.LoopThread
 
setReader(Reader) - Method in class net.sourceforge.groboutils.util.io.v1.ReadStringStream
Sets the internal input stream.
setReportFileExtension(String) - Method in class net.sourceforge.groboutils.codecoverage.v2.ant.CoverageReportTask
 
setReportFilePrefix(String) - Method in class net.sourceforge.groboutils.codecoverage.v2.ant.CoverageReportTask
 
setRunnable(Runnable) - Method in class net.sourceforge.groboutils.util.thread.v1.LoopThread
Sets the runnable instance after construction.
setRuntime(long) - Method in class net.sourceforge.groboutils.pmti.v1.itf.impl.DefaultTestRecord
 
setSAXParser(Parser) - Method in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.xml.XMLFileParserGenerator
Sets the SAX 1.0 parser.
setShortDescription(String) - Method in interface net.sourceforge.groboutils.pmti.v1.IEditableIssue
 
setShortDescription(String) - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.AbstractEditableIssue
 
setShortValue(String, short) - Method in class net.sourceforge.groboutils.util.io.v1.PropertyDatabase
Convenience function to convert a short value to a String property.
setSingleton(Object) - Method in class net.sourceforge.groboutils.util.classes.v1.AbstractSingleStore
Sets the singleton.
setSingletonFromProperty(String) - Method in class net.sourceforge.groboutils.util.classes.v1.SingletonStore
Set the singleton to the class specified in the given system property; if the class is invalid, then the default singleton class will be used instead.
setSizes(int, int) - Method in class net.sourceforge.groboutils.util.io.v1.ReadByteStream
Sets the internal sizes.
setSizes(int, int) - Method in class net.sourceforge.groboutils.util.io.v1.ReadStringStream
Sets the internal sizes.
setSleepTime(int) - Method in class net.sourceforge.groboutils.util.thread.v1.LoopThread
Sets the sleep time in seconds.
setSleepTimeMillis(long) - Method in class net.sourceforge.groboutils.util.thread.v1.LoopThread
Sets the sleep time in milliseconds.
setStartTime(long) - Method in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.ITFTestData
 
setState(IIssueState) - Method in interface net.sourceforge.groboutils.pmti.v1.IEditableIssue
Sets the current state.
setState(IIssueState) - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.AbstractEditableIssue
Sets the current state.
setSuite(String) - Method in class net.sourceforge.groboutils.autodoc.v1.testserver.DefaultTestInfo
 
setSystemError(String) - Method in class net.sourceforge.groboutils.autodoc.v1.junit.AutoDocJUnitFormatter
This is what the test has written to System.err
setSystemOutput(String) - Method in class net.sourceforge.groboutils.autodoc.v1.junit.AutoDocJUnitFormatter
This is what the test has written to System.out
setTestCount(int) - Method in class net.sourceforge.groboutils.pmti.v1.itf.impl.DefaultTestRecord
 
setTestName(String) - Method in class net.sourceforge.groboutils.pmti.v1.itf.impl.DefaultTestRecord
 
setTestSuite(String) - Method in class net.sourceforge.groboutils.pmti.v1.itf.impl.DefaultTestRecord
 
setTimeout(long, int) - Method in class net.sourceforge.groboutils.util.thread.v1.QueueThread
Set the maximum time (in milliseconds and nanoseconds) to wait for an incoming element on the inner queue before checking for LoopThread.stop() and LoopThread.suspend() signals.
setTimeout(long) - Method in class net.sourceforge.groboutils.util.thread.v1.QueueThread
Set the maximum time (in milliseconds) to wait for an incoming element on the inner queue before checking for LoopThread.stop() and LoopThread.suspend() signals.
setTrace(PrintWriter) - Method in class net.sourceforge.groboutils.util.io.v1.PropertyDatabase
Sets the trace stream.
setUseClassInName(boolean) - Method in class net.sourceforge.groboutils.junit.v1.iftc.InterfaceTestCase
Sets whether the classname is put in the output or not.
setUseIndexWithName(boolean) - Method in class net.sourceforge.groboutils.junit.v1.AssertTestFactory
Sets whether each generated test will add a unique (for this instance) index to the test's name.
setUserPropertyFile(String) - Method in class net.sourceforge.groboutils.util.io.v1.PropertyDatabase
Set the user property file name exactly.
setValue(String, String) - Method in class net.sourceforge.groboutils.junit.v1.SysPropertiesUtil
Sets the system property.
setValue(Object) - Method in interface net.sourceforge.groboutils.pmti.v1.IEditableAttribute
 
setValue(Object) - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.AbstractEditableAttribute
 
setValue(Object) - Method in class net.sourceforge.groboutils.pmti.v1.defimpl.AbstractEditableListAttribute
This list version needs special handling for when the value is an array.
setValue(String, String) - Method in class net.sourceforge.groboutils.util.io.v1.PropertyDatabase
Sets the given value to the user properties.
setValueToDefault(String) - Method in class net.sourceforge.groboutils.util.io.v1.PropertyDatabase
Resets the user property to the resource bundle's default value.
setupInfo() - Method in class net.sourceforge.groboutils.pmti.v1.itf.ITFReadProblemManager
 
setupProcess(Process) - Method in class net.sourceforge.groboutils.util.thread.v1.BackgroundProcess
Initalize the process for internal use.
setupStep(String) - Method in interface net.sourceforge.groboutils.autodoc.v1.AutoDocTP
Defines a step which occurs during the test setup phase.
setupStep(String) - Method in class net.sourceforge.groboutils.autodoc.v1.defimpl.AutoDocTPSet
Defines a step which occurs during the test setup phase.
setupStep(String) - Method in class net.sourceforge.groboutils.tp.v1.log.LogTP
Defines a step which occurs during the test setup phase.
setupThread(Thread) - Method in class net.sourceforge.groboutils.util.thread.v1.TimedProcess
 
shouldDisplayCause() - Method in class net.sourceforge.groboutils.util.throwable.v1.ChainableExceptionHelper
 
show() - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindow
Shows the glass pane, and continues all input event capturing.
show() - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindowUI
 
simulateEvent(CaptureEvent) - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindow
Simulates the given captured event.
size() - Method in class net.sourceforge.groboutils.util.datastruct.v1.SynchQueue
 
skip(long) - Method in class net.sourceforge.groboutils.util.io.v1.MimeInputStream
Skips over and discards n bytes of data from the input stream.
sleep(long) - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindowController
Pause for a period of milliseconds.
softAssertEquals(String, Object, Object) - Method in class net.sourceforge.groboutils.junit.v1.IntegrationTestCase
Asserts that two objects are equal (.equals()).
softAssertEquals(Object, Object) - Method in class net.sourceforge.groboutils.junit.v1.IntegrationTestCase
Asserts that two objects are equal.
softAssertEquals(String, String, String) - Method in class net.sourceforge.groboutils.junit.v1.IntegrationTestCase
Asserts that two objects are equal.
softAssertEquals(String, String) - Method in class net.sourceforge.groboutils.junit.v1.IntegrationTestCase
Asserts that two objects are equal.
softAssertEquals(String, double, double, double) - Method in class net.sourceforge.groboutils.junit.v1.IntegrationTestCase
Asserts that two doubles are equal concerning a delta.
softAssertEquals(double, double, double) - Method in class net.sourceforge.groboutils.junit.v1.IntegrationTestCase
Asserts that two doubles are equal concerning a delta.
softAssertEquals(String, float, float, float) - Method in class net.sourceforge.groboutils.junit.v1.IntegrationTestCase
Asserts that two floats are equal concerning a delta.
softAssertEquals(float, float, float) - Method in class net.sourceforge.groboutils.junit.v1.IntegrationTestCase
Asserts that two floats are equal concerning a delta.
softAssertEquals(String, long, long) - Method in class net.sourceforge.groboutils.junit.v1.IntegrationTestCase
Asserts that two longs are equal.
softAssertEquals(long, long) - Method in class net.sourceforge.groboutils.junit.v1.IntegrationTestCase
Asserts that two longs are equal.
softAssertEquals(String, boolean, boolean) - Method in class net.sourceforge.groboutils.junit.v1.IntegrationTestCase
Asserts that two booleans are equal.
softAssertEquals(boolean, boolean) - Method in class net.sourceforge.groboutils.junit.v1.IntegrationTestCase
Asserts that two booleans are equal.
softAssertEquals(String, byte, byte) - Method in class net.sourceforge.groboutils.junit.v1.IntegrationTestCase
Asserts that two bytes are equal.
softAssertEquals(byte, byte) - Method in class net.sourceforge.groboutils.junit.v1.IntegrationTestCase
Asserts that two bytes are equal.
softAssertEquals(String, char, char) - Method in class net.sourceforge.groboutils.junit.v1.IntegrationTestCase
Asserts that two chars are equal.
softAssertEquals(char, char) - Method in class net.sourceforge.groboutils.junit.v1.IntegrationTestCase
Asserts that two chars are equal.
softAssertEquals(String, short, short) - Method in class net.sourceforge.groboutils.junit.v1.IntegrationTestCase
Asserts that two shorts are equal.
softAssertEquals(short, short) - Method in class net.sourceforge.groboutils.junit.v1.IntegrationTestCase
Asserts that two shorts are equal.
softAssertEquals(String, int, int) - Method in class net.sourceforge.groboutils.junit.v1.IntegrationTestCase
Asserts that two ints are equal.
softAssertEquals(int, int) - Method in class net.sourceforge.groboutils.junit.v1.IntegrationTestCase
Asserts that two ints are equal.
softAssertFalse(String, boolean) - Method in class net.sourceforge.groboutils.junit.v1.IntegrationTestCase
Asserts that a condtion is false.
softAssertFalse(boolean) - Method in class net.sourceforge.groboutils.junit.v1.IntegrationTestCase
Asserts that a condition is false.
softAssertNotNull(String, Object) - Method in class net.sourceforge.groboutils.junit.v1.IntegrationTestCase
Asserts that an object isn't null.
softAssertNotNull(Object) - Method in class net.sourceforge.groboutils.junit.v1.IntegrationTestCase
Asserts that an object isn't null.
softAssertNotSame(String, Object, Object) - Method in class net.sourceforge.groboutils.junit.v1.IntegrationTestCase
Asserts that two objects refer to the same object.
softAssertNotSame(Object, Object) - Method in class net.sourceforge.groboutils.junit.v1.IntegrationTestCase
Asserts that two objects refer to the same object.
softAssertNull(String, Object) - Method in class net.sourceforge.groboutils.junit.v1.IntegrationTestCase
Asserts that an object is null.
softAssertNull(Object) - Method in class net.sourceforge.groboutils.junit.v1.IntegrationTestCase
Asserts that an object is null.
softAssertSame(String, Object, Object) - Method in class net.sourceforge.groboutils.junit.v1.IntegrationTestCase
Asserts that two objects refer to the same object.
softAssertSame(Object, Object) - Method in class net.sourceforge.groboutils.junit.v1.IntegrationTestCase
Asserts that two objects refer to the same object.
softAssertTrue(String, boolean) - Method in class net.sourceforge.groboutils.junit.v1.IntegrationTestCase
Asserts that a condtion is true.
softAssertTrue(boolean) - Method in class net.sourceforge.groboutils.junit.v1.IntegrationTestCase
Asserts that a condition is true.
softFail(String) - Method in class net.sourceforge.groboutils.junit.v1.IntegrationTestCase
Fails a test with the given message.
softFail() - Method in class net.sourceforge.groboutils.junit.v1.IntegrationTestCase
Fails a test with no message.
start() - Method in interface net.sourceforge.groboutils.uicapture.v1.IScriptMaker
Starts the script generation.
start() - Method in class net.sourceforge.groboutils.uicapture.v1.javamaker.JavaMaker
Starts the script generation.
start() - Method in class net.sourceforge.groboutils.util.thread.v1.IOThreadRunner
Starts the stream reading.
start() - Method in class net.sourceforge.groboutils.util.thread.v1.LoopThread
 
startTest(Test) - Method in class net.sourceforge.groboutils.autodoc.v1.junit.AutoDocJUnitListener
A test started.
startTest(TestData) - Method in class net.sourceforge.groboutils.autodoc.v1.testserver.junit.JUnitTestListener
Called before the test starts, and after the test has been registered.
startTest(Test) - Method in class net.sourceforge.groboutils.autodoc.v1.testserver.junit.JUnitTestListener
A test started.
startTest(TestData) - Method in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.ITFJUnitListener
Called before the test starts, and after the test has been registered.
startTestSuite(JUnitTest) - Method in class net.sourceforge.groboutils.autodoc.v1.junit.AutoDocJUnitFormatter
The whole testsuite started.
step(String) - Method in interface net.sourceforge.groboutils.autodoc.v1.AutoDocTP
Defines a step which occurs during the test proper.
step(String) - Method in class net.sourceforge.groboutils.autodoc.v1.defimpl.AutoDocTPSet
Defines a step which occurs during the test proper.
step(String) - Method in class net.sourceforge.groboutils.tp.v1.log.LogTP
Defines a step which occurs during the test proper.
step(String) - Method in class net.sourceforge.groboutils.uicapture.v1.javamaker.JavaMaker
 
stop() - Method in class net.sourceforge.groboutils.util.thread.v1.IOThreadRunner
Stops the thread from reading.
stop() - Method in class net.sourceforge.groboutils.util.thread.v1.LoopThread
 
stopThread(Thread, Runnable, TimedProcess.RunnableKiller) - Method in class net.sourceforge.groboutils.util.thread.v1.TimedProcess
 
stopThreads() - Method in class net.sourceforge.groboutils.util.thread.v1.ThreadPool
Stops all threads.
suspend() - Method in class net.sourceforge.groboutils.util.thread.v1.LoopThread
A non-deprecated, nice-to-the-system, thread suspension method.
suspendThreads() - Method in class net.sourceforge.groboutils.util.thread.v1.ThreadPool
Suspends all threads.

T

TestClassCreator - class net.sourceforge.groboutils.junit.v1.parser.TestClassCreator.
Creates Test instances based on a TestClassParser.
TestClassCreator(ITestCreator) - Constructor for class net.sourceforge.groboutils.junit.v1.parser.TestClassCreator
Creates an instance that creates test instances based on the given creator.
TestClassParser - class net.sourceforge.groboutils.junit.v1.parser.TestClassParser.
Parses Test classes to discover the usable test methods.
TestClassParser(Class) - Constructor for class net.sourceforge.groboutils.junit.v1.parser.TestClassParser
The primary constructor, which will cause this instance to know how to parse only the passed-in class.
TestCorrelate - class net.sourceforge.groboutils.autodoc.v1.testserver.TestCorrelate.
Helper method to aid in the use of Monitors and TestData.
TestCorrelate(Class, MonitorFinder) - Constructor for class net.sourceforge.groboutils.autodoc.v1.testserver.TestCorrelate
 
TestData - interface net.sourceforge.groboutils.autodoc.v1.testserver.TestData.
An interface used to briefly describe a test and the gathered data associated for the test in a particular framework.
TestDataFactory - interface net.sourceforge.groboutils.autodoc.v1.testserver.TestDataFactory.
A factory in charge of creating a specific TestData instance from a TestInfo unique identifier.
TestInfo - interface net.sourceforge.groboutils.autodoc.v1.testserver.TestInfo.
Information about a test which can uniquely identify a specific test.
TestListenerFactory - interface net.sourceforge.groboutils.autodoc.v1.spi.TestListenerFactory.
A factory which can create a specific type of TestListener.
TestMonitorRunnable - class net.sourceforge.groboutils.junit.v1.TestMonitorRunnable.
A helper class to more easily create monitors.
TestMonitorRunnable() - Constructor for class net.sourceforge.groboutils.junit.v1.TestMonitorRunnable
 
TestRunnable - class net.sourceforge.groboutils.junit.v1.TestRunnable.
Instances of this class only execute in the runTestRunnables method of the MultiThreadedTestRunner class.
TestRunnable() - Constructor for class net.sourceforge.groboutils.junit.v1.TestRunnable
 
ThreadPool - class net.sourceforge.groboutils.util.thread.v1.ThreadPool.
A pool of QueueThread instances, each containing an instance of an ObjectListener implemented class.
ThreadPool(Class) - Constructor for class net.sourceforge.groboutils.util.thread.v1.ThreadPool
Default constructor
ThreadPool(Class, int) - Constructor for class net.sourceforge.groboutils.util.thread.v1.ThreadPool
 
ThreadPool(Class, Object) - Constructor for class net.sourceforge.groboutils.util.thread.v1.ThreadPool
 
ThreadPool(Class, Object, int) - Constructor for class net.sourceforge.groboutils.util.thread.v1.ThreadPool
 
ThreadPool(Class, Object, int, int) - Constructor for class net.sourceforge.groboutils.util.thread.v1.ThreadPool
 
ThrowableParser - class net.sourceforge.groboutils.util.throwable.v1.ThrowableParser.
Parses a Throwable's stack trace into its components.
ThrowableParser(Throwable) - Constructor for class net.sourceforge.groboutils.util.throwable.v1.ThrowableParser
Only piecemeal iterates through the stack-trace.
TimedProcess - class net.sourceforge.groboutils.util.thread.v1.TimedProcess.
A Utility to run a task in a thread, and to kill it if the thread runs too long.
TimedProcess() - Constructor for class net.sourceforge.groboutils.util.thread.v1.TimedProcess
 
TimedProcess.RunnableKiller - interface net.sourceforge.groboutils.util.thread.v1.TimedProcess.RunnableKiller.
Implement this interface to have your own method for killing the runner and thread.
tearDown(Object) - Method in class net.sourceforge.groboutils.junit.v1.iftc.CxFactory
Most factories have no need for a tearDown method, so a default (do-nothing) implementation has been provided here.
tearDown(Object) - Method in interface net.sourceforge.groboutils.junit.v1.iftc.ICxFactory
Allows the implementation to clean-up the instantiated object.
tearDown() - Method in class net.sourceforge.groboutils.junit.v1.iftc.InterfaceTestCase
Send each instantiated object to the factory for cleanup.
teardownStep(String) - Method in interface net.sourceforge.groboutils.autodoc.v1.AutoDocTP
Defines a step which occurs during the test tear-down phase.
teardownStep(String) - Method in class net.sourceforge.groboutils.autodoc.v1.defimpl.AutoDocTPSet
Defines a step which occurs during the test tear-down phase.
teardownStep(String) - Method in class net.sourceforge.groboutils.tp.v1.log.LogTP
Defines a step which occurs during the test tear-down phase.
testAt(int) - Method in class net.sourceforge.groboutils.junit.v1.iftc.InterfaceTestSuite
 
testClass(Class) - Method in class net.sourceforge.groboutils.junit.v1.parser.TestClassParser
Discover if the given class is a valid testing class.
testCount() - Method in class net.sourceforge.groboutils.junit.v1.iftc.InterfaceTestSuite
 
tests() - Method in class net.sourceforge.groboutils.junit.v1.iftc.InterfaceTestSuite
 
testsIssue(String, long) - Method in interface net.sourceforge.groboutils.autodoc.v1.AutoDocIT
Traces an issue from the owning class and declared method, to the given ID.
testsIssue(String, String) - Method in interface net.sourceforge.groboutils.autodoc.v1.AutoDocIT
Traces an issue from the owning class and declared method, to the given ID.
testsIssue(long) - Method in interface net.sourceforge.groboutils.autodoc.v1.AutoDocIT
Traces an issue from the owning class to the given ID.
testsIssue(String) - Method in interface net.sourceforge.groboutils.autodoc.v1.AutoDocIT
Traces an issue from the owning class to the given ID.
testsIssue(String, long) - Method in class net.sourceforge.groboutils.autodoc.v1.defimpl.AutoDocITSet
Traces an issue from the owning class and declared method, to the given ID.
testsIssue(String, String) - Method in class net.sourceforge.groboutils.autodoc.v1.defimpl.AutoDocITSet
Traces an issue from the owning class and declared method, to the given ID.
testsIssue(long) - Method in class net.sourceforge.groboutils.autodoc.v1.defimpl.AutoDocITSet
Traces an issue from the owning class to the given ID.
testsIssue(String) - Method in class net.sourceforge.groboutils.autodoc.v1.defimpl.AutoDocITSet
Traces an issue from the owning class to the given ID.
testsIssue(String, long) - Method in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.AutoDocITImpl
Traces an issue from the owning class and declared method, to the given ID.
testsIssue(String, String) - Method in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.AutoDocITImpl
Traces an issue from the owning class and declared method, to the given ID.
testsIssue(long) - Method in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.AutoDocITImpl
Traces an issue from the owning class to the given ID.
testsIssue(String) - Method in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.AutoDocITImpl
Traces an issue from the owning class to the given ID.
toString() - Method in class net.sourceforge.groboutils.codecoverage.v2.compiler.DefaultMethodCode
Output a friendly version of the object.
toString() - Method in class net.sourceforge.groboutils.codecoverage.v2.datastore.MarkRecord
 
toString() - Method in class net.sourceforge.groboutils.junit.v1.iftc.CxFactory
Override the Java-default toString, and provide our distinguishable name.
toString() - Method in interface net.sourceforge.groboutils.junit.v1.iftc.ImplFactory
All ImplFactory instances should specify a distinguishable name to help in debugging failed tests due to a particular factory's instance setup.
toString(Throwable) - Method in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.xml.XMLFileServer
 
toString() - Method in class net.sourceforge.groboutils.util.classes.v1.AbstractMultipleStore.AllowMultiplesAction
 
toString() - Method in class net.sourceforge.groboutils.util.thread.v1.LoopThread
 
toString() - Method in class net.sourceforge.groboutils.util.throwable.v1.StackTraceLineParser
 

U

UNLIMITED_SIZE - Static variable in class net.sourceforge.groboutils.util.datastruct.v1.ObjectCache
The size to use when you want to specify an unlimited cache size.
URLInputStreamGenerator - class net.sourceforge.groboutils.util.io.v1.URLInputStreamGenerator.
A type of class which can generate a new InputStream based on just a partial name.
URLInputStreamGenerator(String) - Constructor for class net.sourceforge.groboutils.util.io.v1.URLInputStreamGenerator
Accepts the name of the 1st file loaded.
UrlClassLoader - class net.sourceforge.groboutils.util.classes.v1.jdk0.UrlClassLoader.
Class responsible for loading classes in a JDK 1.0+ version compatible way.
UrlClassLoader() - Constructor for class net.sourceforge.groboutils.util.classes.v1.jdk0.UrlClassLoader
Default constructor
UrlClassLoader - class net.sourceforge.groboutils.util.classes.v1.jdk2.UrlClassLoader.
A JDK 1.2+ URL Class Loader implementation.
UrlClassLoader() - Constructor for class net.sourceforge.groboutils.util.classes.v1.jdk2.UrlClassLoader
Default constructor
update(Checksum, byte[]) - Method in class net.sourceforge.groboutils.codecoverage.v2.util.ChecksumUtil
 
update() - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindow
Updates the background image.
update(Graphics) - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindowUI
 
updateITFIssue(IIssue, ITestIssueRecord) - Method in class net.sourceforge.groboutils.pmti.v1.itf.ITFReadProblemManager
 
utf2xml(String) - Method in class net.sourceforge.groboutils.util.xml.v1.XMLUtil
Convert a standard Java String into an XML string.
utf2xml(String, StringBuffer) - Method in class net.sourceforge.groboutils.util.xml.v1.XMLUtil
Convert a standard Java String into an XML string.

V

VirtualWindow - class net.sourceforge.groboutils.uicapture.v1.VirtualWindow.
A window which covers the whole screen, and does not paint in the background.
VirtualWindow() - Constructor for class net.sourceforge.groboutils.uicapture.v1.VirtualWindow
Create a new VirtualWindow, with the glass enabled.
VirtualWindow(String, boolean) - Constructor for class net.sourceforge.groboutils.uicapture.v1.VirtualWindow
Specify the initial enabled state of the window.
VirtualWindowController - class net.sourceforge.groboutils.uicapture.v1.VirtualWindowController.
A window which covers the whole screen, and does not paint in the background.
VirtualWindowController() - Constructor for class net.sourceforge.groboutils.uicapture.v1.VirtualWindowController
Uses the Default version for the IScreenScraper and IFocusedWindowFinder.
VirtualWindowController(IScreenScraper, IFocusedWindowFinder) - Constructor for class net.sourceforge.groboutils.uicapture.v1.VirtualWindowController
Create using the given arguments to build the framework.
VirtualWindowUI - class net.sourceforge.groboutils.uicapture.v1.VirtualWindowUI.
This UI part of the VirtualWindow framework is in charge of intercepting all Window events related to drawing, in order to keep the invisible facade.
VirtualWindowUI(Window) - Constructor for class net.sourceforge.groboutils.uicapture.v1.VirtualWindowUI
Creates a disabled window with no parent.

W

WriterOutputStream - class net.sourceforge.groboutils.util.io.v1.WriterOutputStream.
Converts from a Writer to an OutputStream.
WriterOutputStream(Writer) - Constructor for class net.sourceforge.groboutils.util.io.v1.WriterOutputStream
 
waitFor() - Method in class net.sourceforge.groboutils.util.thread.v1.BackgroundProcess
 
waitForIdle() - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindow
Waits until all events currently on the event queue have been processed.
waitForIdle() - Method in class net.sourceforge.groboutils.uicapture.v1.VirtualWindowController
Waits until all events currently on the event queue have been processed.
waitForThreadsToFinish() - Method in class net.sourceforge.groboutils.util.thread.v1.ThreadPool
Waits for all expecting objects in the queue to be processed, and for each thread to finish processing an object.
warn(Object) - Method in interface net.sourceforge.groboutils.autodoc.v1.AutoDocLog
 
warn(Object[]) - Method in interface net.sourceforge.groboutils.autodoc.v1.AutoDocLog
 
warn(Object, Throwable) - Method in interface net.sourceforge.groboutils.autodoc.v1.AutoDocLog
 
warn(Object[], Throwable) - Method in interface net.sourceforge.groboutils.autodoc.v1.AutoDocLog
 
warn(Object) - Method in class net.sourceforge.groboutils.autodoc.v1.defimpl.AutoDocLogSet
 
warn(Object[]) - Method in class net.sourceforge.groboutils.autodoc.v1.defimpl.AutoDocLogSet
 
warn(Object, Throwable) - Method in class net.sourceforge.groboutils.autodoc.v1.defimpl.AutoDocLogSet
 
warn(Object[], Throwable) - Method in class net.sourceforge.groboutils.autodoc.v1.defimpl.AutoDocLogSet
 
warn(Object) - Method in class net.sourceforge.groboutils.autodoc.v1.log4j.Log4jLog
 
warn(Object[]) - Method in class net.sourceforge.groboutils.autodoc.v1.log4j.Log4jLog
 
warn(Object, Throwable) - Method in class net.sourceforge.groboutils.autodoc.v1.log4j.Log4jLog
 
warn(Object[], Throwable) - Method in class net.sourceforge.groboutils.autodoc.v1.log4j.Log4jLog
 
warning(String) - Method in class net.sourceforge.groboutils.junit.v1.parser.TestClassCreator
Adds a warning message to the inner list of warnings.
warning(String) - Method in class net.sourceforge.groboutils.junit.v1.parser.TestClassParser
Adds a warning message to the inner list of warnings.
wr(String) - Method in class net.sourceforge.groboutils.uicapture.v1.javamaker.JavaMaker
 
write(ITestIssueRecordSet, String) - Method in interface net.sourceforge.groboutils.pmti.v1.itf.ITestIssueRecordWriter
Write the given record set to the output repository in the correct format.
write(ITestIssueRecordSet, String) - Method in class net.sourceforge.groboutils.pmti.v1.itf.impl.XMLTestIssueRecordWriter
Write the given record set to the output repository in the correct format.
write(int) - Method in class net.sourceforge.groboutils.util.io.v1.MimeOutputStream
Write the specified byte, performing mime encoding.
write(int) - Method in class net.sourceforge.groboutils.util.io.v1.WriterOutputStream
 
write(byte[], int, int) - Method in class net.sourceforge.groboutils.util.io.v1.WriterOutputStream
 
write(byte[]) - Method in class net.sourceforge.groboutils.util.io.v1.WriterOutputStream
 
writeClassRecord(ClassRecord) - Method in class net.sourceforge.groboutils.codecoverage.v2.datastore.DirClassMetaDataWriter
Writes the given class record and its associated marks for this Analysis Module to the repository.
writeClassRecord(ClassRecord) - Method in interface net.sourceforge.groboutils.codecoverage.v2.datastore.IClassMetaDataWriter
Writes the given class record and its associated marks for this Analysis Module to the repository.
writeImageToFile(BufferedImage, File) - Method in class net.sourceforge.groboutils.uicapture.v1.DefaultScreenScraper
Write the given image to the given file.
writeImageToFile(BufferedImage, File) - Method in interface net.sourceforge.groboutils.uicapture.v1.IScreenScraper
Write the given image to the given file.
writeReport(IAnalysisModule, AnalysisModuleData, Writer) - Method in interface net.sourceforge.groboutils.codecoverage.v2.report.IReportGenerator
Sends the generated report to out using the given module and data set.
writeReport(IAnalysisModule, AnalysisModuleData, Writer) - Method in class net.sourceforge.groboutils.codecoverage.v2.report.XmlReportGenerator
Sends the generated report to out using the given module and data set.
writeTestData(TestData, Writer) - Method in class net.sourceforge.groboutils.autodoc.v1.testserver.AbstractWriterServer
Write the BugTestResult with all the result's encountered BugTestLog events.
writeTestData(TestData, Writer) - Method in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.server.LogFileServer
Write the TestData with all the result's encountered BugTestLog events.
writeTestData(TestData, Writer) - Method in class net.sourceforge.groboutils.pmti.v1.autodoc.v1.xml.XMLFileServer
Write the BugTestResult with all the result's encountered BugTestLog events.
wrln(String) - Method in class net.sourceforge.groboutils.uicapture.v1.javamaker.JavaMaker
 
wrln() - Method in class net.sourceforge.groboutils.uicapture.v1.javamaker.JavaMaker
 

X

XMLFileParser - class net.sourceforge.groboutils.pmti.v1.autodoc.v1.xml.XMLFileParser.
Parses the output of XMLFileServer.
XMLFileParser(File, Parser) - Constructor for class net.sourceforge.groboutils.pmti.v1.autodoc.v1.xml.XMLFileParser
 
XMLFileParserGenerator - class net.sourceforge.groboutils.pmti.v1.autodoc.v1.xml.XMLFileParserGenerator.
Parses the directory or directories containing the output of XMLFileServer into individual IParsers, one for each file.
XMLFileParserGenerator() - Constructor for class net.sourceforge.groboutils.pmti.v1.autodoc.v1.xml.XMLFileParserGenerator
 
XMLFileParserGenerator(File) - Constructor for class net.sourceforge.groboutils.pmti.v1.autodoc.v1.xml.XMLFileParserGenerator
 
XMLFileParserGenerator(File, String, String) - Constructor for class net.sourceforge.groboutils.pmti.v1.autodoc.v1.xml.XMLFileParserGenerator
 
XMLFileParserGenerator(File[]) - Constructor for class net.sourceforge.groboutils.pmti.v1.autodoc.v1.xml.XMLFileParserGenerator
 
XMLFileParserGenerator(File[], String, String) - Constructor for class net.sourceforge.groboutils.pmti.v1.autodoc.v1.xml.XMLFileParserGenerator
 
XMLFileServer - class net.sourceforge.groboutils.pmti.v1.autodoc.v1.xml.XMLFileServer.
An interface which corresponds to a part of the framework that knows how to deal with the framework's TestData.
XMLFileServer(String) - Constructor for class net.sourceforge.groboutils.pmti.v1.autodoc.v1.xml.XMLFileServer
 
XMLFileServer(String, String) - Constructor for class net.sourceforge.groboutils.pmti.v1.autodoc.v1.xml.XMLFileServer
 
XMLTestIssueRecordWriter - class net.sourceforge.groboutils.pmti.v1.itf.impl.XMLTestIssueRecordWriter.
Parses the output of XMLFileServer.
XMLTestIssueRecordWriter() - Constructor for class net.sourceforge.groboutils.pmti.v1.itf.impl.XMLTestIssueRecordWriter
 
XMLUtil - class net.sourceforge.groboutils.util.xml.v1.XMLUtil.
A Utility to aid in various XML activities.
XMLUtil() - Constructor for class net.sourceforge.groboutils.util.xml.v1.XMLUtil
 
XmlReportGenerator - class net.sourceforge.groboutils.codecoverage.v2.report.XmlReportGenerator.
Creates an XML formatted report, suitable for framing.
XmlReportGenerator() - Constructor for class net.sourceforge.groboutils.codecoverage.v2.report.XmlReportGenerator
 

Y

yieldProcessing() - Method in class net.sourceforge.groboutils.junit.v1.TestMonitorRunnable
Instructs the thread to pause for a while.

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

Copyright © 2001-2003 by The GroboUtils Project