Uses of Class
org.jboss.set.aphrodite.config.StreamType
-
Packages that use StreamType Package Description org.jboss.set.aphrodite.config -
-
Uses of StreamType in org.jboss.set.aphrodite.config
Methods in org.jboss.set.aphrodite.config that return StreamType Modifier and Type Method Description StreamTypeStreamConfig. getStreamType()static StreamTypeStreamType. valueOf(String name)Returns the enum constant of this type with the specified name.static StreamType[]StreamType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jboss.set.aphrodite.config with parameters of type StreamType Constructor Description StreamConfig(File streamFile, StreamType streamType)StreamConfig(URL url, StreamType streamType)
-