A B C D E F G I L M N O P R S T U W X

A

AbstractByteCodeSnippetFactory - class net.firstpartners.nounit.reader.bytecode.AbstractByteCodeSnippetFactory.
Implements ISnippetFactory for Convience of Subclasses
AbstractByteCodeSnippetFactory() - Constructor for class net.firstpartners.nounit.reader.bytecode.AbstractByteCodeSnippetFactory
 
AbstractPackage - class net.firstpartners.nounit.ui.common.AbstractPackage.
An abstract package that encapsulates a hashtable to provide conversion of command-line arguments
AbstractPackage() - Constructor for class net.firstpartners.nounit.ui.common.AbstractPackage
default constructor
AbstractPackage(Object[]) - Constructor for class net.firstpartners.nounit.ui.common.AbstractPackage
Constructor builds Package using Standard Values (as from command Line) Overwrites any Previous Values
AbstractReport - class net.firstpartners.nounit.report.AbstractReport.
Generate the report from the XML describing the Java.
AbstractReport() - Constructor for class net.firstpartners.nounit.report.AbstractReport
 
AbstractSnippet - class net.firstpartners.nounit.snippet.AbstractSnippet.
Convenience Implementation of ISnippet containing methods shared by subclasses
AbstractSnippet() - Constructor for class net.firstpartners.nounit.snippet.AbstractSnippet
Creates new AbstractSnippet Needed due to implicit call to constructor
AbstractValueChecker - class net.firstpartners.nounit.ui.common.AbstractValueChecker.
Abstract class with methods to check values
AbstractValueChecker() - Constructor for class net.firstpartners.nounit.ui.common.AbstractValueChecker
 
add(Collection) - Method in class net.firstpartners.nounit.snippet.Snippets
Add a collection of snippet to the internal collection
add(ISnippet) - Method in class net.firstpartners.nounit.snippet.Snippets
Add a snippet to the collection
addAdditionalValue(String, Object) - Method in class net.firstpartners.nounit.ui.common.AbstractPackage
Add the value pairs to the internal store - do not overwrite , but convert to vector
addCallChainInformation(String, String, String) - Method in class net.firstpartners.nounit.report.process.CallChainer
Add Calls information to the XMl Tree (@see nounit-standard.dtd)
addIfEmpty(String, Object) - Method in class net.firstpartners.nounit.ui.common.AbstractPackage
adds a value to the internal store , only if previous value was null / empty
addNodesTo(Element) - Method in class net.firstpartners.nounit.snippet.Snippets
Get an XML Representation of this Class (as Jdom nodes)
addValue(Object[]) - Method in class net.firstpartners.nounit.ui.common.AbstractPackage
Add set of KeyName - ValueName (in one array) to object , used by Constructor , and classes inheriting from this one Overwrites any existing values with same name
addValue(Object, Object) - Method in class net.firstpartners.nounit.ui.common.AbstractPackage
adds a value to the internal store Overwrites any existing values with same name
addValues(HashMap) - Method in class net.firstpartners.nounit.ui.common.AbstractPackage
Set the Values in the web package , given a hashtable Overwrites any existing values with same name
addValues(String[]) - Method in class net.firstpartners.nounit.ui.common.AbstractPackage
Add the value pairs to the internal store
Overwrites any existing values with same name
AllTests - class net.firstpartners.nounit.test.AllTests.
Junit TestSuite that runs all the sample tests in the NoUnit Project
AllTests() - Constructor for class net.firstpartners.nounit.test.AllTests
Initialises the Class
AllTests(String) - Constructor for class net.firstpartners.nounit.test.AllTests
Constructor Required by Junit
appendString(int, String) - Method in class net.firstpartners.nounit.reader.bytecode.ByteCodeCallsSnippetFactory
Store the String as Part of the Internal Instruction Set
appendString(String) - Method in class net.firstpartners.nounit.reader.bytecode.ByteCodeCallsSnippetFactory
Store the String as Part of the Internal Instruction Set (nomral type)
ATTRIBUTE_ACCESS - Static variable in interface net.firstpartners.nounit.snippet.xml.IXmlConstants
String used in building the XML general access attribute
ATTRIBUTE_CLASS - Static variable in interface net.firstpartners.nounit.snippet.xml.IXmlConstants
String used in building the XML calls class attribute- Method Element
ATTRIBUTE_METHOD - Static variable in interface net.firstpartners.nounit.snippet.xml.IXmlConstants
String used in building the XML calls class attribute- Method Element
ATTRIBUTE_MIN_CALL_DEPTH - Static variable in interface net.firstpartners.nounit.report.process.ICallsXmlConstants
String used in building the XML Package Class
ATTRIBUTE_NAME - Static variable in interface net.firstpartners.nounit.snippet.xml.IXmlConstants
String used in building the general name attribute
ATTRIBUTE_NUMBER_OF_CALLS - Static variable in interface net.firstpartners.nounit.report.process.ICallsXmlConstants
String used in building the XML Package Location
ATTRIBUTE_PACKAGE_LOCATION - Static variable in interface net.firstpartners.nounit.snippet.xml.IXmlConstants
String used in building the XML Package Location

B

ByteCodeCallsSnippetFactory - class net.firstpartners.nounit.reader.bytecode.ByteCodeCallsSnippetFactory.
Get the Other Methods Called by this one
ByteCodeCallsSnippetFactory(CodeAttribute, ClassFile) - Constructor for class net.firstpartners.nounit.reader.bytecode.ByteCodeCallsSnippetFactory
Construct a bytecode document with an associated Code attribute and a parent class file.
ByteCodeCallsSnippetFactory(MethodInfo, ClassFile) - Constructor for class net.firstpartners.nounit.reader.bytecode.ByteCodeCallsSnippetFactory
Construct a bytecode document with an associated Code attribute and a parent class file.
ByteCodeClassSnippetFactory - class net.firstpartners.nounit.reader.bytecode.ByteCodeClassSnippetFactory.
Reads Class Files (Byte Code) and returns them as snippets
ByteCodeClassSnippetFactory(File) - Constructor for class net.firstpartners.nounit.reader.bytecode.ByteCodeClassSnippetFactory
Constructor - Get (and store) source class file
ByteCodeClassSnippetFactory(String) - Constructor for class net.firstpartners.nounit.reader.bytecode.ByteCodeClassSnippetFactory
Constructor - Get (and store) source class file
ByteCodeMethodSnippetFactory - class net.firstpartners.nounit.reader.bytecode.ByteCodeMethodSnippetFactory.
Reads Class Files (Byte Code) and returns them as snippets
ByteCodeMethodSnippetFactory(ClassFile) - Constructor for class net.firstpartners.nounit.reader.bytecode.ByteCodeMethodSnippetFactory
Constructor - Get (and store) source class file
ByteCodePackageSnippetFactory - class net.firstpartners.nounit.reader.bytecode.ByteCodePackageSnippetFactory.
Reads Entire Packages of Files (Byte Code) and returns them as snippets Package (one Directory) NOT project
ByteCodePackageSnippetFactory(String) - Constructor for class net.firstpartners.nounit.reader.bytecode.ByteCodePackageSnippetFactory
Constructor - Get (and store) source class file
ByteCodeProjectSnippetFactory - class net.firstpartners.nounit.reader.bytecode.ByteCodeProjectSnippetFactory.
Reads Entire Project of Packages of Files (Byte Code) and returns them as snippets Package (one Directory) NOT project
ByteCodeProjectSnippetFactory(String) - Constructor for class net.firstpartners.nounit.reader.bytecode.ByteCodeProjectSnippetFactory
Constructor - Get (and store) source class file

