ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/java/org/apache/catalina/loader/ResourceEntry.java

Path
ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/java/org/apache/catalina/loader/ResourceEntry.java
Status
scanned
Type
file
Name
ResourceEntry.java
Extension
.java
Programming language
Java
Mime type
text/plain
File type
ASCII text, with CRLF line terminators
Tag

      
    
Rootfs path

      
    
Size
1204 (1.2 KB)
MD5
18a6b33d50b047e837de52021625e7ae
SHA1
aa10f4bdcb482eba95076d39500335bf5b2f94d3
SHA256
86073a4292d6e958455a924bfd5fdce8c242b6cb149d0d0d0636c164fe68d9dd
SHA512

      
    
SHA1_git
831e17a6c02c49bd3a523c293390186652f44c9d
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
ResourceEntry.java | 1.2 KB |

/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.apache.catalina.loader; /** * Resource entry. */ public class ResourceEntry { /** * The "last modified" time of the origin file at the time this resource was loaded, in milliseconds since the * epoch. */ public long lastModified = -1; /** * Loaded class. */ public volatile Class<?> loadedClass = null; }
Detected license expression
apache-2.0
Detected license expression (SPDX)
Apache-2.0
Percentage of license text
75.8
Copyrights

      
    
Holders

      
    
Authors

      
    
License detections License expression License expression SPDX
apache_2_0-4bde3f57-78aa-4201-96bf-531cba09e7de apache-2.0 Apache-2.0
URL Start line End line
http://www.apache.org/licenses/LICENSE-2.0 9 9