public static class DefaultDataSourceFactory.NamedDataSource extends Object implements DataSource
| Constructor and Description | 
|---|
| NamedDataSource(DataSource delegate,
               String name) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| String | getContentType() | 
| InputStream | getInputStream() | 
| String | getName() | 
| OutputStream | getOutputStream() | 
| int | hashCode() | 
public NamedDataSource(DataSource delegate, String name)
public InputStream getInputStream() throws IOException
getInputStream in interface DataSourceIOExceptionpublic OutputStream getOutputStream() throws IOException
getOutputStream in interface DataSourceIOExceptionpublic String getContentType()
getContentType in interface DataSourcepublic String getName()
getName in interface DataSourceCopyright © 2003–2017 Atlassian. All rights reserved.