Returns text information on the target VM and the debugger support that mirrors it. No specific format for this information is guaranteed. Typically, this string contains version information for the target VM and debugger interfaces. More precise information on VM and JDI versions is available through {@link #version}, {@link VirtualMachineManager#majorInterfaceVersion}, and {@link VirtualMachineManager#minorInterfaceVersion}
@return the description.
Executes the description template for a feature writing the results to an output stream.
This method is convenience for: description( feature, new OutputStreamWriter( output ) );
@param feature The feature to execute the template against.
@param output The output to write the result of the template to.
@throws IOException Any errors that occur during execution of the template.
Creates a new {@link TraversalDescription} with default value foreverything so that it's OK to call {@link TraversalDescription#traverse(org.neo4j.graphdb.Node)} withoutmodification. But it isn't a very useful traversal, instead you should add rules and behaviours to it before traversing.
@return a new {@link TraversalDescription} with default values.
Executes the description template for a feature writing the results to an output stream.
This method is convenience for: description( feature, new OutputStreamWriter( output ) );
@param feature The feature to execute the template against.
@param output The output to write the result of the template to.
@throws IOException Any errors that occur during execution of the template.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.