ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/java/org/apache/catalina/webresources/mbeans-descriptors.xml

Path
ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/java/org/apache/catalina/webresources/mbeans-descriptors.xml
Status
scanned
Type
file
Name
mbeans-descriptors.xml
Extension
.xml
Programming language

      
    
Mime type
text/xml
File type
XML 1.0 document, ASCII text, with CRLF line terminators
Tag

      
    
Rootfs path

      
    
Size
4058 (4.0 KB)
MD5
e37215ddd6f3b5e75bb702d65681c21a
SHA1
0bb439f5778dafe79c69acf27cc115019658de88
SHA256
c32d7c69196f905255c464750a4e5be1f6ae82888652bd45e9ebd8c187550ef5
SHA512

      
    
SHA1_git
a0e92dc9f4987ffdff8287b667e2ad7ff10b3cc2
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
mbeans-descriptors.xml | 4.0 KB |

<?xml version="1.0" encoding="UTF-8"?> <!-- 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. --> <!DOCTYPE mbeans-descriptors PUBLIC "-//Apache Software Foundation//DTD Model MBeans Configuration File" "http://jakarta.apache.org/commons/dtds/mbeans-descriptors.dtd"> <mbeans-descriptors> <mbean name="StandardRoot" description="Provides the resources implementation for a web application" domain="Catalina" group="WebResourceRoot" type="org.apache.catalina.webresources.StandardRoot"> <attribute name="allowLinking" description="Does this resources implementation allow the use of symbolic links?" type="boolean" writeable="true"/> <attribute name="cachingAllowed" description="Is in memory caching of resource content and metadata enabled?" type="boolean" is="true" writeable="true"/> <attribute name="stateName" description="The current Lifecycle state of this object" type="java.lang.String" writeable="false"/> <attribute name="trackLockedFiles" description="Does this resources implementation track requests that lock files?" type="boolean" writeable="true"/> <attribute name="trackedResources" description="List of resources currently being tracked for possible resource leaks" type="java.util.List" writeable="false"/> <attribute name="archiveIndexStrategy" description="Strategy to use for the resources archive lookup" type="java.lang.String" writeable="true"/> </mbean> <mbean name="Cache" description="Provides caching of resource metadata and content" domain="Catalina" group="WebResourceRoot" type="org.apache.catalina.webresources.Cache"> <attribute name="hitCount" description="The number of requests for resources that were served from the cache" type="long" writeable="false"/> <attribute name="lookupCount" description="The number of requests for resources" type="long" writeable="false"/> <attribute name="maxSize" description="The maximum permitted size of the cache in KiB" type="long" writeable="true"/> <attribute name="objectMaxSize" description="The maximum permitted size for a single object in the cache in KiB" type="int" writeable="true"/> <attribute name="size" description="The current estimate of the cache size in KiB" type="long" writeable="false"/> <attribute name="ttl" description="The time-to-live for cache entries in milliseconds" type="long" writeable="true"/> <operation name="clear" description="Clears all cached content from the cache." impact="ACTION" returnType="void"> </operation> </mbean> </mbeans-descriptors>
Detected license expression
apache-2.0
Detected license expression (SPDX)
Apache-2.0
Percentage of license text
27.93
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 10 10