All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.nuisto.model.OptionsModel.groovy Maven / Gradle / Ivy

There is a newer version: 0.6.0-alpha-1
Show newest version
package org.nuisto.model

class OptionsModel {
  String rules
  String sourceDirectory
  String resultsFile

  Map namespaces = new HashMap<>()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy