Searched defs:makeLDIFMain (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/makeldif/
H A DMakeLDIF.java86 * Invokes the <CODE>makeLDIFMain</CODE> method with the provided set of
94 int returnCode = makeLDIF.makeLDIFMain(args);
105 * invoking the <CODE>makeLDIFMain</CODE> method.
128 public int makeLDIFMain(String[] args, boolean initializeServer, method in class:MakeLDIF
426 public int makeLDIFMain(String[] args) method in class:MakeLDIF
428 return makeLDIFMain(args, true, true, System.out, System.err);
/forgerock/opendj2/src/server/org/opends/server/tools/makeldif/
H A DMakeLDIF.java79 * Invokes the <CODE>makeLDIFMain</CODE> method with the provided set of
87 int returnCode = makeLDIF.makeLDIFMain(args);
98 * invoking the <CODE>makeLDIFMain</CODE> method.
121 public int makeLDIFMain(String[] args, boolean initializeServer, method in class:MakeLDIF
404 public int makeLDIFMain(String[] args) method in class:MakeLDIF
406 return makeLDIFMain(args, true, true, System.out, System.err);
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/makeldif/
H A DMakeLDIF.java86 * Invokes the <CODE>makeLDIFMain</CODE> method with the provided set of
94 int returnCode = makeLDIF.makeLDIFMain(args);
105 * invoking the <CODE>makeLDIFMain</CODE> method.
128 public int makeLDIFMain(String[] args, boolean initializeServer, method in class:MakeLDIF
426 public int makeLDIFMain(String[] args) method in class:MakeLDIF
428 return makeLDIFMain(args, true, true, System.out, System.err);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/makeldif/
H A DMakeLDIF.java86 * Invokes the <CODE>makeLDIFMain</CODE> method with the provided set of
94 int returnCode = makeLDIF.makeLDIFMain(args);
105 * invoking the <CODE>makeLDIFMain</CODE> method.
128 public int makeLDIFMain(String[] args, boolean initializeServer, method in class:MakeLDIF
426 public int makeLDIFMain(String[] args) method in class:MakeLDIF
428 return makeLDIFMain(args, true, true, System.out, System.err);
/forgerock/opendj2-hg/src/server/org/opends/server/tools/makeldif/
H A DMakeLDIF.java79 * Invokes the <CODE>makeLDIFMain</CODE> method with the provided set of
87 int returnCode = makeLDIF.makeLDIFMain(args);
98 * invoking the <CODE>makeLDIFMain</CODE> method.
121 public int makeLDIFMain(String[] args, boolean initializeServer, method in class:MakeLDIF
404 public int makeLDIFMain(String[] args) method in class:MakeLDIF
406 return makeLDIFMain(args, true, true, System.out, System.err);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/makeldif/
H A DMakeLDIF.java84 * Invokes the <CODE>makeLDIFMain</CODE> method with the provided set of
92 int returnCode = makeLDIF.makeLDIFMain(args);
115 return new MakeLDIF().makeLDIFMain(args, false, false, outStream, errStream);
120 * invoking the <CODE>makeLDIFMain</CODE> method.
143 public int makeLDIFMain(String[] args, boolean initializeServer, method in class:MakeLDIF
406 public int makeLDIFMain(String[] args) method in class:MakeLDIF
408 return makeLDIFMain(args, true, true, System.out, System.err);

Completed in 32 milliseconds