Package com.evolveum.midpoint.ninja
Class Main
- java.lang.Object
-
- com.evolveum.midpoint.ninja.Main
-
public class Main extends Object
-
-
Constructor Summary
Constructors Constructor Description Main()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PrintStreamgetErr()PrintStreamgetOut()static voidmain(String[] args)protected @NotNull MainResult<?>run(String[] args)voidsetErr(@NotNull PrintStream err)voidsetOut(@NotNull PrintStream out)
-
-
-
Method Detail
-
main
public static void main(String[] args)
-
getOut
public PrintStream getOut()
-
setOut
public void setOut(@NotNull @NotNull PrintStream out)
-
getErr
public PrintStream getErr()
-
setErr
public void setErr(@NotNull @NotNull PrintStream err)
-
run
@NotNull protected @NotNull MainResult<?> run(String[] args)
-
-