|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProducerInterface
A Producer is one step in the pipeline process to build a file in a website.
Method Summary | |
---|---|
void |
destroy()
Destroy the producer. |
boolean |
hasBeenUpdated(long lastBuild)
Check if something has been updated so a rebuild is nessesary. |
void |
init()
Initialize the producer. |
Method Detail |
---|
void init() throws LagoonException, java.io.IOException
LagoonException
java.io.IOException
void destroy() throws java.io.IOException
java.io.IOException
boolean hasBeenUpdated(long lastBuild) throws LagoonException, java.io.IOException
lastBuild
- the time of the last build
LagoonException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |