blob: f0eafc09ac7e5a3bb95b36785f93e57a0ffb2ba5 [file] [log] [blame]
package com.opensymphony.xwork2;
/**
* Factory that creates FileManager, default to {@link com.opensymphony.xwork2.util.fs.DefaultFileManager}
*/
public interface FileManagerFactory {
void setReloadingConfigs(String reloadingConfigs);
FileManager getFileManager();
}