Package org.apache.activemq.spring
Class Utils
java.lang.Object
org.apache.activemq.spring.Utils
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.springframework.core.io.ResourceresourceFromString(String uri) static org.springframework.core.io.ResourceresourceFromString(String uri, Set<String> allowedProtocols)
-
Field Details
-
FILE_PROTOCOL
- See Also:
-
CLASSPATH_PROTOCOL
- See Also:
-
REMOTE_FILE_PROTOCOL
- See Also:
-
-
Constructor Details
-
Utils
public Utils()
-
-
Method Details
-
resourceFromString
public static org.springframework.core.io.Resource resourceFromString(String uri) throws MalformedURLException - Throws:
MalformedURLException
-
resourceFromString
public static org.springframework.core.io.Resource resourceFromString(String uri, Set<String> allowedProtocols) throws MalformedURLException - Throws:
MalformedURLException
-