Skip to content

Instantly share code, notes, and snippets.

@zubayerahamed
Created February 25, 2018 07:41
Show Gist options
  • Save zubayerahamed/3f057cb7353164d54951aa686c4731d5 to your computer and use it in GitHub Desktop.
Save zubayerahamed/3f057cb7353164d54951aa686c4731d5 to your computer and use it in GitHub Desktop.
Find files from resource/template directory
stringBuilder = new StringBuilder(this.getClass().getClassLoader().getResource("templates").toURI().getPath()).append(File.separator).append(xslTemplate);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment