Uses of Class
edu.uiuc.ncsa.security.installer.DirectoryEntry
-
Packages that use DirectoryEntry Package Description edu.uiuc.ncsa.security.installer -
-
Uses of DirectoryEntry in edu.uiuc.ncsa.security.installer
Methods in edu.uiuc.ncsa.security.installer that return types with arguments of type DirectoryEntry Modifier and Type Method Description List<DirectoryEntry>
SingleSourceSet. getDirectories()
Methods in edu.uiuc.ncsa.security.installer with parameters of type DirectoryEntry Modifier and Type Method Description protected boolean
WebInstaller. isExec(DirectoryEntry de, FileEntry fe)
protected boolean
WebInstaller. isNotUpdateable(DirectoryEntry de, FileEntry fe)
protected boolean
WebInstaller. isUseTemplate(DirectoryEntry de, FileEntry fe)
protected int
WebInstaller. processFileEntry(SingleSourceSet sss, DirectoryEntry de, FileEntry fe, File target, boolean isUpdate, int doneCount, int totalFileCount)
protected int
WebInstaller. processZipArchive(SingleSourceSet sss, DirectoryEntry de, ZipArchive zfe, File target, boolean isUpdate, int doneCount, int totalFileCount)
protected long
WebInstaller. processZipFile(URL sourceURL, DirectoryEntry de, boolean isUpdate)
Method parameters in edu.uiuc.ncsa.security.installer with type arguments of type DirectoryEntry Modifier and Type Method Description void
SingleSourceSet. setDirectories(List<DirectoryEntry> directories)
-