|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FileTarget
Defines operations a Producer can do on a File target.
Method Summary | |
---|---|
boolean |
isWildcard()
Determine if this file target is a wildcard. |
OutputHandler |
newAsyncTarget(java.lang.String filename,
boolean prependFilename)
Open a new target file, without closing the current one. |
org.xml.sax.ContentHandler |
newAsyncTargetWithOutput(java.lang.String filename,
boolean prependFilename,
java.lang.String output)
Open a new target file, without closing the current one. |
void |
newTarget(java.lang.String filename,
boolean prependFilename)
Open a new target file, and close the current one. |
Methods inherited from interface nu.staldal.lagoon.core.Target |
---|
getCurrentTargetURL |
Method Detail |
---|
void newTarget(java.lang.String filename, boolean prependFilename)
filename
- filename to use, must not start with '/'prependFilename
- prepend the name of the current main file
and an '_' to the new file name.OutputHandler newAsyncTarget(java.lang.String filename, boolean prependFilename) throws java.io.IOException
filename
- filename to use, may start with '/'prependFilename
- prepend the name of the current main file
and an '_' to the new file name (has no
effect if filename starts with '/').
java.io.IOException
org.xml.sax.ContentHandler newAsyncTargetWithOutput(java.lang.String filename, boolean prependFilename, java.lang.String output) throws java.io.IOException, org.xml.sax.SAXException
boolean isWildcard()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |