public class StreamConfig extends Object
| Constructor and Description |
|---|
StreamConfig(File streamFile,
StreamType streamType) |
StreamConfig(URL url,
StreamType streamType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Optional<File> |
getStreamFile() |
StreamType |
getStreamType() |
Optional<URL> |
getURL() |
int |
hashCode() |
String |
toString() |
public StreamConfig(URL url, StreamType streamType)
public StreamConfig(File streamFile, StreamType streamType)
public StreamType getStreamType()
Copyright © 2018 JBoss by Red Hat. All rights reserved.