public class ConfigResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
resourceName |
| Constructor and Description |
|---|
ConfigResource(String resourceName) |
ConfigResource(String resourceName,
InputStream inputStream) |
ConfigResource(URL url) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
InputStream |
getInputStream() |
String |
getResourceName() |
URL |
getUrl() |
int |
hashCode() |
boolean |
isStreamOpen() |
String |
toString() |
protected String resourceName
public ConfigResource(String resourceName) throws IOException
IOExceptionpublic ConfigResource(URL url)
public ConfigResource(String resourceName, InputStream inputStream)
public InputStream getInputStream() throws IOException
IOExceptionpublic URL getUrl()
public String getResourceName()
public boolean isStreamOpen()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.