Esempio n. 1
0
 void store() {
   GlobalCheckstyleSettings.INSTANCE.setCheckstyleConfigurationPath(
       checkstyleConfiguration.getConfigFilePath());
   GlobalCheckstyleSettings.INSTANCE.setPropertiesPath(
       checkstyleConfiguration.getPropertiesFilePath());
   GlobalCheckstyleSettings.INSTANCE.setProperties(checkstyleConfiguration.getProperties());
   GlobalCheckstyleSettings.INSTANCE.flush();
 }