I'm new to Scala and have imported an external Java (nmap4J) library that returns an object called:
class org.nmap4j.data.nmaprun.Verbose
- How do I determine what the object type is in scala?
- How would I then convert it to something thats usable in Scala?
I'm assuming I would ned to use the Scala Java Conversions, but I'm a little confused as where to start.
http://www.scala-lang.org/api/2.10.2/index.html#scala.collection.JavaConversions