Guest User

Untitled

a guest
Nov 24th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. public class App {
  2. public static void main(String[] args) throws FileNotFoundException {
  3. Yaml y= new Yaml();
  4. FileReader file = new FileReader("YAML.yml");
  5.  
  6. Configuration config = y.loadAs(file,Configuration.class);
  7. }
  8. }
Add Comment
Please, Sign In to add comment