Constant Field Values

Contents

org.apache.*

  • org.apache.rat.Defaults 
    Modifier and Type Constant Field Value
    public static final java.lang.String PLAIN_STYLESHEET "org/apache/rat/plain-rat.xsl"
    public static final java.lang.String UNAPPROVED_LICENSES_STYLESHEET "org/apache/rat/unapproved-licenses.xsl"
  • org.apache.rat.Report 
    Modifier and Type Constant Field Value
    private static final java.lang.String EXCLUDE_CLI "e"
    private static final java.lang.String EXCLUDE_FILE_CLI "E"
    private static final java.lang.String HELP "h"
    private static final java.lang.String STYLESHEET_CLI "s"
  • org.apache.rat.org.apache.rat.ReportFailedRuntimeException 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -7605175211996815712L
  • org.apache.rat.analysis.license.ApacheSoftwareLicense20 
    Modifier and Type Constant Field Value
    public static final java.lang.String FIRST_LICENSE_LINE "Licensed under the Apache License, Version 2.0 (the \"License\")"
    public static final java.lang.String FIRST_LICENSE_LINE_SHORT "Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements; and to You under the Apache License, Version 2.0."
    public static final java.lang.String LICENSE_REFERENCE_LINE "http://www.apache.org/licenses/LICENSE-2.0"
  • org.apache.rat.analysis.license.AppliedApacheSoftwareLicense20 
    Modifier and Type Constant Field Value
    public static final java.lang.String ASL20_LICENSE_DEFN "Licensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\nhttp://www.apache.org/licenses/LICENSE-2.0\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n"
  • org.apache.rat.analysis.license.CDDL1License 
    Modifier and Type Constant Field Value
    public static final java.lang.String CDDL1_LICENSE_DEFN "The contents of this file are subject to the terms of the Common Development\nand Distribution License(\"CDDL\") (the \"License\"). You may not use this file\nexcept in compliance with the License.\n\n"
    public static final java.lang.String CDDL1_LICENSE_DEFN_ILLUMOS_STYLE "The contents of this file are subject to the terms of the\nCommon Development and Distribution License (the \"License\")\nYou may not use this file except in compliance with the License.\n"
  • org.apache.rat.analysis.license.CopyrightHeader 
    Modifier and Type Constant Field Value
    public static final java.lang.String COPYRIGHT_PREFIX_PATTERN_DEFN ".*Copyright [0-9]{4}(\\-[0-9]{4})? "
  • org.apache.rat.analysis.license.DojoLicenseHeader 
    Modifier and Type Constant Field Value
    private static final java.lang.String LICENSE_URL "http://dojotoolkit.org/community/licensing.shtml"
  • org.apache.rat.analysis.license.FullTextMatchingLicense 
    Modifier and Type Constant Field Value
    private static final int DEFAULT_INITIAL_LINE_LENGTH 20
  • org.apache.rat.analysis.license.GPL1License 
    Modifier and Type Constant Field Value
    public static final java.lang.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 
    Modifier and Type Constant Field Value
    public static final java.lang.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 
    Modifier and Type Constant Field Value
    public static final java.lang.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 
    Modifier and Type Constant Field Value
    public static final java.lang.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 java.lang.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 java.lang.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.analysis.license.OASISLicense 
    Modifier and Type Constant Field Value
    private static final java.lang.String CLAUSE_DEFN "This document and translations of it may be copied and furnished to others and derivative worksthat comment on or otherwise explain it or assist in its implementation may be preparedcopied published and distributed"
    private static final java.lang.String COPYRIGHT_PATTERN_DEFN ".*Copyright\\s.*OASIS Open.*"
  • org.apache.rat.analysis.license.TMF854LicenseHeader 
    Modifier and Type Constant Field Value
    private static final java.lang.String COPYRIGHT_HEADER "TMF854 Version 1.0 - Copyright TeleManagement Forum"
  • org.apache.rat.analysis.license.W3CDocLicense 
    Modifier and Type Constant Field Value
    private static final java.lang.String COPYRIGHT_URL "http://www.w3.org/Consortium/Legal/2002/copyright-documents-20021231"
    private static final java.lang.String NOTES "Note that W3CD does not allow modifications. See http://www.w3.org/Consortium/Legal/2002/copyright-documents-20021231."
  • org.apache.rat.analysis.license.W3CLicense 
    Modifier and Type Constant Field Value
    private static final java.lang.String COPYRIGHT_URL "http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231"
    private static final java.lang.String NOTES "Note that W3C requires a NOTICE. All modifications require notes. See http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231."
  • org.apache.rat.anttasks.Report.AddLicenseHeaders 
    Modifier and Type Constant Field Value
    static final java.lang.String FALSE "false"
    static final java.lang.String FORCED "forced"
    static final java.lang.String TRUE "true"
  • org.apache.rat.anttasks.Report.Format 
    Modifier and Type Constant Field Value
    static final java.lang.String PLAIN_KEY "plain"
    static final java.lang.String STYLED_KEY "styled"
    static final java.lang.String XML_KEY "xml"
  • org.apache.rat.document.impl.guesser.ArchiveGuesser 
    Modifier and Type Constant Field Value
    private static final java.lang.String DOT "."
  • org.apache.rat.document.impl.guesser.BinaryGuesser 
    Modifier and Type Constant Field Value
    public static final int ASCII_CHAR_THRESHOLD 8
    private static final java.lang.String DOT "."
    static final java.lang.String FILE_ENCODING "file.encoding"
    public static final int HIGH_BYTES_RATIO 100
    public static final java.lang.String JAR_MANIFEST "MANIFEST.MF"
    public static final java.lang.String JAVA "JAVA"
    public static final int NON_ASCII_THRESHOLD 256
    public static final int TOTAL_READ_RATIO 30
  • org.apache.rat.document.impl.guesser.NoteGuesser 
    Modifier and Type Constant Field Value
    private static final java.lang.String DOT "."
  • org.apache.rat.header.org.apache.rat.header.FilteringSequenceFactory 
    Modifier and Type Constant Field Value
    private static final int BUFFER_CAPACITY 5000