Uses of Interface
edu.uiuc.ncsa.security.installer.FileEntryInterface
-
Packages that use FileEntryInterface Package Description edu.uiuc.ncsa.security.installer -
-
Uses of FileEntryInterface in edu.uiuc.ncsa.security.installer
Classes in edu.uiuc.ncsa.security.installer that implement FileEntryInterface Modifier and Type Class Description class
FileEntry
Created by Jeff Gaynor
on 6/13/24 at 11:24 AMclass
ZipArchive
Created by Jeff Gaynor
on 6/18/24 at 11:14 AMMethods in edu.uiuc.ncsa.security.installer that return types with arguments of type FileEntryInterface Modifier and Type Method Description List<FileEntryInterface>
DirectoryEntry. getFiles()
protected List<FileEntryInterface>
InstallConfigurationImporter. processFileEntries(List list)
protected List<FileEntryInterface>
InstallConfigurationImporter. processJarEntries(List list)
Method parameters in edu.uiuc.ncsa.security.installer with type arguments of type FileEntryInterface Modifier and Type Method Description void
DirectoryEntry. setFiles(List<FileEntryInterface> files)
-