- generate() - Method in class com.mockrunner.gen.AbstractAdapterGenerator
-
- generate() - Method in class com.mockrunner.gen.proc.JavaClassGenerator
-
- GeneratorUtil - Class in com.mockrunner.gen.proc
-
- GeneratorUtil() - Constructor for class com.mockrunner.gen.proc.GeneratorUtil
-
- get(Object) - Method in class com.mockrunner.util.common.CaseAwareMap
-
- getArgumentName(Class) - Static method in class com.mockrunner.util.common.ClassUtil
-
Returns a suitable argument name for arguments
of type argumentType
.
- getArgumentNames() - Method in class com.mockrunner.gen.proc.JavaClassGenerator.ConstructorDeclaration
-
- getArguments() - Method in class com.mockrunner.gen.proc.JavaClassGenerator.ConstructorDeclaration
-
- getBodyFragmentFromJDOMDocument(Document) - Static method in class com.mockrunner.util.web.XmlUtil
-
Convinience method for HTML fragments.
- getBodyFragmentJDOMDocument(Document) - Static method in class com.mockrunner.util.web.XmlUtil
-
- getByteArrayFromList(List) - Static method in class com.mockrunner.util.common.ArrayUtil
-
Returns a byte array containing the bytes from the List
.
- getByteArrayFromList(List, int) - Static method in class com.mockrunner.util.common.ArrayUtil
-
Returns a byte array containing the bytes from the List
.
- getByteArrayFromList(List, int, int) - Static method in class com.mockrunner.util.common.ArrayUtil
-
Returns a byte array containing the bytes from the List
.
- getClassName(Class) - Static method in class com.mockrunner.util.common.ClassUtil
-
Returns the name of the specified class.
- getCodeLines() - Method in class com.mockrunner.gen.proc.JavaClassGenerator.ConstructorDeclaration
-
- getCommentLines() - Method in class com.mockrunner.gen.proc.JavaClassGenerator.ConstructorDeclaration
-
- getEndLineNumber() - Method in class com.mockrunner.gen.proc.JavaLineParser.Block
-
- getExceptions() - Method in class com.mockrunner.gen.proc.JavaClassGenerator.ConstructorDeclaration
-
- getExcludedMethods() - Method in class com.mockrunner.gen.AbstractAdapterGenerator.ProcessingUnit
-
- getFieldsSortedByInheritanceHierarchy(Class) - Static method in class com.mockrunner.util.common.FieldUtil
-
Returns all non-static fields declared by the specified class and its
superclasses.
- getHTMLParser() - Static method in class com.mockrunner.util.web.XmlUtil
-
Returns a parser suitable for parsing HTML documents.
- getImplementedInterfaces(Class) - Static method in class com.mockrunner.util.common.ClassUtil
-
Returns all interfaces implemented by the specified class
including all interfaces implemented by super classes.
- getInheritanceHierarchy(Class) - Static method in class com.mockrunner.util.common.ClassUtil
-
Returns the inheritance hierarchy of the specified class.
- getJEE5OnlyJars() - Static method in class com.mockrunner.gen.jar.MockrunnerJars
-
- getLine() - Method in class com.mockrunner.gen.proc.JavaLineParser.Line
-
- getLineNumber() - Method in class com.mockrunner.gen.proc.JavaLineParser.Line
-
- getLinesFromFile(File) - Static method in class com.mockrunner.util.common.FileUtil
-
Reads all lines from a text file and adds them to a List
.
- getLinesFromReader(Reader) - Static method in class com.mockrunner.util.common.StreamUtil
-
Reads the lines from the specified reader and adds them to a List
.
- getListFromByteArray(byte[]) - Static method in class com.mockrunner.util.common.ArrayUtil
-
Returns a List
containing the bytes from the
specified array as Byte
objects.
- getMatchingDeclaredMethods(Class, String) - Static method in class com.mockrunner.util.common.MethodUtil
-
Returns the declared methods of the specified class whose names are matching
the specified regular expression.
- getMessage() - Method in exception com.mockrunner.base.NestedApplicationException
-
- getMethodsSortedByInheritanceHierarchy(Class) - Static method in class com.mockrunner.util.common.MethodUtil
-
Returns all non-static methods declared by the specified class and its
superclasses.
- getMockrunnerJars() - Static method in class com.mockrunner.gen.jar.MockrunnerJars
-
- getModifier() - Method in class com.mockrunner.gen.proc.JavaClassGenerator.MethodDeclaration
-
- getModule() - Method in class com.mockrunner.gen.AbstractAdapterGenerator.ProcessingUnit
-
- getName() - Method in interface com.mockrunner.gen.proc.AdapterProcessor
-
- getName() - Method in class com.mockrunner.gen.proc.JavaClassGenerator.MethodDeclaration
-
- getNested() - Method in exception com.mockrunner.base.NestedApplicationException
-
Returns the nested exception
(which may also be a NestedApplicationException
)
- getOutput() - Method in interface com.mockrunner.gen.proc.AdapterProcessor
-
- getOverriddenMethods(Class, Method[]) - Static method in class com.mockrunner.util.common.MethodUtil
-
Returns all methods in methods
that are overridden in
the specified class hierarchy.
- getPackageName(Class) - Static method in class com.mockrunner.util.common.ClassUtil
-
Returns the name of the package of the specified class.
- getPermission(String) - Static method in class com.mockrunner.gen.jar.MockrunnerJars
-
- getProcessor() - Method in class com.mockrunner.gen.AbstractAdapterGenerator.ProcessingUnit
-
- getProhibited(Set) - Method in class com.mockrunner.gen.jar.MockrunnerJars.Permission
-
- getReaderAsString(Reader) - Static method in class com.mockrunner.util.common.StreamUtil
-
Returns the contents of the reader as a string.
- getReaderAsString(Reader, int) - Static method in class com.mockrunner.util.common.StreamUtil
-
Returns the contents of the reader as a string.
- getResult() - Method in class com.mockrunner.gen.proc.JavaLineAssembler
-
- getResultAsBuffer() - Method in class com.mockrunner.gen.proc.JavaLineAssembler
-
- getReturnType() - Method in class com.mockrunner.gen.proc.JavaClassGenerator.MethodDeclaration
-
- getRootCause() - Method in exception com.mockrunner.base.NestedApplicationException
-
Returns the root cause, i.e.
- getSrcDir() - Method in class com.mockrunner.gen.AbstractAdapterGenerator
-
- getStandardInterfaceJars() - Static method in class com.mockrunner.gen.jar.MockrunnerJars
-
- getStreamAsByteArray(InputStream) - Static method in class com.mockrunner.util.common.StreamUtil
-
Returns the contents of the input stream as byte array.
- getStreamAsByteArray(InputStream, int) - Static method in class com.mockrunner.util.common.StreamUtil
-
Returns the contents of the input stream as byte array.