C

CallChainer - class net.firstpartners.nounit.report.process.CallChainer.
Using the Start Class as a base , traces *all* calls through the document to see what calls what.
CallChainer() - Constructor for class net.firstpartners.nounit.report.process.CallChainer
 
CallsReport - class net.firstpartners.nounit.report.CallsReport.
 
CallsReport() - Constructor for class net.firstpartners.nounit.report.CallsReport
 
checkForDirsExist(AbstractPackage, HashMap) - Method in class net.firstpartners.nounit.ui.common.AbstractValueChecker
Checks that Directories Exist under the requested Keys
checkForExtraKeys(CommandPackage) - Method in class net.firstpartners.nounit.ui.common.ExtraValueChecker
checkCommandLineValues
checkForNullEmptyString(AbstractPackage, HashMap) - Method in class net.firstpartners.nounit.ui.common.AbstractValueChecker
Checks for Null, empty and instance of Strings under Named keys in AbstractPackage
checkValues(AbstractPackage) - Method in class net.firstpartners.nounit.ui.common.AbstractValueChecker
Override this method to provide value checking in sub-classes
checkValues(AbstractPackage) - Method in class net.firstpartners.nounit.ui.common.CommandValueChecker
checkCommandLineValues
classMustExtend - Static variable in class net.firstpartners.nounit.report.CallsReport
 
cleanValues(HashMap) - Method in class net.firstpartners.nounit.reader.bytecode.AbstractByteCodeSnippetFactory
Clean the Hashset of values to get useful names
cleanValues(String) - Method in class net.firstpartners.nounit.reader.bytecode.AbstractByteCodeSnippetFactory
Clean the Hashset of values to get useful names
CollectionUtil - class net.firstpartners.nounit.utility.CollectionUtil.
Performs common , but tricky tasks on Collections e.g.
CollectionUtil() - Constructor for class net.firstpartners.nounit.utility.CollectionUtil
 
combineFileAndDirectory(String, String) - Static method in class net.firstpartners.nounit.utility.FileUtil
Combines file and directory , using path delimeters
CommandLineProcessor - class net.firstpartners.nounit.ui.command.CommandLineProcessor.
Find information about java file / class and convert to whatever format required Main entry point into System
CommandLineProcessor() - Constructor for class net.firstpartners.nounit.ui.command.CommandLineProcessor
 
CommandPackage - class net.firstpartners.nounit.ui.common.CommandPackage.
Holds all the relevant information from Command Line / Gui so that the bulk of the system does not have to use these objects.
CommandPackage() - Constructor for class net.firstpartners.nounit.ui.common.CommandPackage
Default constructor
CommandPackage(String[]) - Constructor for class net.firstpartners.nounit.ui.common.CommandPackage
Constructor that adds an Array of Value pairs , after initialising with defaults.
CommandValueChecker - class net.firstpartners.nounit.ui.common.CommandValueChecker.
Base Class for Checking Values within System set of page values that need checked.
CommandValueChecker() - Constructor for class net.firstpartners.nounit.ui.common.CommandValueChecker
 
convertArrayToCollection(Object[]) - Static method in class net.firstpartners.nounit.utility.CollectionUtil
Convert an Array to a HashSet

D

debug(Object) - Static method in class net.firstpartners.nounit.utility.Logging
Prints debug message to system log file.
DirectoryWalker - class net.firstpartners.nounit.utility.DirectoryWalker.
'Walks' the directory structure and returns files found (including those in sub folders)
DirectoryWalker() - Constructor for class net.firstpartners.nounit.utility.DirectoryWalker
 

E

ELEMENT_CALLS - Static variable in interface net.firstpartners.nounit.snippet.xml.IXmlConstants
String used in building the XML calls - Method Element
ELEMENT_CLASS - Static variable in interface net.firstpartners.nounit.snippet.xml.IXmlConstants
String used in building the XML Element - Class
ELEMENT_CLASS_EXTENDS - Static variable in interface net.firstpartners.nounit.snippet.xml.IXmlConstants
String used in building the XML Element - Extends
ELEMENT_METHOD - Static variable in interface net.firstpartners.nounit.snippet.xml.IXmlConstants
String used in building the XML Method Element
ELEMENT_PACKAGE - Static variable in interface net.firstpartners.nounit.snippet.xml.IXmlConstants
String used in building the XML Package Class
ELEMENT_PARAM - Static variable in interface net.firstpartners.nounit.snippet.xml.IXmlConstants
String used in building the XML Method - Params
ELEMENT_PROJECT - Static variable in interface net.firstpartners.nounit.snippet.xml.IXmlConstants
String used in building the XML Project Root
ExtraValueChecker - class net.firstpartners.nounit.ui.common.ExtraValueChecker.
Checks to see the values stored in a Package are only those that have public keys i.e.
ExtraValueChecker() - Constructor for class net.firstpartners.nounit.ui.common.ExtraValueChecker
 

F

FileUtil - class net.firstpartners.nounit.utility.FileUtil.
Class to manage files within a directory structure
FileUtil() - Constructor for class net.firstpartners.nounit.utility.FileUtil
 
find(String, int, String, String) - Static method in class net.firstpartners.nounit.utility.TextUtil
Finds (start and end) markers in piece of text extracts text (note including markers) in between
findNode(Document, String, String) - Static method in class net.firstpartners.nounit.utility.XmlUtil
Search for Nodes within Jdom Document

G

