Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

entagged.library
Class LibraryDatabaseIndexer  view LibraryDatabaseIndexer download LibraryDatabaseIndexer.java

java.lang.Object
  extended byentagged.library.LibraryDatabaseIndexer

public class LibraryDatabaseIndexer
extends java.lang.Object

Description of the Class. $Id: LibraryDatabaseIndexer.java,v 1.2 2003/11/09 22:27:10 kikidonk Exp $

Version:
v0.09

Field Summary
private  LibraryDatabase ldb
          Description of the Field
 
Constructor Summary
LibraryDatabaseIndexer(LibraryDatabase ldb)
          Constructor for the LibraryDatabaseIndexer object
 
Method Summary
private  java.lang.String formatPath(java.lang.String path)
          Description of the Method
private  java.lang.String formatString(java.lang.String s)
          Description of the Method
 void indexLibrary(java.io.File path, java.lang.String name)
          Description of the Method
 int readInteger(java.sql.ResultSet resultSet)
          Description of the Method
 void scanFolder(java.io.File dir, java.lang.String location, java.lang.String root)
          Description of the Method
 void scanLargeFolder(java.io.File directory, java.lang.String location, java.lang.String root)
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ldb

private LibraryDatabase ldb
Description of the Field

Constructor Detail

LibraryDatabaseIndexer

public LibraryDatabaseIndexer(LibraryDatabase ldb)
Constructor for the LibraryDatabaseIndexer object

Method Detail

indexLibrary

public void indexLibrary(java.io.File path,
                         java.lang.String name)
Description of the Method


readInteger

public int readInteger(java.sql.ResultSet resultSet)
Description of the Method


scanFolder

public void scanFolder(java.io.File dir,
                       java.lang.String location,
                       java.lang.String root)
Description of the Method


scanLargeFolder

public void scanLargeFolder(java.io.File directory,
                            java.lang.String location,
                            java.lang.String root)
Description of the Method


formatPath

private java.lang.String formatPath(java.lang.String path)
Description of the Method


formatString

private java.lang.String formatString(java.lang.String s)
Description of the Method