com.bstek.dorado.core.io
public abstract class ResourceUtils extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
concatPath(java.lang.String path1,
java.lang.String path2)
将两个路径连接起来,同时根据确保连接处的语法始终正确。 例如自动在连接处添加'/'分隔符。
|
static Resource |
getResource(java.lang.String resourceLocation)
将资源路径转换成资源描述对象。
|
static Resource[] |
getResources(java.lang.String resourceLocation)
将资源路径转换成一组资源描述对象。
|
static Resource[] |
getResources(java.lang.String[] resourceLocations)
将一组资源路径转换成资源描述对象。
|
static java.util.Set<Resource> |
getResourceSet(java.lang.String resourceLocation)
将资源路径转换成一组资源描述对象。
|
static java.util.Set<Resource> |
getResourceSet(java.lang.String[] resourceLocations)
将一组资源路径转换成资源描述对象。
|
public static java.lang.String concatPath(java.lang.String path1, java.lang.String path2)
public static java.util.Set<Resource> getResourceSet(java.lang.String[] resourceLocations) throws java.io.IOException
resourceLocations
- 资源路径数组java.io.IOException
public static java.util.Set<Resource> getResourceSet(java.lang.String resourceLocation) throws java.io.IOException
resourceLocation
- 资源路径java.io.IOException
public static Resource[] getResources(java.lang.String resourceLocation) throws java.io.IOException
resourceLocation
- 资源路径java.io.IOException
public static Resource[] getResources(java.lang.String[] resourceLocations) throws java.io.IOException
resourceLocations
- 资源路径数组java.io.IOException
public static Resource getResource(java.lang.String resourceLocation) throws java.io.IOException
resourceLocation
- 资源路径java.io.IOException
Copyright © 2001-2011 www.BSTEK.com All Rights Reserved.