C D E G I M S V

C

ClasspathSearcher - class com.isocra.utils.jarSearch.ClasspathSearcher.
This class searches through the jars in the classes in the CLASSPATH and looks at the names of the contents to match the specified searchJar string.
ClasspathSearcher() - Constructor for class com.isocra.utils.jarSearch.ClasspathSearcher
 
com.isocra.utils.jarSearch - package com.isocra.utils.jarSearch
Provides utilities for searching through directories or the CLASSPATH for specific classes and other resources.

D

DirectorySearcher - class com.isocra.utils.jarSearch.DirectorySearcher.
This class searches through the jars in a searchJar path and looks at the names of the contents to match the specified searchJar string.
DirectorySearcher() - Constructor for class com.isocra.utils.jarSearch.DirectorySearcher
 

E

EntryNameVisitor - class com.isocra.utils.jarSearch.EntryNameVisitor.
Checks to see if the name of the entry matches the pattern we're looking for
EntryNameVisitor(String) - Constructor for class com.isocra.utils.jarSearch.EntryNameVisitor
Take in a string pattern that we can use for matching against jar entry names.
EntryVisitor - class com.isocra.utils.jarSearch.EntryVisitor.
EntryVisitor is the abstract class for visitors which will be called on every file inside a Jar
EntryVisitor() - Constructor for class com.isocra.utils.jarSearch.EntryVisitor
 

G

getResults() - Method in class com.isocra.utils.jarSearch.EntryNameVisitor
Check to see if we've found anything and if not say so, otherwise return our results
getResults() - Method in class com.isocra.utils.jarSearch.EntryVisitor
get the results as a string, like that we have a choice about how to output them

I

isJar(File) - Method in class com.isocra.utils.jarSearch.EntryVisitor
Takes in a file returns true if the name of the file ends in .JAR (regardless of case)

M

main(String[]) - Static method in class com.isocra.utils.jarSearch.ClasspathSearcher
A main function to start off the process
main(String[]) - Static method in class com.isocra.utils.jarSearch.DirectorySearcher
A main function to start off the process

S

searchDir(File) - Method in class com.isocra.utils.jarSearch.EntryVisitor
Search through a directory looking for jars or class files
searchJar(File) - Method in class com.isocra.utils.jarSearch.EntryVisitor
Search through the jar file visiting every entry to see if it matches

V

visit(JarFile, JarEntry) - Method in class com.isocra.utils.jarSearch.EntryNameVisitor
look at the name of the entry and see if it matches, if so, add its name to the output.
visit(File) - Method in class com.isocra.utils.jarSearch.EntryNameVisitor
Look at the name of the file and see if it matches, if so add its name to the output
visit(JarFile, JarEntry) - Method in class com.isocra.utils.jarSearch.EntryVisitor
visit is called on every entry in the current jar
visit(File) - Method in class com.isocra.utils.jarSearch.EntryVisitor
visit a file rather than a jar entry

C D E G I M S V

Copyright © 2004 Isocra Ltd. All Rights Reserved.