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.org.apache.rat.analysis.HeaderCheckWorker Modifier and Type Constant Field Value public static final int
DEFAULT_NUMBER_OF_RETAINED_HEADER_LINES
50
-
org.apache.rat.analysis.RatHeaderAnalysisException Modifier and Type Constant Field Value private static final long
serialVersionUID
7613577476983281387L
-
org.apache.rat.analysis.RatReportAnalysisResultException Modifier and Type Constant Field Value private static final java.lang.String
MESSAGE
"Could not report results of analysis"
private static final long
serialVersionUID
4018716722707721989L
-
org.apache.rat.analysis.generation.JavaDocLicenseNotRequired Modifier and Type Constant Field Value private static final java.lang.String
JAVADOC_REGEX_DEFN
"Generated by javadoc"
-
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.annotation.AbstractLicenseAppender Modifier and Type Constant Field Value private static final java.lang.String
DOT
"."
private static final int
TYPE_APT
6
private static final int
TYPE_BAT
12
private static final int
TYPE_BEANSHELL
23
private static final int
TYPE_C
9
private static final int
TYPE_CPP
18
private static final int
TYPE_CSHARP
19
private static final int
TYPE_CSS
4
private static final int
TYPE_FML
25
private static final int
TYPE_GO
26
private static final int
TYPE_GROOVY
21
private static final int
TYPE_H
10
private static final int
TYPE_HTML
3
private static final int
TYPE_JAVA
1
private static final int
TYPE_JAVASCRIPT
5
private static final int
TYPE_JSP
24
private static final int
TYPE_PERL
16
private static final int
TYPE_PHP
20
private static final int
TYPE_PM
27
private static final int
TYPE_PROPERTIES
7
private static final int
TYPE_PYTHON
8
private static final int
TYPE_RUBY
15
private static final int
TYPE_SCALA
14
private static final int
TYPE_SH
11
private static final int
TYPE_TCL
17
private static final int
TYPE_UNKNOWN
0
private static final int
TYPE_VISUAL_STUDIO_SOLUTION
22
private static final int
TYPE_VM
13
private static final int
TYPE_XML
2
-
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.api.MetaData Modifier and Type Constant Field Value public static final java.lang.String
RAT_BASE_URL
"http://org/apache/rat/meta-data"
public static final java.lang.String
RAT_DOCUMENT_CATEGORY_VALUE_ARCHIVE
"archive"
public static final java.lang.String
RAT_DOCUMENT_CATEGORY_VALUE_BINARY
"binary"
public static final java.lang.String
RAT_DOCUMENT_CATEGORY_VALUE_GENERATED
"GEN "
public static final java.lang.String
RAT_DOCUMENT_CATEGORY_VALUE_NOTICE
"notice"
public static final java.lang.String
RAT_DOCUMENT_CATEGORY_VALUE_STANDARD
"standard"
public static final java.lang.String
RAT_DOCUMENT_CATEGORY_VALUE_UNKNOWN
"?????"
public static final java.lang.String
RAT_LICENSE_FAMILY_CATEGORY_VALUE_ASL
"AL "
public static final java.lang.String
RAT_LICENSE_FAMILY_CATEGORY_VALUE_CDDL1
"CDDL1"
public static final java.lang.String
RAT_LICENSE_FAMILY_CATEGORY_VALUE_DOJO
"DOJO "
public static final java.lang.String
RAT_LICENSE_FAMILY_CATEGORY_VALUE_GEN
"GEN "
public static final java.lang.String
RAT_LICENSE_FAMILY_CATEGORY_VALUE_GPL1
"GPL1 "
public static final java.lang.String
RAT_LICENSE_FAMILY_CATEGORY_VALUE_GPL2
"GPL2 "
public static final java.lang.String
RAT_LICENSE_FAMILY_CATEGORY_VALUE_GPL3
"GPL3 "
public static final java.lang.String
RAT_LICENSE_FAMILY_CATEGORY_VALUE_MIT
"MIT "
public static final java.lang.String
RAT_LICENSE_FAMILY_CATEGORY_VALUE_OASIS
"OASIS"
public static final java.lang.String
RAT_LICENSE_FAMILY_CATEGORY_VALUE_TMF
"TMF "
public static final java.lang.String
RAT_LICENSE_FAMILY_CATEGORY_VALUE_UNKNOWN
"?????"
public static final java.lang.String
RAT_LICENSE_FAMILY_CATEGORY_VALUE_W3C
"W3C "
public static final java.lang.String
RAT_LICENSE_FAMILY_CATEGORY_VALUE_W3CD
"W3CD "
public static final java.lang.String
RAT_LICENSE_FAMILY_NAME_VALUE_ACADEMIC_FREE_LICENSE_VERSION_2_1
"Academic Free License, Version 2.1"
public static final java.lang.String
RAT_LICENSE_FAMILY_NAME_VALUE_APACHE_LICENSE_VERSION_2_0
"Apache License Version 2.0"
public static final java.lang.String
RAT_LICENSE_FAMILY_NAME_VALUE_CDDL1
"COMMON DEVELOPMENT AND DISTRIBUTION LICENSE Version 1.0"
public static final java.lang.String
RAT_LICENSE_FAMILY_NAME_VALUE_GPL_VERSION_1
"GNU General Public License, version 1"
public static final java.lang.String
RAT_LICENSE_FAMILY_NAME_VALUE_GPL_VERSION_2
"GNU General Public License, version 2"
public static final java.lang.String
RAT_LICENSE_FAMILY_NAME_VALUE_GPL_VERSION_3
"GNU General Public License, version 3"
public static final java.lang.String
RAT_LICENSE_FAMILY_NAME_VALUE_MIT
"The MIT License"
public static final java.lang.String
RAT_LICENSE_FAMILY_NAME_VALUE_MODIFIED_BSD_LICENSE
"Modified BSD License"
public static final java.lang.String
RAT_LICENSE_FAMILY_NAME_VALUE_OASIS_OPEN_LICENSE
"OASIS Open License"
public static final java.lang.String
RAT_LICENSE_FAMILY_NAME_VALUE_UNKNOWN
"?????"
public static final java.lang.String
RAT_LICENSE_FAMILY_NAME_VALUE_W3C_DOCUMENT_COPYRIGHT
"W3C Document Copyright"
public static final java.lang.String
RAT_LICENSE_FAMILY_NAME_VALUE_W3C_SOFTWARE_COPYRIGHT
"W3C Software Copyright"
public static final java.lang.String
RAT_URL_APPROVED_LICENSE
"http://org/apache/rat/meta-data#ApprovedLicense"
public static final java.lang.String
RAT_URL_DOCUMENT_CATEGORY
"http://org/apache/rat/meta-data#FileCategory"
public static final java.lang.String
RAT_URL_HEADER_CATEGORY
"http://org/apache/rat/meta-data#HeaderCategory"
public static final java.lang.String
RAT_URL_HEADER_SAMPLE
"http://org/apache/rat/meta-data#HeaderSample"
public static final java.lang.String
RAT_URL_LICENSE_FAMILY_CATEGORY
"http://org/apache/rat/meta-data#LicenseFamilyCategory"
public static final java.lang.String
RAT_URL_LICENSE_FAMILY_NAME
"http://org/apache/rat/meta-data#LicenseFamilyName"
-
org.apache.rat.api.RatException Modifier and Type Constant Field Value private static final long
serialVersionUID
4940711222435919034L
-
org.apache.rat.config.AddLicenseHeaders Modifier and Type Constant Field Value private static final char
SEPARATOR
124
-
org.apache.rat.document.CompositeDocumentException Modifier and Type Constant Field Value private static final long
serialVersionUID
-8874256971728263295L
-
org.apache.rat.document.RatDocumentAnalysisException Modifier and Type Constant Field Value private static final long
serialVersionUID
2339068944003517510L
-
org.apache.rat.document.UnsuitableDocumentException Modifier and Type Constant Field Value private static final long
serialVersionUID
4202800209654402733L
-
org.apache.rat.document.impl.MonolithicFileDocument Modifier and Type Constant Field Value private static final java.lang.String
FILE_URL_PREFIX
"file"
private static final java.lang.String
UTF_8
"UTF-8"
-
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
-
org.apache.rat.mp.RatCheckException Modifier and Type Constant Field Value private static final long
serialVersionUID
-1720861476741779140L
-
org.apache.rat.mp.RatReportMojo Modifier and Type Constant Field Value public static final java.lang.String
DOT_HTML
".html"
-
org.apache.rat.report.claim.impl.xml.SimpleXmlClaimReporter Modifier and Type Constant Field Value public static final java.lang.String
ARCHIVE_TYPE_PREDICATE
"archive-type"
public static final java.lang.String
ARCHIVE_TYPE_READABLE
"readable"
public static final java.lang.String
ARCHIVE_TYPE_UNREADABLE
"unreadable"
public static final java.lang.String
FILE_TYPE_PREDICATE
"type"
public static final java.lang.String
HEADER_SAMPLE_PREDICATE
"header-sample"
public static final java.lang.String
HEADER_TYPE_PREDICATE
"header-type"
public static final java.lang.String
LICENSE_APPROVAL_PREDICATE
"license-approval"
public static final java.lang.String
LICENSE_FAMILY_PREDICATE
"license-family"
private static final java.lang.String
NAME
"name"
public static final java.lang.String
RAT_REPORT
"rat-report"
public static final java.lang.String
TIMESTAMP
"timestamp"
-
org.apache.rat.report.xml.writer.InvalidXmlException Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
org.apache.rat.report.xml.writer.OperationNotAllowedException Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
org.apache.rat.report.xml.writer.impl.base.XmlWriter Modifier and Type Constant Field Value private static final byte
NAME_BODY_CHAR
4
private static final byte
NAME_MASK
4
private static final byte
NAME_START_MASK
2
private static final byte
NAME_START_OR_BODY_CHAR
6