Uses of Class
com.dslplatform.compiler.client.Either
-
Packages that use Either Package Description com.dslplatform.compiler.client com.dslplatform.compiler.client.parameters com.dslplatform.compiler.client.parameters.build -
-
Uses of Either in com.dslplatform.compiler.client
Methods in com.dslplatform.compiler.client that return Either Modifier and Type Method Description static <F> Either<F>Either. fail(java.lang.Exception error)static <F> Either<F>Either. fail(java.lang.String error)static <F> Either<F>Either. fail(java.lang.String description, java.lang.Exception error)static Either<java.lang.String>Utils. findCommand(Context context, java.lang.String path, java.lang.String name, java.lang.String contains)static Either<java.lang.String>Utils. readFile(java.io.File file)static Either<org.w3c.dom.Document>Utils. readXml(java.io.InputStream stream)static Either<Utils.CommandResult>Utils. runCommand(Context context, java.lang.String command, java.io.File path, java.util.List<java.lang.String> arguments)static Either<Utils.CommandResult>Utils. runCommand(Context context, java.lang.String command, java.io.File path, java.util.List<java.lang.String> arguments, java.nio.charset.Charset charset)static <S> Either<S>Either. success(S value)Either<java.lang.Boolean>ParameterParser. tryParse(java.lang.String name, java.lang.String value, Context context) -
Uses of Either in com.dslplatform.compiler.client.parameters
Methods in com.dslplatform.compiler.client.parameters that return Either Modifier and Type Method Description static Either<java.lang.String>DotNet. findCompiler(Context context)static Either<java.lang.String>DotNet. findCompiler(Context context, DotNet.CompilerVersion compiler)static Either<java.lang.String>JavaPath. findCompiler(Context context)static Either<java.lang.String>ScalaPath. findCompiler(Context context)static Either<java.lang.String>Maven. findMaven(Context context)static Either<java.lang.String>Mono. findMono(Context context)Either<DslCompiler.RuleInfo>DslCompiler.TokenParser. findRule(java.lang.String name)private static Either<java.lang.String>JavaPath. getCommand(Context context, java.lang.String name, java.lang.String description)private static Either<java.lang.String>JavaPath. getJarCommand(Context context)static Either<java.lang.Long>Download. lastModified(Context context, java.lang.String file, java.lang.String name, long current)private Either<java.util.List<DslCompiler.RuleInfo>>DslCompiler.TokenParser. loadRules(java.net.Socket socket)static Either<Utils.CommandResult>JavaPath. makeArchive(Context context, java.io.File classOut, java.io.File output, java.util.Map<java.lang.String,java.util.List<java.lang.String>> services)static Either<java.lang.String>DslCompiler. migration(Context context, DatabaseInfo dbInfo, java.util.List<java.io.File> currentDsls)static Either<java.lang.Boolean>DslCompiler. parse(Context context, java.util.List<java.io.File> dsls)Either<DslCompiler.ParseResult>DslCompiler.TokenParser. parse(java.lang.String dsl)private Either<DslCompiler.ParseResult>DslCompiler.TokenParser. parseTokens(java.net.Socket socket, java.lang.String dsl)private static Either<byte[]>DslCompiler. runCompiler(Context context, java.util.List<java.lang.String> arguments)private static Either<byte[]>DslCompiler. runCompilerFile(Context context, java.io.File compiler, java.util.List<java.lang.String> arguments)private static Either<byte[]>DslCompiler. runCompilerSocket(Context context, java.net.Socket socket, java.util.List<java.lang.String> arguments)static Either<DslCompiler.TokenParser>DslCompiler. setupServer(Context context, java.io.File compiler)private static Either<java.lang.Process>DslCompiler. startServerMode(Context context, java.io.File compiler, int port)Either<java.lang.Boolean>DslCompiler. tryParse(java.lang.String name, java.lang.String value, Context context)Either<java.lang.Boolean>Migration. tryParse(java.lang.String name, java.lang.String value, Context context)Either<java.lang.Boolean>Settings. tryParse(java.lang.String name, java.lang.String value, Context context)Either<java.lang.Boolean>Targets. tryParse(java.lang.String name, java.lang.String value, Context context)Methods in com.dslplatform.compiler.client.parameters with parameters of type Either Modifier and Type Method Description private static booleanDownload. downloadLibrary(Context context, java.lang.String name, java.lang.String path, java.io.File dependencies, Either<java.lang.String> tryMaven, java.lang.String library, java.lang.String zip) -
Uses of Either in com.dslplatform.compiler.client.parameters.build
Methods in com.dslplatform.compiler.client.parameters.build that return Either Modifier and Type Method Description (package private) static Either<java.lang.String>JavaCompilation. compile(java.lang.String name, java.io.File libraries, java.io.File source, java.io.File output, java.util.Map<java.lang.String,java.util.List<java.lang.String>> services, Context context)(package private) static Either<java.lang.String>ScalaCompilation. compile(java.lang.String name, java.io.File libraries, java.io.File source, java.io.File output, java.util.Map<java.lang.String,java.util.List<java.lang.String>> services, Context context)(package private) static Either<java.lang.String>DotNetCompilation. compileLegacy(java.lang.String[] references, java.io.File libraries, java.io.File source, java.io.File output, Context context, boolean force32Bit)(package private) static Either<java.lang.String>DotNetCompilation. compileNewDotnet(java.util.Map<java.lang.String,java.lang.String> nugets, java.io.File libraries, java.io.File source, java.io.File output, Context context)private static Either<java.lang.String>DotNetCompilation. runCompilation(java.io.File source, Context context, java.lang.String compiler, java.util.List<java.lang.String> arguments)
-