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