Constant Field Values


Contents
org.apache.*

org.apache.rat.Defaults
public static final String PLAIN_STYLESHEET "org/apache/rat/plain-rat.xsl"

org.apache.rat.analysis.license.ApacheSoftwareLicense20
public static final String FIRST_LICENSE_LINE "Licensed under the Apache License, Version 2.0 (the \"License\")"
public static final String LICENSE_REFERENCE_LINE "http://www.apache.org/licenses/LICENSE-2.0"

org.apache.rat.analysis.license.GPL1License
public static final String FIRST_LICENSE_LINE "This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 1, or (at your option)\n any later version."

org.apache.rat.analysis.license.GPL2License
public static final String FIRST_LICENSE_LINE "This program is free software; you can redistribute it and/or\n modify it under the terms of the GNU General Public License\n as published by the Free Software Foundation; either version 2\n of the License, or (at your option) any later version."

org.apache.rat.analysis.license.GPL3License
public static final String FIRST_LICENSE_LINE "This program is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version."

org.apache.rat.analysis.license.MITLicense
public static final String AS_IS_LICENSE_LINE "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE."
public static final String FIRST_LICENSE_LINE "Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:"
public static final String MIDDLE_LICENSE_LINE "The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software."

org.apache.rat.api.MetaData
public static final String RAT_BASE_URL "http://org/apache/rat/meta-data"
public static final String RAT_DOCUMENT_CATEGORY_VALUE_ARCHIVE "archive"
public static final String RAT_DOCUMENT_CATEGORY_VALUE_BINARY "binary"
public static final String RAT_DOCUMENT_CATEGORY_VALUE_GENERATED "GEN "
public static final String RAT_DOCUMENT_CATEGORY_VALUE_NOTICE "notice"
public static final String RAT_DOCUMENT_CATEGORY_VALUE_STANDARD "standard"
public static final String RAT_DOCUMENT_CATEGORY_VALUE_UNKNOWN "?????"
public static final String RAT_LICENSE_FAMILY_CATEGORY_VALUE_ASL "AL "
public static final String RAT_LICENSE_FAMILY_CATEGORY_VALUE_DOJO "DOJO "
public static final String RAT_LICENSE_FAMILY_CATEGORY_VALUE_GEN "GEN "
public static final String RAT_LICENSE_FAMILY_CATEGORY_VALUE_GPL1 "GPL1 "
public static final String RAT_LICENSE_FAMILY_CATEGORY_VALUE_GPL2 "GPL2 "
public static final String RAT_LICENSE_FAMILY_CATEGORY_VALUE_GPL3 "GPL3 "
public static final String RAT_LICENSE_FAMILY_CATEGORY_VALUE_MIT "MIT "
public static final String RAT_LICENSE_FAMILY_CATEGORY_VALUE_OASIS "OASIS"
public static final String RAT_LICENSE_FAMILY_CATEGORY_VALUE_TMF "TMF "
public static final String RAT_LICENSE_FAMILY_CATEGORY_VALUE_UNKNOWN "?????"
public static final String RAT_LICENSE_FAMILY_CATEGORY_VALUE_W3C "W3C "
public static final String RAT_LICENSE_FAMILY_CATEGORY_VALUE_W3CD "W3CD "
public static final String RAT_LICENSE_FAMILY_NAME_VALUE_ACADEMIC_FREE_LICENSE_VERSION_2_1 "Academic Free License, Version 2.1"
public static final String RAT_LICENSE_FAMILY_NAME_VALUE_APACHE_LICENSE_VERSION_2_0 "Apache License Version 2.0"
public static final String RAT_LICENSE_FAMILY_NAME_VALUE_GPL_VERSION_1 "GNU General Public License, version 1"
public static final String RAT_LICENSE_FAMILY_NAME_VALUE_GPL_VERSION_2 "GNU General Public License, version 2"
public static final String RAT_LICENSE_FAMILY_NAME_VALUE_GPL_VERSION_3 "GNU General Public License, version 3"
public static final String RAT_LICENSE_FAMILY_NAME_VALUE_MIT "The MIT License"
public static final String RAT_LICENSE_FAMILY_NAME_VALUE_MODIFIED_BSD_LICENSE "Modified BSD License"
public static final String RAT_LICENSE_FAMILY_NAME_VALUE_OASIS_OPEN_LICENSE "OASIS Open License"
public static final String RAT_LICENSE_FAMILY_NAME_VALUE_UNKNOWN "?????"
public static final String RAT_LICENSE_FAMILY_NAME_VALUE_W3C_DOCUMENT_COPYRIGHT "W3C Document Copyright"
public static final String RAT_LICENSE_FAMILY_NAME_VALUE_W3C_SOFTWARE_COPYRIGHT "W3C Software Copyright"
public static final String RAT_URL_APPROVED_LICENSE "http://org/apache/rat/meta-data#ApprovedLicense"
public static final String RAT_URL_DOCUMENT_CATEGORY "http://org/apache/rat/meta-data#FileCategory"
public static final String RAT_URL_HEADER_CATEGORY "http://org/apache/rat/meta-data#HeaderCategory"
public static final String RAT_URL_HEADER_SAMPLE "http://org/apache/rat/meta-data#HeaderSample"
public static final String RAT_URL_LICENSE_FAMILY_CATEGORY "http://org/apache/rat/meta-data#LicenseFamilyCategory"
public static final String RAT_URL_LICENSE_FAMILY_NAME "http://org/apache/rat/meta-data#LicenseFamilyName"

org.apache.rat.document.impl.guesser.BinaryGuesser
public static final int ASCII_CHAR_THREASHOLD 8
public static final int HIGH_BYTES_RATIO 100
public static final String JAR_MANIFEST "MANIFEST.MF"
public static final String JAVA "JAVA"
public static final int NON_ASCII_THREASHOLD 256
public static final int TOTAL_READ_RATIO 30

org.apache.rat.report.claim.impl.xml.SimpleXmlClaimReporter
public static final String ARCHIVE_TYPE_PREDICATE "archive-type"
public static final String ARCHIVE_TYPE_READABLE "readable"
public static final String ARCHIVE_TYPE_UNREADABLE "unreadable"
public static final String FILE_TYPE_PREDICATE "type"
public static final String HEADER_SAMPLE_PREDICATE "header-sample"
public static final String HEADER_TYPE_PREDICATE "header-type"
public static final String LICENSE_APPROVAL_PREDICATE "license-approval"
public static final String LICENSE_FAMILY_PREDICATE "license-family"



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.