public class TestDriver extends Object
Constructor and Description |
---|
TestDriver() |
Modifier and Type | Method and Description |
---|---|
static boolean |
exists(File f) |
static String |
load(String filename)
Loads text from a file.
|
static void |
main(String[] args) |
public static void main(String[] args)
public static String load(String filename) throws FileNotFoundException, IOException
filename
- FileNotFoundException
IOException
public static boolean exists(File f)
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.