getAllNodes(Document) - Static method in class net.firstpartners.nounit.utility.XmlUtil
gets all elements in the XML Document Being Passed in
getCollection() - Method in class net.firstpartners.nounit.snippet.Snippets
Gets a handle to the internal store (as a collection)
getCommandLineValues() - Static method in class net.firstpartners.nounit.ui.test.TestUserData
Return sample set of values as if they were passed in from the command line
getDirs(String) - Static method in class net.firstpartners.nounit.utility.DirectoryWalker
Get all the Directories in the starting directory (and sub dirs) returns only files ending this the filename
getFiles(String) - Static method in class net.firstpartners.nounit.utility.DirectoryWalker
Get all the files in the starting directory (and sub dirs) No filter
getFiles(String, String) - Static method in class net.firstpartners.nounit.utility.DirectoryWalker
Get all the files in the starting directory (but NOT sub dirs) returns only files ending this the filename
getFirstItem() - Method in class net.firstpartners.nounit.snippet.Snippets
Gets first item in collection
getInt(String) - Method in class net.firstpartners.nounit.ui.common.AbstractPackage
Get the Value as an int (Convience Method)
getIterator() - Method in class net.firstpartners.nounit.snippet.Snippets
Gets an interator over the collection
getNodeIndex(Document, String) - Static method in class net.firstpartners.nounit.utility.XmlUtil
indexes the nodes in the document that is passed in , via a HashMap mapping mapping is in the format as String , handle to of node
Strings are used as they are better lookup in the hashmap.
getNodes() - Method in class net.firstpartners.nounit.snippet.SnippetClass
Get an XML Representation of this Class (as Jdom nodes)
getNodes() - Method in class net.firstpartners.nounit.snippet.SnippetProject
Get an XML Representation of this Class (as Jdom nodes)
getNodes() - Method in class net.firstpartners.nounit.snippet.SnippetMethod
Get an XML Representation of this Class (as Jdom nodes)
getNodes() - Method in class net.firstpartners.nounit.snippet.SnippetCalls
Get an XML Representation of this Class (as Jdom nodes)
getNodes() - Method in class net.firstpartners.nounit.snippet.SnippetPackage
Get an XML Representation of this Class (as Jdom nodes)
getNodes() - Method in interface net.firstpartners.nounit.snippet.xml.IXmlJdomSource
Get an XML Representation of this Class (as Jdom nodes)
getOriginalException() - Method in class net.firstpartners.nounit.utility.NoUnitException
return the internal / original Exception , if any
getReportMaker(CommandPackage) - Static method in class net.firstpartners.nounit.report.ReportPicker
Return the Appropriate Report to handle this user request
getSampleClassFile() - Static method in class net.firstpartners.nounit.test.TestData
Get a handle to the sample class file , but as a ClassFile Structure
getSampleFile() - Static method in class net.firstpartners.nounit.test.TestData
Get a handle to the sample class file , as a File
getSimpleXmlDocument() - Static method in class net.firstpartners.nounit.test.TestData
Get a Simple-XML Document , as pointed to by constants above.
getSnippetCalledMethods() - Static method in class net.firstpartners.nounit.snippet.test.TestSnippetData
Mock up some SnippetMethods for testing
getSnippetClasses() - Static method in class net.firstpartners.nounit.snippet.test.TestSnippetData
Mock up some SnippetClasses for testing
getSnippetMethods() - Static method in class net.firstpartners.nounit.snippet.test.TestSnippetData
Mock up some SnippetMethods for testing
getSnippetPackages() - Static method in class net.firstpartners.nounit.snippet.test.TestSnippetData
Mock up some SnippetClasses for testing
getSnippets() - Method in interface net.firstpartners.nounit.reader.ISnippetFactory
Get the Collection of Snippets (as read from the source)
getSnippets() - Method in class net.firstpartners.nounit.reader.bytecode.AbstractByteCodeSnippetFactory
Get the Collection of Snippets (as read from the source)
getSnippets() - Method in class net.firstpartners.nounit.reader.bytecode.ByteCodeClassSnippetFactory
Get a set of snippets from the current class source
getSnippets() - Method in class net.firstpartners.nounit.reader.bytecode.ByteCodePackageSnippetFactory
Get a set of (package) snippets from the current source
getSnippets() - Method in class net.firstpartners.nounit.reader.bytecode.ByteCodeMethodSnippetFactory
Get a set of snippets from the current class source
getSnippets() - Method in class net.firstpartners.nounit.reader.bytecode.ByteCodeCallsSnippetFactory
See what methods are called by the implementation of this code
Called Methods are the one after the stored instruction
How they are called , is the instruction before the stored instruction
Constant pool reference is the actual stored instruction
getSnippets() - Method in class net.firstpartners.nounit.reader.bytecode.ByteCodeProjectSnippetFactory
Get a set of (package) snippets from the current source
getStoreNames() - Method in class net.firstpartners.nounit.ui.common.AbstractPackage
Gets the names of values stored in this webpackage
getString(String) - Method in class net.firstpartners.nounit.ui.common.AbstractPackage
Get the Value as a String (Convience Method)
getUserErrorMessage() - Method in class net.firstpartners.nounit.utility.NoUnitException
Returns the userFriendly Error Message
getValue(String) - Method in class net.firstpartners.nounit.ui.common.AbstractPackage
gets the value associated with the key name , as passed in from the Servlet, command line
getValuePairs() - Method in class net.firstpartners.nounit.ui.common.AbstractPackage
Method to return a hashtable of value pairs
getVector(String) - Method in class net.firstpartners.nounit.ui.common.AbstractPackage
Get the Value as a Vector (Convience Method)

I

ICallsXmlConstants - interface net.firstpartners.nounit.report.process.ICallsXmlConstants.
Constants Used in updating the XML to show call chaings
innerAccess - Variable in class net.firstpartners.nounit.snippet.AbstractSnippet
inner Store of the Access Modifier
innerName - Variable in class net.firstpartners.nounit.snippet.AbstractSnippet
inner Store of this method name
innerValuePairs - Variable in class net.firstpartners.nounit.ui.common.AbstractPackage
 
