FreeCNC

Class Configfile

java.lang.Object
  |
  +--Configfile

public class Configfile
extends java.lang.Object


Constructor Summary
Configfile()
           
 
Method Summary
 void exists()
           
static Values readvalues()
           
static void showvalues(Values val)
           
static void writedefaults(java.io.File configfile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Configfile

public Configfile()
Method Detail

exists

public void exists()

writedefaults

public static void writedefaults(java.io.File configfile)
                          throws java.io.IOException

readvalues

public static Values readvalues()
                         throws java.io.IOException

showvalues

public static void showvalues(Values val)

FreeCNC