Class GraphPrinter
java.lang.Object
org.brijframework.reflection.graph.GraphPrinter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionformatDate(Object date) static GraphPrintergetPrinter(Object object) initialize object and get instance of thisPrints an Object to a file whose filename is passed to
its containing object while instantiating it.Prints an Object to a file whose filename is passed to
its containing object while instantiating it.printToFile(File file) Object map write to fileprintToFile(String filePath) Object map write to filePrints an Object to screenbooleanvalidateString(String aString) Verifies the string to check if it contains only valid chararacters As of now Validate Characters are : Any alphabet, '(', ')', ' '
-
Constructor Details
-
GraphPrinter
public GraphPrinter()
-
-
Method Details
-
getPrinter
initialize object and get instance of this- Parameters:
object-
-
printToScreen
Prints an Object to screen- Parameters:
a-- Returns:
-
printObject
Prints an Object to a file whose filename is passed to
its containing object while instantiating it.- Returns:
-
printObject
Prints an Object to a file whose filename is passed to
its containing object while instantiating it.- Parameters:
a-- Returns:
-
formatDate
-
validateString
Verifies the string to check if it contains only valid chararacters As of now Validate Characters are : Any alphabet, '(', ')', ' '- Parameters:
aString-- Returns:
- true | false
-
printToFile
Object map write to file- Parameters:
file-- Returns:
- text
- Throws:
Exception
-
printToFile
Object map write to file- Parameters:
file-- Returns:
- text
- Throws:
Exception
-