Class ValueReferences
- java.lang.Object
-
- org.spongepowered.configurate.examples.ValueReferences
-
public class ValueReferences extends Object
-
-
Constructor Summary
Constructors Constructor Description ValueReferences(Path configFile)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
static void
main(String[] args)
void
printData()
void
repl()
-
-
-
Constructor Detail
-
ValueReferences
public ValueReferences(Path configFile) throws IOException, ConfigurateException
- Throws:
IOException
ConfigurateException
-
-
Method Detail
-
repl
public void repl()
-
printData
public void printData()
-
close
public void close() throws IOException
- Throws:
IOException
-
-