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

/forgerock/opendj2/src/ads/org/opends/admin/ads/
H A DADSContext.java148 INSTANCE_PATH("instancepath",ADSPropertySyntax.STRING), enum constant in enum:ADSContext.ServerProperty
2153 String result = (String)serverProperties.get(ServerProperty.INSTANCE_PATH);
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/
H A DADSContext.java149 INSTANCE_PATH("instancepath",ADSPropertySyntax.STRING), enum constant in enum:ADSContext.ServerProperty
2153 String result = (String)serverProperties.get(ServerProperty.INSTANCE_PATH);
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/
H A DADSContext.java149 INSTANCE_PATH("instancepath",ADSPropertySyntax.STRING), enum constant in enum:ADSContext.ServerProperty
2153 String result = (String)serverProperties.get(ServerProperty.INSTANCE_PATH);
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/
H A DADSContext.java148 INSTANCE_PATH("instancepath",ADSPropertySyntax.STRING), enum constant in enum:ADSContext.ServerProperty
2153 String result = (String)serverProperties.get(ServerProperty.INSTANCE_PATH);
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/
H A DADSContext.java149 INSTANCE_PATH("instancepath",ADSPropertySyntax.STRING), enum constant in enum:ADSContext.ServerProperty
2153 String result = (String)serverProperties.get(ServerProperty.INSTANCE_PATH);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/
H A DADSContext.java111 INSTANCE_PATH("instancepath",ADSPropertySyntax.STRING), enum constant in enum:ADSContext.ServerProperty
2002 String result = (String) serverProperties.get(ServerProperty.INSTANCE_PATH);

Completed in 61 milliseconds