Searched refs:JSON_TEMPLATES (Results 1 – 1 of 1) sorted by relevance
50 public static final String JSON_TEMPLATES = "/json/templates/"; field in Main60 try (InputStream spec = Main.class.getResourceAsStream(JSON_TEMPLATES + args[0]); in main()93 URI uri = Main.class.getResource(JSON_TEMPLATES).toURI(); in listAllResources()98 templatesPath = fs.getPath(JSON_TEMPLATES); in listAllResources()