Class ConnectionFactory
- java.lang.Object
-
- de.larsgrefer.sass.embedded.connection.ConnectionFactory
-
public final class ConnectionFactory extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ProcessConnection
bundled()
static String
getExpectedProtocolVersion()
static ProcessConnection
ofExecutable(File executable)
-
-
-
Method Detail
-
bundled
public static ProcessConnection bundled() throws IOException
- Throws:
IOException
-
ofExecutable
public static ProcessConnection ofExecutable(File executable) throws IOException
- Throws:
IOException
-
getExpectedProtocolVersion
public static String getExpectedProtocolVersion()
-
-