org.opensolaris.opengrok.analysis
Class Ctags

java.lang.Object
  extended by org.opensolaris.opengrok.analysis.Ctags

public class Ctags
extends java.lang.Object

Provides Ctags by having a running instance of ctags


Constructor Summary
Ctags()
           
 
Method Summary
 void close()
           
 Definitions doCtags(java.lang.String file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ctags

public Ctags()
      throws java.io.IOException
Throws:
java.io.IOException
Method Detail

close

public void close()
           throws java.io.IOException
Throws:
java.io.IOException

doCtags

public Definitions doCtags(java.lang.String file)
                    throws java.io.IOException
Throws:
java.io.IOException