Interface FileController
- 
 public interface FileController 
- 
- 
Method SummaryAll 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) 
 
- 
 
-