net.jxta.search.util
Class KeywordService

java.lang.Object
  |
  +--net.jxta.search.util.KeywordService

public class KeywordService
extends java.lang.Object


Constructor Summary
KeywordService(java.io.File d)
           
 
Method Summary
 java.util.Hashtable getCategoryKeywords()
           
 java.util.Vector getKeywords(java.lang.String categoryName)
          returns a Vector of keywords asssociated with a given categoryName
static void main(java.lang.String[] args)
           
 java.lang.String readKeywords(java.io.File categoryfile)
           
static void testKeywordService(java.io.File f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeywordService

public KeywordService(java.io.File d)
Method Detail

readKeywords

public java.lang.String readKeywords(java.io.File categoryfile)

getCategoryKeywords

public java.util.Hashtable getCategoryKeywords()

getKeywords

public java.util.Vector getKeywords(java.lang.String categoryName)
returns a Vector of keywords asssociated with a given categoryName

main

public static void main(java.lang.String[] args)

testKeywordService

public static void testKeywordService(java.io.File f)