public abstract class AbstractNutsOutput extends Object implements NutsOutput
| Constructor and Description |
|---|
AbstractNutsOutput(Object value,
boolean path,
boolean url,
String name,
String typeName,
NutsSession session) |
| Modifier and Type | Method and Description |
|---|---|
protected NutsIOException |
createOpenError(Exception ex) |
Path |
getFilePath() |
String |
getName() |
Object |
getSource() |
String |
getTypeName() |
URL |
getURL() |
boolean |
isPath() |
boolean |
isURL() |
abstract OutputStream |
open() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclosepublic AbstractNutsOutput(Object value, boolean path, boolean url, String name, String typeName, NutsSession session)
protected NutsIOException createOpenError(Exception ex)
public String getName()
getName in interface NutsOutputpublic String getTypeName()
getTypeName in interface NutsOutputpublic abstract OutputStream open()
open in interface NutsOutputpublic Object getSource()
getSource in interface NutsOutputpublic boolean isPath()
isPath in interface NutsOutputpublic Path getFilePath()
getFilePath in interface NutsOutputpublic boolean isURL()
isURL in interface NutsOutputpublic URL getURL()
getURL in interface NutsOutputCopyright © 2021 vpc open source initiative. All rights reserved.