IReport - interface net.firstpartners.nounit.report.IReport.
Designates classes which generate the reports from the XML (the XML itself decribes the Java source / byte code)
ISnippet - interface net.firstpartners.nounit.snippet.ISnippet.
Snippets are Classes that represent pieces of the source code (e.g.
ISnippetFactory - interface net.firstpartners.nounit.reader.ISnippetFactory.
General Snippet Factory Interface
IXmlConstants - interface net.firstpartners.nounit.snippet.xml.IXmlConstants.
Constants Used in representing Snippets as XML
IXmlJdomSource - interface net.firstpartners.nounit.snippet.xml.IXmlJdomSource.
Indicates that the class can represent itself in XML (JDom Elements)
IXmlSource - interface net.firstpartners.nounit.snippet.xml.IXmlSource.
Indicates that the class can represent itself in XML

L

Logging - class net.firstpartners.nounit.utility.Logging.
stores log of system output and system errors If Servlet , writes to Servlet Log File.
Logging(ServletContext) - Constructor for class net.firstpartners.nounit.utility.Logging
Constructor for Logging from Servlet

M

main(String[]) - Static method in class net.firstpartners.nounit.reader.bytecode.test.TestByteCodePackageSnippetFactory
Enable Junit to run this Class individually
main(String[]) - Static method in class net.firstpartners.nounit.reader.bytecode.test.TestByteCodeCallsSnippetFactory
Enable Junit to run this Class individually
main(String[]) - Static method in class net.firstpartners.nounit.reader.bytecode.test.TestByteCodeMethodSnippetFactory
Enable Junit to run this Class individually
main(String[]) - Static method in class net.firstpartners.nounit.reader.bytecode.test.TestByteCodeClassSnippetFactory
Enable Junit to run this Class individually
main(String[]) - Static method in class net.firstpartners.nounit.reader.bytecode.test.TestByteCodeProjectSnippetFactory
Enable Junit to run this Class individually
main(String[]) - Static method in class net.firstpartners.nounit.report.process.test.TestCallChainer
Enable Junit to run this Class individually
main(String[]) - Static method in class net.firstpartners.nounit.snippet.test.TestSnippetProject
Enable Junit to run this Class individually
main(String[]) - Static method in class net.firstpartners.nounit.snippet.test.TestSnippetCalls
Enable Junit to run this Class individually
main(String[]) - Static method in class net.firstpartners.nounit.snippet.test.TestSnippets
Enable Junit to run this Class individually
main(String[]) - Static method in class net.firstpartners.nounit.snippet.test.TestSnippetPackage
Enable Junit to run this Class individually
main(String[]) - Static method in class net.firstpartners.nounit.snippet.test.TestSnippetClass
Enable Junit to run this Class individually
main(String[]) - Static method in class net.firstpartners.nounit.snippet.test.TestSnippetMethod
Enable Junit to run this Class individually
main(String[]) - Static method in class net.firstpartners.nounit.test.AllTests
Enable the Tests to be run from the command line
main(String[]) - Static method in class net.firstpartners.nounit.ui.command.CommandLineProcessor
Get the informaton about the particular class
main(String[]) - Static method in class net.firstpartners.nounit.ui.command.test.TestCommandLineProcessor
Enable Junit to run this Class individually
main(String[]) - Static method in class net.firstpartners.nounit.ui.test.TestCommandPackage
Enable Junit to run this Class individually
main(String[]) - Static method in class net.firstpartners.nounit.utility.TestTextUtil
Enable Junit to run this Class individually
main(String[]) - Static method in class net.firstpartners.nounit.utility.test.TestFileUtil
Enable Junit to run this Class individually
main(String[]) - Static method in class net.firstpartners.nounit.utility.test.TestXmlUtil
Enable Junit to run this Class individually
main(String[]) - Static method in class net.firstpartners.nounit.utility.test.TestNoUnitException
Main required by Junit
main(String[]) - Static method in class net.firstpartners.nounit.utility.test.TestDirectoryWalker
Enable Junit to run this Class individually
main(String[]) - Static method in class net.firstpartners.nounit.utility.test.TestLogging
Enable Junit to run this Class individually
main(String[]) - Static method in class net.firstpartners.nounit.utility.test.TestCollectionUtil
Enable Junit to run this Class individually
makeReport(CommandPackage) - Method in class net.firstpartners.nounit.report.AbstractReport
Transform the XML into the required reports
makeReport(CommandPackage) - Method in class net.firstpartners.nounit.report.SimpleReport
Transform the XML into a simple report - uses Xalan (XML->HTML convertor)
makeReport(CommandPackage) - Method in interface net.firstpartners.nounit.report.IReport
Transform the XML into the required reports
makeReport(CommandPackage) - Method in class net.firstpartners.nounit.report.CallsReport
Transform the XML using JDOM , then call - uses Xalan (XML->HTML convertor)
move(String, String) - Method in class net.firstpartners.nounit.ui.common.AbstractPackage
Moves Objects from one key to another will overwrite anything (previously)held at the new key

N

net.firstpartners.nounit.reader - package net.firstpartners.nounit.reader
net.firstpartners.nounit.reader.bytecode - package net.firstpartners.nounit.reader.bytecode
Reads in information from the Java ByteCode.
net.firstpartners.nounit.reader.bytecode.test - package net.firstpartners.nounit.reader.bytecode.test
Test Classes
net.firstpartners.nounit.report - package net.firstpartners.nounit.report
Transforms XML into the required reports , using JDOM & XSLT
net.firstpartners.nounit.report.process - package net.firstpartners.nounit.report.process
Process (and Change) the XML before the XSLT stylesheet is applied to it.
net.firstpartners.nounit.report.process.test - package net.firstpartners.nounit.report.process.test
Test Classes for parent package
net.firstpartners.nounit.snippet - package net.firstpartners.nounit.snippet
Snippets Represent pieces of Java code.
net.firstpartners.nounit.snippet.test - package net.firstpartners.nounit.snippet.test
Test Classes
net.firstpartners.nounit.snippet.xml - package net.firstpartners.nounit.snippet.xml
Output of Information in XML format
net.firstpartners.nounit.test - package net.firstpartners.nounit.test
System Test Classes and Data
net.firstpartners.nounit.ui.command - package net.firstpartners.nounit.ui.command
Command line user interface.
net.firstpartners.nounit.ui.command.test - package net.firstpartners.nounit.ui.command.test
Test Classes
net.firstpartners.nounit.ui.common - package net.firstpartners.nounit.ui.common
Elements common to all user interfaces.
net.firstpartners.nounit.ui.test - package net.firstpartners.nounit.ui.test
Test Classes
net.firstpartners.nounit.utility - package net.firstpartners.nounit.utility
net.firstpartners.nounit.utility.test - package net.firstpartners.nounit.utility.test
Test Classes
NoUnitException - exception net.firstpartners.nounit.utility.NoUnitException.
System Wide Exception (containing original Exception & user friendly message) thrown whenever invalid values are found.
NoUnitException(Exception, String) - Constructor for class net.firstpartners.nounit.utility.NoUnitException
Constructor , repackages other Exceptions to add (User Friendly) information
NoUnitException(String) - Constructor for class net.firstpartners.nounit.utility.NoUnitException
Constructor , calls exception with value pair information , plus reason
NoUnitException(String, String) - Constructor for class net.firstpartners.nounit.utility.NoUnitException
Constructor , calls exception with value pair information
NoUnitException(String, String, String) - Constructor for class net.firstpartners.nounit.utility.NoUnitException
Constructor , calls exception with value pair information , plus reason

O

OUTPUT_DIR - Static variable in class net.firstpartners.nounit.ui.common.CommandPackage
Output directory
OUTPUT_FILE - Static variable in class net.firstpartners.nounit.report.SimpleReport
Key that the final output name is stored under in the WebPackage

P

persistToDisk(String, String, IXmlJdomSource) - Static method in class net.firstpartners.nounit.utility.WareHouse
Persist the XML to disk
printError(Object) - Static method in class net.firstpartners.nounit.utility.Logging
Print log of system errors This method catches java.io.IOExceptions internally , so as to give a similar method signature to System.out.println.
printOutput(Object) - Static method in class net.firstpartners.nounit.utility.Logging
Print log of system output
printToOutputStream(PrintStream) - Method in class net.firstpartners.nounit.ui.common.AbstractPackage
Prints the internal represenation of the Package to an output stream for debugging
Processor - class net.firstpartners.nounit.ui.common.Processor.
Do the main processing Java->Xml->XSLT report
Processor() - Constructor for class net.firstpartners.nounit.ui.common.Processor
 

R

remove(Object) - Method in class net.firstpartners.nounit.ui.common.AbstractPackage
Remove a value from the internal store
removeAll(String, String) - Static method in class net.firstpartners.nounit.utility.TextUtil
Remove all instances of input string from Output
removeTrailing(String, String) - Static method in class net.firstpartners.nounit.utility.TextUtil
Strip out any trailing characters
replace(String, String, String) - Static method in class net.firstpartners.nounit.utility.TextUtil
Replace the first occurrence of oldSubstring in string, if there is one, with newSubstring.
replaceAll(String, String, String) - Static method in class net.firstpartners.nounit.utility.TextUtil
Replaces all occurrences of oldSubstring in string, if there are any, with newSubstring.
REPORT_CLASS - Static variable in class net.firstpartners.nounit.ui.common.CommandPackage
Report Class
ReportPicker - class net.firstpartners.nounit.report.ReportPicker.
Creates the Report Class , as requested by the user , to generate the report
ReportPicker() - Constructor for class net.firstpartners.nounit.report.ReportPicker
 

S

SAMPLE_CLASS_PROXY - Static variable in class net.firstpartners.nounit.test.TestData
Proxy Class Source - where sample sits
SAMPLE_CLASS_SOURCE - Static variable in class net.firstpartners.nounit.test.TestData
Current (Sample - sub) Class of this project - used in some partial tests
SAMPLE_CLASS_SOURCE_FULL - Static variable in class net.firstpartners.nounit.test.TestData
Current Full Root of this project - used to sample entire project
setUp() - Method in class net.firstpartners.nounit.reader.bytecode.test.TestByteCodePackageSnippetFactory
Code run before each test
setUp() - Method in class net.firstpartners.nounit.reader.bytecode.test.TestByteCodeCallsSnippetFactory
Code run before each test
setUp() - Method in class net.firstpartners.nounit.reader.bytecode.test.TestByteCodeMethodSnippetFactory
Code run before each test
setUp() - Method in class net.firstpartners.nounit.reader.bytecode.test.TestByteCodeClassSnippetFactory
Code run before each test
setUp() - Method in class net.firstpartners.nounit.reader.bytecode.test.TestByteCodeProjectSnippetFactory
Code run before each test
setUp() - Method in class net.firstpartners.nounit.report.process.test.TestCallChainer
Method to setup logging test
setUp() - Method in class net.firstpartners.nounit.snippet.test.TestSnippetProject
Code run before each test
setUp() - Method in class net.firstpartners.nounit.snippet.test.TestSnippetCalls
Code run before each test
setUp() - Method in class net.firstpartners.nounit.snippet.test.TestSnippets
Code run before each test
setUp() - Method in class net.firstpartners.nounit.snippet.test.TestSnippetPackage
Code run before each test
setUp() - Method in class net.firstpartners.nounit.snippet.test.TestSnippetClass
Code run before each test
setUp() - Method in class net.firstpartners.nounit.snippet.test.TestSnippetMethod
Code run before each test
setUp() - Method in class net.firstpartners.nounit.ui.command.test.TestCommandLineProcessor
Code run before each test
setUp() - Method in class net.firstpartners.nounit.utility.TestTextUtil
Method to setup logging test
setUp() - Method in class net.firstpartners.nounit.utility.test.TestNoUnitException
setup code is in this method
setUp() - Method in class net.firstpartners.nounit.utility.test.TestDirectoryWalker
Method to setup logging test
setUp() - Method in class net.firstpartners.nounit.utility.test.TestLogging
Method to setup logging test
setUp() - Method in class net.firstpartners.nounit.utility.test.TestCollectionUtil
Method to setup logging test
SimpleReport - class net.firstpartners.nounit.report.SimpleReport.
 
SimpleReport() - Constructor for class net.firstpartners.nounit.report.SimpleReport
 
SnippetCalls - class net.firstpartners.nounit.snippet.SnippetCalls.
Holds Information about the methods called from a Java Method
SnippetCalls(String, String, HashMap) - Constructor for class net.firstpartners.nounit.snippet.SnippetCalls
Creates new SnippetMethod
SnippetClass - class net.firstpartners.nounit.snippet.SnippetClass.
Holds Information about Java Classes
SnippetClass(String, String, String, Snippets) - Constructor for class net.firstpartners.nounit.snippet.SnippetClass
Creates new SnippetPackage
SnippetMethod - class net.firstpartners.nounit.snippet.SnippetMethod.
Holds Information about Java Methods
SnippetMethod(String, String, HashMap, Snippets) - Constructor for class net.firstpartners.nounit.snippet.SnippetMethod
Creates new SnippetMethod
SnippetPackage - class net.firstpartners.nounit.snippet.SnippetPackage.
Holds Information about a Java Package
SnippetPackage(String, Snippets) - Constructor for class net.firstpartners.nounit.snippet.SnippetPackage
Creates new SnippetPackage
SnippetProject - class net.firstpartners.nounit.snippet.SnippetProject.
Holds Information about a Java Project (i.e.
SnippetProject(Snippets) - Constructor for class net.firstpartners.nounit.snippet.SnippetProject
Creates new SnippetProject
Snippets - class net.firstpartners.nounit.snippet.Snippets.
Collection of Snippets
Snippets() - Constructor for class net.firstpartners.nounit.snippet.Snippets
Constructor - No Args
splitTagVerboseIntoHashMap(String) - Method in class net.firstpartners.nounit.reader.bytecode.ByteCodeMethodSnippetFactory
Splits a String (from Tag info) into paramters (a hashmap)
START_DIR - Static variable in class net.firstpartners.nounit.ui.common.CommandPackage
Start directory (Base Directory of Project)
suite() - Static method in class net.firstpartners.nounit.reader.bytecode.test.TestByteCodePackageSnippetFactory
Enable Junit to run this class as part of AllTests.java
suite() - Static method in class net.firstpartners.nounit.reader.bytecode.test.TestByteCodeCallsSnippetFactory
Enable Junit to run this class as part of AllTests.java
suite() - Static method in class net.firstpartners.nounit.reader.bytecode.test.TestByteCodeMethodSnippetFactory
Enable Junit to run this class as part of AllTests.java
suite() - Static method in class net.firstpartners.nounit.reader.bytecode.test.TestByteCodeClassSnippetFactory
Enable Junit to run this class as part of AllTests.java
suite() - Static method in class net.firstpartners.nounit.reader.bytecode.test.TestByteCodeProjectSnippetFactory
Enable Junit to run this class as part of AllTests.java
suite() - Static method in class net.firstpartners.nounit.report.process.test.TestCallChainer
Enable Junit to run this class
suite() - Static method in class net.firstpartners.nounit.snippet.test.TestSnippetProject
Enable Junit to run this class as part of AllTests.java
suite() - Static method in class net.firstpartners.nounit.snippet.test.TestSnippetCalls
Enable Junit to run this class as part of AllTests.java
suite() - Static method in class net.firstpartners.nounit.snippet.test.TestSnippets
Enable Junit to run this class as part of AllTests.java
suite() - Static method in class net.firstpartners.nounit.snippet.test.TestSnippetPackage
Enable Junit to run this class as part of AllTests.java
suite() - Static method in class net.firstpartners.nounit.snippet.test.TestSnippetClass
Enable Junit to run this class as part of AllTests.java
suite() - Static method in class net.firstpartners.nounit.snippet.test.TestSnippetMethod
Enable Junit to run this class as part of AllTests.java
suite() - Static method in class net.firstpartners.nounit.test.AllTests
Test suite contains all tests to be run
suite() - Static method in class net.firstpartners.nounit.ui.command.test.TestCommandLineProcessor
Enable Junit to run this class as part of AllTests.java
suite() - Static method in class net.firstpartners.nounit.ui.test.TestCommandPackage
Enable Junit to run this class
suite() - Static method in class net.firstpartners.nounit.utility.TestTextUtil
Enable Junit to run this class
suite() - Static method in class net.firstpartners.nounit.utility.test.TestFileUtil
Enable Junit to run this class
suite() - Static method in class net.firstpartners.nounit.utility.test.TestXmlUtil
Enable Junit to run this class
suite() - Static method in class net.firstpartners.nounit.utility.test.TestNoUnitException
suite giving list of tests for this class
suite() - Static method in class net.firstpartners.nounit.utility.test.TestDirectoryWalker
Enable Junit to run this class
suite() - Static method in class net.firstpartners.nounit.utility.test.TestLogging
Enable Junit to run this class
suite() - Static method in class net.firstpartners.nounit.utility.test.TestCollectionUtil
Enable Junit to run this class
SystemValues - class net.firstpartners.nounit.ui.common.SystemValues.
Holds Common System Constants
SystemValues() - Constructor for class net.firstpartners.nounit.ui.common.SystemValues
 

T

tearDown() - Method in class net.firstpartners.nounit.reader.bytecode.test.TestByteCodePackageSnippetFactory
Code run after each test
tearDown() - Method in class net.firstpartners.nounit.reader.bytecode.test.TestByteCodeCallsSnippetFactory
Code run after each test
tearDown() - Method in class net.firstpartners.nounit.reader.bytecode.test.TestByteCodeMethodSnippetFactory
Code run after each test
tearDown() - Method in class net.firstpartners.nounit.reader.bytecode.test.TestByteCodeClassSnippetFactory
Code run after each test
tearDown() - Method in class net.firstpartners.nounit.reader.bytecode.test.TestByteCodeProjectSnippetFactory
Code run after each test
tearDown() - Method in class net.firstpartners.nounit.snippet.test.TestSnippetProject
Code run after each test
tearDown() - Method in class net.firstpartners.nounit.snippet.test.TestSnippetCalls
Code run after each test
tearDown() - Method in class net.firstpartners.nounit.snippet.test.TestSnippets
Code run after each test
tearDown() - Method in class net.firstpartners.nounit.snippet.test.TestSnippetPackage
Code run after each test
tearDown() - Method in class net.firstpartners.nounit.snippet.test.TestSnippetClass
Code run after each test
tearDown() - Method in class net.firstpartners.nounit.snippet.test.TestSnippetMethod
Code run after each test
tearDown() - Method in class net.firstpartners.nounit.ui.command.test.TestCommandLineProcessor
Code run after each test
testAddAdditionalData() - Method in class net.firstpartners.nounit.ui.test.TestCommandPackage
test add additional data
testAddHashTable() - Method in class net.firstpartners.nounit.ui.test.TestCommandPackage
Test adding of Keys
TestByteCodeCallsSnippetFactory - class net.firstpartners.nounit.reader.bytecode.test.TestByteCodeCallsSnippetFactory.
Test the Method Snippet Factory
TestByteCodeCallsSnippetFactory(String) - Constructor for class net.firstpartners.nounit.reader.bytecode.test.TestByteCodeCallsSnippetFactory
Constructor as required by Junit
TestByteCodeClassSnippetFactory - class net.firstpartners.nounit.reader.bytecode.test.TestByteCodeClassSnippetFactory.
Test the Class Snippet Factory
TestByteCodeClassSnippetFactory(String) - Constructor for class net.firstpartners.nounit.reader.bytecode.test.TestByteCodeClassSnippetFactory
Constructor as required by Junit
TestByteCodeMethodSnippetFactory - class net.firstpartners.nounit.reader.bytecode.test.TestByteCodeMethodSnippetFactory.
Test the Method Snippet Factory
TestByteCodeMethodSnippetFactory(String) - Constructor for class net.firstpartners.nounit.reader.bytecode.test.TestByteCodeMethodSnippetFactory
Constructor as required by Junit
TestByteCodePackageSnippetFactory - class net.firstpartners.nounit.reader.bytecode.test.TestByteCodePackageSnippetFactory.
Test the Class Snippet Factory
TestByteCodePackageSnippetFactory(String) - Constructor for class net.firstpartners.nounit.reader.bytecode.test.TestByteCodePackageSnippetFactory
Constructor as required by Junit
TestByteCodeProjectSnippetFactory - class net.firstpartners.nounit.reader.bytecode.test.TestByteCodeProjectSnippetFactory.
Test the Class Snippet Factory
TestByteCodeProjectSnippetFactory(String) - Constructor for class net.firstpartners.nounit.reader.bytecode.test.TestByteCodeProjectSnippetFactory
Constructor as required by Junit
TestCallChainer - class net.firstpartners.nounit.report.process.test.TestCallChainer.
Tests the functions in the Util Class
TestCallChainer(String) - Constructor for class net.firstpartners.nounit.report.process.test.TestCallChainer
Constructor Required by Junit
TestCollectionUtil - class net.firstpartners.nounit.utility.test.TestCollectionUtil.
Tests the functions in the Util Class
TestCollectionUtil(String) - Constructor for class net.firstpartners.nounit.utility.test.TestCollectionUtil
Constructor Required by Junit
testCombinedPath() - Method in class net.firstpartners.nounit.utility.test.TestFileUtil
Test Combination of two files
testCommandLine() - Method in class net.firstpartners.nounit.ui.command.test.TestCommandLineProcessor
Test the Command line Functionality - main entry point into system
TestCommandLineProcessor - class net.firstpartners.nounit.ui.command.test.TestCommandLineProcessor.
Test the Finder Class.
As the main command line entry point to the system , these tests should validate the entire system
TestCommandLineProcessor(String) - Constructor for class net.firstpartners.nounit.ui.command.test.TestCommandLineProcessor
Constructor as required by Junit
TestCommandPackage - class net.firstpartners.nounit.ui.test.TestCommandPackage.
Test the Command package class in the Junit testrunner
TestCommandPackage(String) - Constructor for class net.firstpartners.nounit.ui.test.TestCommandPackage
Call the Junit test constructor
testCommandPackageCreation() - Method in class net.firstpartners.nounit.ui.test.TestCommandPackage
Test the creation of the Command Package (Method1) and retrieving Values from the command line
testConversion() - Method in class net.firstpartners.nounit.report.process.test.TestCallChainer
Test the conversion of the XML Tree
testConvertMethodsAsSnippets() - Method in class net.firstpartners.nounit.reader.bytecode.test.TestByteCodeMethodSnippetFactory
 
TestData - class net.firstpartners.nounit.test.TestData.
Test Information - System Wide Tests
TestData() - Constructor for class net.firstpartners.nounit.test.TestData
 
TestDirectoryWalker - class net.firstpartners.nounit.utility.test.TestDirectoryWalker.
Class to test the Directory Walker
TestDirectoryWalker(String) - Constructor for class net.firstpartners.nounit.utility.test.TestDirectoryWalker
Constructor Required by Junit
testDoubleAdd() - Method in class net.firstpartners.nounit.ui.test.TestCommandPackage
Check Double Add Objects added at differenct times should not be vectorized...
testException1Value() - Method in class net.firstpartners.nounit.utility.test.TestNoUnitException
Test Constructor with two values
testException2Values() - Method in class net.firstpartners.nounit.utility.test.TestNoUnitException
Test Constructor with two values
testException3Values() - Method in class net.firstpartners.nounit.utility.test.TestNoUnitException
Test Constructor with three values
TestFileUtil - class net.firstpartners.nounit.utility.test.TestFileUtil.
Tests the functions in the File Manage Class
TestFileUtil(String) - Constructor for class net.firstpartners.nounit.utility.test.TestFileUtil
Constructor Required by Junit
testGetClassInfo() - Method in class net.firstpartners.nounit.reader.bytecode.test.TestByteCodeClassSnippetFactory
 
testGetKeys() - Method in class net.firstpartners.nounit.ui.test.TestCommandPackage
Test getting of keys from Command Package
testGetNodeIndex() - Method in class net.firstpartners.nounit.utility.test.TestXmlUtil
Test Indexing of nodes
testGetSnippetInfo() - Method in class net.firstpartners.nounit.reader.bytecode.test.TestByteCodePackageSnippetFactory
 
testGetSnippetInfo() - Method in class net.firstpartners.nounit.reader.bytecode.test.TestByteCodeProjectSnippetFactory
 
testLogFileValue() - Method in class net.firstpartners.nounit.utility.test.TestLogging
Test that a value is set for the log file
TestLogging - class net.firstpartners.nounit.utility.test.TestLogging.
Class to test logging of system output and system errors
TestLogging(String) - Constructor for class net.firstpartners.nounit.utility.test.TestLogging
Constructor Required by Junit
testMove() - Method in class net.firstpartners.nounit.ui.test.TestCommandPackage
Test Move Method
testMultipleValues() - Method in class net.firstpartners.nounit.ui.test.TestCommandPackage
Test Storage / Retrieval of Ints
testNothing() - Method in class net.firstpartners.nounit.utility.test.TestCollectionUtil
Only here till more unit tests are put in...
TestNoUnitException - class net.firstpartners.nounit.utility.test.TestNoUnitException.
Class to test NoUnitException class
TestNoUnitException(String) - Constructor for class net.firstpartners.nounit.utility.test.TestNoUnitException
Constructor required by Junit
testParameterStringConversion() - Method in class net.firstpartners.nounit.reader.bytecode.test.TestByteCodeCallsSnippetFactory
Test the breaking of the parameter String (tag info) into Hashtable
testParameterStringConversion() - Method in class net.firstpartners.nounit.reader.bytecode.test.TestByteCodeMethodSnippetFactory
Test the breaking of the parameter String (tag info) into Hashtable
testParameterStringConversion() - Method in class net.firstpartners.nounit.reader.bytecode.test.TestByteCodeClassSnippetFactory
Test the breaking of the parameter String (tag info) into Hashtable
testRemove() - Method in class net.firstpartners.nounit.ui.test.TestCommandPackage
test remove method
testRemove() - Method in class net.firstpartners.nounit.utility.TestTextUtil
Test the remove funtionality
testRemoveTrailing() - Method in class net.firstpartners.nounit.utility.TestTextUtil
Test the remove trailing functionality
testReplace() - Method in class net.firstpartners.nounit.utility.TestTextUtil
Tests replace method
testReplaceAll() - Method in class net.firstpartners.nounit.utility.TestTextUtil
Tests replaceAll method
testSearch() - Method in class net.firstpartners.nounit.utility.test.TestXmlUtil
Test Search
testSeeDirs() - Method in class net.firstpartners.nounit.utility.test.TestDirectoryWalker
 
testSeeFiles() - Method in class net.firstpartners.nounit.utility.test.TestDirectoryWalker
 
testSnippetCalledMethodXml() - Method in class net.firstpartners.nounit.snippet.test.TestSnippetCalls
Test XML Output
TestSnippetCalls - class net.firstpartners.nounit.snippet.test.TestSnippetCalls.
Test the Class Snippet Package
TestSnippetCalls(String) - Constructor for class net.firstpartners.nounit.snippet.test.TestSnippetCalls
Constructor as required by Junit
TestSnippetClass - class net.firstpartners.nounit.snippet.test.TestSnippetClass.
Test the Class Snippet Package
TestSnippetClass(String) - Constructor for class net.firstpartners.nounit.snippet.test.TestSnippetClass
Constructor as required by Junit
TestSnippetData - class net.firstpartners.nounit.snippet.test.TestSnippetData.
Provides standard information for testing Snippets
TestSnippetData() - Constructor for class net.firstpartners.nounit.snippet.test.TestSnippetData
 
TestSnippetMethod - class net.firstpartners.nounit.snippet.test.TestSnippetMethod.
Test the Class Snippet Package
TestSnippetMethod(String) - Constructor for class net.firstpartners.nounit.snippet.test.TestSnippetMethod
Constructor as required by Junit
testSnippetMethodXml() - Method in class net.firstpartners.nounit.snippet.test.TestSnippetClass
 
testSnippetMethodXml() - Method in class net.firstpartners.nounit.snippet.test.TestSnippetMethod
 
TestSnippetPackage - class net.firstpartners.nounit.snippet.test.TestSnippetPackage.
Test the Class Snippet Package
TestSnippetPackage(String) - Constructor for class net.firstpartners.nounit.snippet.test.TestSnippetPackage
Constructor as required by Junit
testSnippetPackages() - Method in class net.firstpartners.nounit.snippet.test.TestSnippetPackage
 
testSnippetPackagesToXml() - Method in class net.firstpartners.nounit.snippet.test.TestSnippetPackage
 
TestSnippetProject - class net.firstpartners.nounit.snippet.test.TestSnippetProject.
Test the Class Snippet Package
TestSnippetProject(String) - Constructor for class net.firstpartners.nounit.snippet.test.TestSnippetProject
Constructor as required by Junit
testSnippetProjectsToXml() - Method in class net.firstpartners.nounit.snippet.test.TestSnippetProject
 
TestSnippets - class net.firstpartners.nounit.snippet.test.TestSnippets.
Test the Class Snippet Factory
testSnippets() - Method in class net.firstpartners.nounit.snippet.test.TestSnippets
 
TestSnippets(String) - Constructor for class net.firstpartners.nounit.snippet.test.TestSnippets
Constructor as required by Junit
testStoreGetInt() - Method in class net.firstpartners.nounit.ui.test.TestCommandPackage
Test Storage / Retrieval of Ints
testSysErr() - Method in class net.firstpartners.nounit.utility.test.TestLogging
test the ability to get system errors from class logging
testSysOut() - Method in class net.firstpartners.nounit.utility.test.TestLogging
test the ability to get system output from class logging
TestTextUtil - class net.firstpartners.nounit.utility.TestTextUtil.
Tests the functions in the Util Class
TestTextUtil(String) - Constructor for class net.firstpartners.nounit.utility.TestTextUtil
Constructor Required by Junit
TestUserData - class net.firstpartners.nounit.ui.test.TestUserData.
Holds Values used when Testing the Web Portion of the System Values can either be NT or Solaris Specific , or common to both
TestUserData() - Constructor for class net.firstpartners.nounit.ui.test.TestUserData
 
TestXmlUtil - class net.firstpartners.nounit.utility.test.TestXmlUtil.
Tests the functions in the The Xml Util Class
TestXmlUtil(String) - Constructor for class net.firstpartners.nounit.utility.test.TestXmlUtil
Constructor Required by Junit
TextUtil - class net.firstpartners.nounit.utility.TextUtil.
Performs common , but tricky tasks.
TextUtil() - Constructor for class net.firstpartners.nounit.utility.TextUtil
 
tidyNames(String) - Method in class net.firstpartners.nounit.reader.bytecode.AbstractByteCodeSnippetFactory
Tidy the Method and Class names
toString() - Method in class net.firstpartners.nounit.reader.bytecode.ByteCodeCallsSnippetFactory
Get the document containing the opcode counters.
toString() - Method in class net.firstpartners.nounit.snippet.AbstractSnippet
Methods implementing this should override the toString() method of object
toString() - Method in class net.firstpartners.nounit.snippet.Snippets
Get String Description of this class
toString() - Method in class net.firstpartners.nounit.snippet.SnippetClass
over-ride Object.toString() to provide more information about this class
toString() - Method in class net.firstpartners.nounit.snippet.SnippetProject
over-ride Object.toString() to provide more information about this class
toString() - Method in class net.firstpartners.nounit.snippet.SnippetMethod
over-ride Object.toString() to provide more information about this class
toString() - Method in class net.firstpartners.nounit.snippet.SnippetCalls
over-ride Object.toString() to provide more information about this class
toString() - Method in class net.firstpartners.nounit.snippet.SnippetPackage
over-ride Object.toString() to provide more information about this class
toString() - Method in class net.firstpartners.nounit.ui.common.AbstractPackage
Prints the internal represenation of the Package to an output stream for debugging
toString() - Method in class net.firstpartners.nounit.ui.common.CommandPackage
Overridden toString function to provide summary of info held in this class
toString() - Method in class net.firstpartners.nounit.utility.NoUnitException
Over-rides the toString method to provide more information.
toXml() - Method in class net.firstpartners.nounit.snippet.Snippets
Get an XML Representation of this Class (as String of XML)
toXml() - Method in class net.firstpartners.nounit.snippet.SnippetClass
Get an XML Representation of this Class (as String of XML)
toXml() - Method in class net.firstpartners.nounit.snippet.SnippetProject
Get an XML Representation of this Class (as String of XML)
toXml() - Method in class net.firstpartners.nounit.snippet.SnippetMethod
Get an XML Representation of this Class (as String of XML)
toXml() - Method in class net.firstpartners.nounit.snippet.SnippetCalls
Get an XML Representation of this Class (as String of XML)
toXml() - Method in class net.firstpartners.nounit.snippet.SnippetPackage
Get an XML Representation of this Class (as String of XML)
toXml() - Method in interface net.firstpartners.nounit.snippet.xml.IXmlSource
Get an XML Representation of this Class (as String of XML)
toXml(Element) - Method in class net.firstpartners.nounit.snippet.AbstractSnippet
Get an XML Representation of this Class (as String of XML)
transform(CommandPackage) - Method in class net.firstpartners.nounit.ui.common.Processor
Do the hard work Java->Xml->XSLT report using subclasses
transformFile(String, String, String) - Method in class net.firstpartners.nounit.report.AbstractReport
Use the TraX interface to perform a transformation in the simplest manner possible (Calls the main method of org.apache.xalan.xslt.Process - mimics calling the transfromer from the command-line where the xslt has been tested)

U

USER_MESSAGE - Static variable in class net.firstpartners.nounit.ui.common.CommandPackage
Message to be shown to the user

W

WareHouse - class net.firstpartners.nounit.utility.WareHouse.
Class Responsible for persisting Snippets / XML-Jdom Nodes (To disk mainly)
WareHouse() - Constructor for class net.firstpartners.nounit.utility.WareHouse
 

X

XML_CALLS_OUTPUT - Static variable in class net.firstpartners.nounit.test.TestData
Sample (with-calls) XML as produced by 2nd pass , after java processing
XML_OUTPUT_NAME - Static variable in class net.firstpartners.nounit.ui.common.SystemValues
 
XML_SIMPLE_OUTPUT - Static variable in class net.firstpartners.nounit.test.TestData
Sample (simple) XML as produced by 1st pass , before any java processing
XmlUtil - class net.firstpartners.nounit.utility.XmlUtil.
General XML Utility Functions
XmlUtil() - Constructor for class net.firstpartners.nounit.utility.XmlUtil
 
XSLT_REPORT - Static variable in class net.firstpartners.nounit.report.SimpleReport
Key that the XSLT report is stored under in the WebPackage

A B C D E F G I L M N O P R S T U W X