Package org.jboss.set.aphrodite.config
Class StreamConfig
- java.lang.Object
-
- org.jboss.set.aphrodite.config.StreamConfig
-
public class StreamConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description StreamConfig(File streamFile, StreamType streamType)StreamConfig(URL url, StreamType streamType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Optional<File>getStreamFile()StreamTypegetStreamType()Optional<URL>getURL()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
StreamConfig
public StreamConfig(URL url, StreamType streamType)
-
StreamConfig
public StreamConfig(File streamFile, StreamType streamType)
-
-
Method Detail
-
getStreamType
public StreamType getStreamType()
-
-