Searched defs:TEMPLATE_RELATIVE_PATH (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/upgrade/
H A DInstallation.java126 public static final String TEMPLATE_RELATIVE_PATH = "template"; field in class:Installation
/forgerock/opendj2/src/server/org/opends/server/tools/upgrade/
H A DInstallation.java125 static final String TEMPLATE_RELATIVE_PATH = "template"; field in class:Installation
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/upgrade/
H A DInstallation.java126 static final String TEMPLATE_RELATIVE_PATH = "template"; field in class:Installation
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/upgrade/
H A DInstallation.java110 public static final String TEMPLATE_RELATIVE_PATH = "template"; field in class:Installation
/forgerock/opendj2-hg/src/server/org/opends/server/tools/upgrade/
H A DInstallation.java125 static final String TEMPLATE_RELATIVE_PATH = "template"; field in class:Installation
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/upgrade/
H A DInstallation.java125 static final String TEMPLATE_RELATIVE_PATH = "template"; field in class:Installation
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/
H A DInstallation.java163 public static final String TEMPLATE_RELATIVE_PATH = "template"; field in class:Installation
856 return new File(getRootDirectory(), TEMPLATE_RELATIVE_PATH);
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/
H A DInstallation.java164 public static final String TEMPLATE_RELATIVE_PATH = "template"; field in class:Installation
862 return new File(getRootDirectory(), TEMPLATE_RELATIVE_PATH);
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/
H A DInstallation.java164 public static final String TEMPLATE_RELATIVE_PATH = "template"; field in class:Installation
862 return new File(getRootDirectory(), TEMPLATE_RELATIVE_PATH);
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/
H A DInstallation.java163 public static final String TEMPLATE_RELATIVE_PATH = "template"; field in class:Installation
856 return new File(getRootDirectory(), TEMPLATE_RELATIVE_PATH);
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/
H A DInstallation.java164 public static final String TEMPLATE_RELATIVE_PATH = "template"; field in class:Installation
830 return new File(getRootDirectory(), TEMPLATE_RELATIVE_PATH);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/
H A DInstallation.java101 public static final String TEMPLATE_RELATIVE_PATH = "template"; field in class:Installation
699 return new File(getRootDirectory(), TEMPLATE_RELATIVE_PATH);

Completed in 35 milliseconds