Uses of Enum
com.regnosys.rosetta.common.compile.JavaCompileReleaseFlag
Packages that use JavaCompileReleaseFlag
-
Uses of JavaCompileReleaseFlag in com.regnosys.rosetta.common.compile
Methods in com.regnosys.rosetta.common.compile that return JavaCompileReleaseFlagModifier and TypeMethodDescriptionstatic JavaCompileReleaseFlagReturns the enum constant of this type with the specified name.static JavaCompileReleaseFlag[]JavaCompileReleaseFlag.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.regnosys.rosetta.common.compile with parameters of type JavaCompileReleaseFlagModifierConstructorDescriptionJavaCSourceCancellableCompiler(int threadPollIntervalMs, int maxCompileTimeoutMs, ExecutorService executorService, boolean useSystemClassPath, boolean deleteOnError, boolean isVerbose, JavaCompileReleaseFlag releaseFlag, Path... additionalClassPaths) JavaCSourceCancellableCompiler(ExecutorService executorService, boolean useSystemClassPath, boolean deleteOnError, boolean isVerbose, JavaCompileReleaseFlag releaseFlag, Path... additionalClassPaths)