Uses of Class
edu.uiuc.ncsa.security.installer.SingleSourceSet
-
Packages that use SingleSourceSet Package Description edu.uiuc.ncsa.security.installer -
-
Uses of SingleSourceSet in edu.uiuc.ncsa.security.installer
Methods in edu.uiuc.ncsa.security.installer that return SingleSourceSet Modifier and Type Method Description protected SingleSourceSet
InstallConfigurationImporter. doSingleDirectoryCase(Map map, String type)
the YAML file may have a single directory or a list of them.Methods in edu.uiuc.ncsa.security.installer that return types with arguments of type SingleSourceSet Modifier and Type Method Description List<SingleSourceSet>
InstallConfiguration. getSourceSets()
Methods in edu.uiuc.ncsa.security.installer with parameters of type SingleSourceSet Modifier and Type Method Description protected void
InstallConfigurationImporter. processDirectories(SingleSourceSet singleSourceSet, List dirList, String type)
The directories entry contains a list of directoriesprotected 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)
Method parameters in edu.uiuc.ncsa.security.installer with type arguments of type SingleSourceSet Modifier and Type Method Description void
InstallConfiguration. setSourceSets(List<SingleSourceSet> sourceSets)
-