Searched refs:fileResourceName (Results 1 – 1 of 1) sorted by relevance
187 String fileResourceName) throws IOException { in toSigningCertificateLineage() argument188 DataSource lineageDataSource = toDataSource(cls, fileResourceName); in toSigningCertificateLineage()192 public static File toFile(Class<?> cls, String fileResourceName, in toFile() argument195 try (InputStream in = cls.getResourceAsStream(fileResourceName); in toFile()198 throw new IllegalArgumentException("Resource not found: " + fileResourceName); in toFile()