-
@Component() public class KosmosDirectoryRepo
-
-
Method Summary
Modifier and Type Method Description FilegetFile(String version, String name)voidblockList(File file)booleanisBlockListed(File file)FilegetBlocklistPath(File file)voidallowlist(File file, String version)FilegetAllowlistFile()StringgetAllowlistVersion()voidremoveAllowlist(String version)-
-
Method Detail
-
isBlockListed
boolean isBlockListed(File file)
-
getBlocklistPath
File getBlocklistPath(File file)
-
getAllowlistFile
File getAllowlistFile()
-
getAllowlistVersion
String getAllowlistVersion()
-
removeAllowlist
void removeAllowlist(String version)
-
-
-
-