Guest User

Untitled

a guest
Dec 10th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. File propertiesFile = new File(PROPS_FILE_PATH)
  2. Properties workflowProperties = new Properties()
  3. propertiesFile.withInputStream {
  4. workflowProperties.load it
  5. }
Add Comment
Please, Sign In to add comment