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 PrintStream
getErr()
PrintStream
getOut()
static void
main(String[] args)
protected @NotNull MainResult<?>
run(String[] args)
void
setErr(@NotNull PrintStream err)
void
setOut(@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)
-
-