|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectopendap.crawler.URLClassifier
public class URLClassifier
Grovel over a bunch of DDX URLs and group them using equivalence classes.
Constructor Summary | |
---|---|
URLClassifier(java.lang.String cacheName,
boolean readOnly)
|
Method Summary | |
---|---|
int |
assignUrlsToInitialGroups(java.util.Enumeration<java.lang.String> ddxURLs)
For all of the URLs, assign them to an initial set of URLGroups. |
int |
classifyURLs(java.io.PrintStream ps)
|
void |
lookForDates()
Look for dates in the equivalence classes that define each group |
static void |
main(java.lang.String[] args)
|
void |
printClassifications(java.io.PrintStream ps)
Print simple information about a classification. |
void |
printCompleteClassifications(java.io.PrintStream ps)
Print more information about each classification. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public URLClassifier(java.lang.String cacheName, boolean readOnly) throws java.lang.Exception
java.lang.Exception
Method Detail |
---|
public static void main(java.lang.String[] args)
public int classifyURLs(java.io.PrintStream ps) throws java.lang.Exception
java.lang.Exception
public int assignUrlsToInitialGroups(java.util.Enumeration<java.lang.String> ddxURLs) throws java.lang.Exception
java.lang.Exception
- If the URLComponents object cannot be builtpublic void lookForDates() throws java.lang.Exception
java.lang.Exception
public void printClassifications(java.io.PrintStream ps)
ps
- public void printCompleteClassifications(java.io.PrintStream ps)
ps
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |