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

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/
H A DInstallation.java198 public static final String UNIX_START_FILE_NAME = "start-ds"; field in class:Installation
987 startCommandFile = new File(getBinariesDirectory(), UNIX_START_FILE_NAME);
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/
H A DInstallation.java204 public static final String UNIX_START_FILE_NAME = "start-ds"; field in class:Installation
993 startCommandFile = new File(getBinariesDirectory(), UNIX_START_FILE_NAME);
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/
H A DInstallation.java204 public static final String UNIX_START_FILE_NAME = "start-ds"; field in class:Installation
993 startCommandFile = new File(getBinariesDirectory(), UNIX_START_FILE_NAME);
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/
H A DInstallation.java198 public static final String UNIX_START_FILE_NAME = "start-ds"; field in class:Installation
987 startCommandFile = new File(getBinariesDirectory(), UNIX_START_FILE_NAME);
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/
H A DInstallation.java199 public static final String UNIX_START_FILE_NAME = "start-ds"; field in class:Installation
961 startCommandFile = new File(getBinariesDirectory(), UNIX_START_FILE_NAME);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/
H A DInstallation.java115 public static final String UNIX_START_FILE_NAME = "start-ds"; field in class:Installation
814 String startFileName = isWindows() ? WINDOWS_START_FILE_NAME : UNIX_START_FILE_NAME;

Completed in 43 milliseconds