|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Fileset
Provides access to get the directory path or files represented by a <fileset/> configuration.
Method Summary | |
---|---|
java.lang.String |
getDir()
Returns the String path representing the directory of the fileset. |
java.util.Collection<java.io.File> |
getFileset()
This method returns a Collection of File objects determined by the fileset configuration. |
Method Detail |
---|
java.lang.String getDir()
String
path representing the directory of the fileset.
java.util.Collection<java.io.File> getFileset()
Collection
of File
objects determined by the fileset configuration. The returned Collection
is not updated
if the configuration changes
or the contents of a monitored directory are udpated. To be notified of
these changes use a FilesetChangeListener
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |