ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/java/org/apache/naming/factory/ResourceEnvFactory.java

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

      
    
Rootfs path

      
    
Size
1487 (1.5 KB)
MD5
33d6d79710c94dd2f138b41783c5c2d2
SHA1
e70675e615d41bc34f3353e2871bdf25f019062a
SHA256
8fd938c1bf892ff322d22eb05d750cb9a65e743b10a322e9119ab0f7d4410b89
SHA512

      
    
SHA1_git
00c30e10a681a1f14a2b16e46648dc29a7450f34
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
ResourceEnvFactory.java | 1.5 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.naming.factory; import javax.naming.Reference; import javax.naming.spi.ObjectFactory; import org.apache.naming.ResourceEnvRef; /** * Object factory for Resources env. */ public class ResourceEnvFactory extends FactoryBase { @Override protected boolean isReferenceTypeSupported(Object obj) { return obj instanceof ResourceEnvRef; } @Override protected ObjectFactory getDefaultFactory(Reference ref) { // No default factory supported. return null; } @Override protected Object getLinked(Reference ref) { // Not supported return null; } }
Detected license expression
apache-2.0
Detected license expression (SPDX)
Apache-2.0
Percentage of license text
66.48
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