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)
           
 void setBinary(java.lang.String binary)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ctags

public Ctags()
Method Detail

setBinary

public void setBinary(java.lang.String binary)

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