Searched refs:instancePath (Results 1 - 25 of 51) sorted by relevance

123

/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/
H A DConfigurationFramework.java173 private String instancePath; field in class:ConfigurationFramework
234 * @param instancePath
242 public ConfigurationFramework initialize(final String installPath, final String instancePath) argument
244 return initialize(installPath, instancePath, RootCfgDefn.class.getClassLoader());
253 * @param instancePath
264 final String instancePath, final ClassLoader parent) throws ConfigException {
269 if (instancePath != null) {
270 this.instancePath = instancePath;
272 this.instancePath
263 initialize(final String installPath, final String instancePath, final ClassLoader parent) argument
[all...]
/forgerock/opendj-v3/opendj-server/src/main/java/org/forgerock/opendj/server/setup/model/
H A DModel.java58 private String instancePath; field in class:Model
219 return instancePath;
229 instancePath = iPath;
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-plugins/src/main/java/com/sun/identity/diagnostic/plugin/services/webcontainer/
H A DBEAWeblogicPoliciesValidator.java56 String instancePath,
61 File instanceDir = new File(instancePath);
54 validate( Properties containerProp, String instancePath, String domainPath ) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/monitors/
H A DSystemInfoMonitorProvider.java168 String instancePath = DirectoryServer.getInstanceRoot();
169 if (instancePath != null)
171 attrs.add(createAttribute("instancePath", instancePath));
/forgerock/opendj2/src/server/org/opends/server/monitors/
H A DSystemInfoMonitorProvider.java167 String instancePath = DirectoryServer.getInstanceRoot();
168 if (instancePath != null)
170 attrs.add(createAttribute("instancePath", instancePath));
/forgerock/opendj2.6.2/src/server/org/opends/server/monitors/
H A DSystemInfoMonitorProvider.java168 String instancePath = DirectoryServer.getInstanceRoot();
169 if (instancePath != null)
171 attrs.add(createAttribute("instancePath", instancePath));
/forgerock/opendj2-jel-hg/src/server/org/opends/server/monitors/
H A DSystemInfoMonitorProvider.java168 String instancePath = DirectoryServer.getInstanceRoot();
169 if (instancePath != null)
171 attrs.add(createAttribute("instancePath", instancePath));
/forgerock/opendj2-hg/src/server/org/opends/server/monitors/
H A DSystemInfoMonitorProvider.java167 String instancePath = DirectoryServer.getInstanceRoot();
168 if (instancePath != null)
170 attrs.add(createAttribute("instancePath", instancePath));
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/monitors/
H A DSystemInfoMonitorProvider.java130 String instancePath = DirectoryServer.getInstanceRoot();
131 if (instancePath != null)
133 attrs.add(createAttribute("instancePath", instancePath));
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/
H A DServerDescriptor.java70 private String instancePath; field in class:ServerDescriptor
159 return instancePath;
165 * @param instancePath the instance path where the server databases and
168 public void setInstancePath(String instancePath) argument
170 this.instancePath = instancePath;
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/util/
H A DUIKeyStore.java253 String instancePath =
255 return instancePath + File.separator + "config" +
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/util/
H A DUIKeyStore.java254 String instancePath =
256 return instancePath + File.separator + "config" +
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/util/
H A DUIKeyStore.java254 String instancePath =
256 return instancePath + File.separator + "config" +
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/util/
H A DUIKeyStore.java253 String instancePath =
255 return instancePath + File.separator + "config" +
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/util/
H A DUIKeyStore.java256 String instancePath = DirectoryServer.getInstanceRoot();
257 return instancePath + File.separator + "config" +
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/util/
H A DUIKeyStore.java252 String instancePath =
254 return instancePath + File.separator + "config" +
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DServerDescriptor.java66 private String instancePath; field in class:ServerDescriptor
182 return instancePath;
188 * @param instancePath the instance path where the server databases and
191 public void setInstancePath(String instancePath) argument
193 this.instancePath = instancePath;
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DServerDescriptor.java67 private String instancePath; field in class:ServerDescriptor
183 return instancePath;
189 * @param instancePath the instance path where the server databases and
192 public void setInstancePath(String instancePath) argument
194 this.instancePath = instancePath;
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DServerDescriptor.java67 private String instancePath; field in class:ServerDescriptor
183 return instancePath;
189 * @param instancePath the instance path where the server databases and
192 public void setInstancePath(String instancePath) argument
194 this.instancePath = instancePath;
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DServerDescriptor.java66 private String instancePath; field in class:ServerDescriptor
182 return instancePath;
188 * @param instancePath the instance path where the server databases and
191 public void setInstancePath(String instancePath) argument
193 this.instancePath = instancePath;
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DServerDescriptor.java67 private String instancePath; field in class:ServerDescriptor
183 return instancePath;
189 * @param instancePath the instance path where the server databases and
192 public void setInstancePath(String instancePath) argument
194 this.instancePath = instancePath;
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/
H A DApplication.java178 String instancePath = getInstancePath();
180 if (instancePath == null)
186 installation = new Installation(installPath, instancePath);
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/
H A DApplication.java179 String instancePath = getInstancePath();
181 if (instancePath == null)
187 installation = new Installation(installPath, instancePath);
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/
H A DApplication.java179 String instancePath = getInstancePath();
181 if (instancePath == null)
187 installation = new Installation(installPath, instancePath);
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/
H A DApplication.java178 String instancePath = getInstancePath();
180 if (instancePath == null)
186 installation = new Installation(installPath, instancePath);

Completed in 109 milliseconds

123