Want more features on Pastebin? Sign Up, it's FREE!
Guest

Untitled

By: a guest on Aug 18th, 2011  |  syntax: Java  |  size: 0.29 KB  |  views: 63  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1.             File file = new File("target/").listFiles(new FileFilter()
  2.             {
  3.                @Override
  4.                public boolean accept(File pathname)
  5.                {
  6.                   return pathname.getName().matches("guvnor\\-webapp\\-.*");
  7.                }
  8.             })[0];
clone this paste RAW Paste Data