/**
* SPDXVersion: SPDX-1.1
* Creator: Person: Nuno Brito (nuno.brito@triplecheck.de)
* Creator: Organization: TripleCheck (http://triplecheck.de)
* Created: 2013-12-11T00:00:00Z
* LicenseName: NOASSERTION
* FileName: params.java
* FileType: SOURCE
* FileCopyrightText: <text> Copyright (c) 2013 Nuno Brito, TripleCheck </text>
* FileComment: <text> Common place to store parameters used across scripts.
* The lower case on class files is mostly used for classes that are static,
* not meant to be instantiated.</text>
*/
package main;
/**
*
* @author Nuno Brito, 11th of December 2013 in Darsmtadt, Germany
*/
public class param {
public static final String
filter = "filter",
withLicense = "withlicense",
noLicense = "nolicense",
spdx = "spdx",
file = "file";
}