JavaScript is disabled on your browser.
All Implemented Interfaces:
org.springframework.core.io.InputStreamSource, org.springframework.core.io.Resource
public class ResourceDelegate
extends Object
implements org.springframework.core.io.Resource
Class used to wrap spring resource loading from the file system so if there is an error loading a file we show the same error
message as in other parts of mule
Constructor Summary
Constructors
Constructor and Description
ResourceDelegate (org.springframework.core.io.Resource delegate)
Method Summary
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Methods inherited from interface org.springframework.core.io.Resource
isFile, readableChannel
Method Detail
exists
public boolean exists()
Specified by:
exists in interface org.springframework.core.io.Resource
isOpen
public boolean isOpen()
Specified by:
isOpen in interface org.springframework.core.io.Resource
Copyright © 2025 MuleSoft, Inc. . All rights reserved.