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 voidaddFile(VltFile file)VltFilegetFile(String name)Set<String>getFileNames()Collection<VltFile>getFiles()booleanhasFile(String name)booleanisIgnored(File file)booleanisVltIgnored(String name)
-
-
-
Constructor Detail
-
FileList
public FileList(VltDirectory dir, VltEntries entries) throws VltException
- Throws:
VltException
-
-