|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FileNamingPolicy
A FileNamingPolicy is used by a MultiFileWriter to generate the sequence of file names to use when writing.
Method Summary | |
---|---|
java.io.FilenameFilter |
getFilenameFilter()
Gets the filename filter that can be used to filter files named by this policy. |
java.io.File |
getInitialName()
Initializes the policy and returns the current name to use. |
java.io.File |
getNextName()
Gets the next name to use. |
java.io.File[] |
listFiles()
Gets all the existing files named by this policy. |
Method Detail |
---|
java.io.File getInitialName()
java.io.File getNextName()
java.io.FilenameFilter getFilenameFilter()
java.io.File[] listFiles()
null
if an
error occured.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |