|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectrendsite.engine.Processor
public class Processor
Processor is the bridge from the crawl engine and the renderers. It will make any final decisions on what to render and what not to render.
10NOV09 - EPG - First package release.
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
Processor(FileContext fcontext,
RenderingContext rcontext,
PropertiesContext pcontext,
RendsiteConfiguration configuration)
Create the processor. |
|
| Method Summary | |
|---|---|
long |
getConfigurationTime()
Get the newest configuration date/time. |
void |
process(Node_Directory theDirectory)
Process a directory (for frame context). |
long |
process(Node_File theFile)
Process a file. |
long |
processCatalog(Node_Directory theDirectory)
Process the catalog. |
void |
setConfigurationTime(long datetime)
Set the newest configuration date/time. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Processor(FileContext fcontext,
RenderingContext rcontext,
PropertiesContext pcontext,
RendsiteConfiguration configuration)
throws java.lang.Throwable
fcontext - the file contextrcontext - the renderer contextpcontext - the property contextconfiguration - the configuration for the system.
java.lang.Throwable - normally this will only happen if you pass a null or bad SystemInterface.| Method Detail |
|---|
public void setConfigurationTime(long datetime)
datetime - date/time in milliseconds from epoch.public long getConfigurationTime()
public long process(Node_File theFile)
throws java.lang.Throwable
theFile -
java.lang.Throwable - for a wide range of offenses.
public void process(Node_Directory theDirectory)
throws java.lang.Throwable
theDirectory -
java.lang.Throwable - for a wide range of offenses.
public long processCatalog(Node_Directory theDirectory)
throws java.lang.Throwable
theDirectory -
java.lang.Throwable - for a wide range of offenses.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||