Package org.apache.jackrabbit.vault.vlt
Class FileList
- java.lang.Object
-
- org.apache.jackrabbit.vault.vlt.FileList
-
public class FileList extends Object
FileList
...
-
-
Constructor Summary
Constructors Constructor Description FileList(VltDirectory dir, VltEntries entries)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addFile(VltFile file)
VltFile
getFile(String name)
Set<String>
getFileNames()
Collection<VltFile>
getFiles()
boolean
hasFile(String name)
boolean
isIgnored(File file)
boolean
isVltIgnored(String name)
-
-
-
Constructor Detail
-
FileList
public FileList(VltDirectory dir, VltEntries entries) throws VltException
- Throws:
VltException
-
-