public class KeyFilter
extends Object
The KeyFilter class parses Force Field X Keyword (*.KEY) and Property (*.PROPERTIES) files.
- Since:
- 1.0
- Author:
- Michael J. Schnieders
-
Constructor Summary
Constructors
Constructor for KeyFilter.
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
KeyFilter
public KeyFilter()
Constructor for KeyFilter.
-
Method Details
-
open
open
- Parameters:
keyFile
- a File
object.
- Returns:
- a
Hashtable
object.
-