Package oms3.ngmf.ui.mms
Class MmsParamsReader
- java.lang.Object
-
- oms3.ngmf.ui.mms.MmsParamsReader
-
public class MmsParamsReader extends Object
-
-
Constructor Summary
Constructors Constructor Description MmsParamsReader(FileReader file)MmsParamsReader(FileReader file, Logger log)MmsParamsReader(String fileName)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] arg)ParameterSetread()
-
-
-
Constructor Detail
-
MmsParamsReader
public MmsParamsReader(String fileName) throws IOException
- Throws:
IOException
-
MmsParamsReader
public MmsParamsReader(FileReader file) throws IOException
- Throws:
IOException
-
MmsParamsReader
public MmsParamsReader(FileReader file, Logger log) throws IOException
- Throws:
IOException
-
-
Method Detail
-
read
public ParameterSet read() throws IOException
- Throws:
IOException
-
main
public static void main(String[] arg)
-
-