Interface FileController
-
public interface FileController
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T extends BungeeConfiguration>
voidreload(T config)<T extends BungeeConfiguration>
voidsave(T config)
-
-
-
Method Detail
-
save
<T extends BungeeConfiguration> void save(T config) throws IOException
- Throws:
IOException
-
reload
<T extends BungeeConfiguration> void reload(T config)
-
-