Searched refs:CLIProfile (Results 1 - 25 of 30) sorted by relevance

12

/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/dsconfig/
H A DCLIProfile.java43 final class CLIProfile { class
46 private static final CLIProfile INSTANCE = new CLIProfile();
53 public static CLIProfile getInstance() {
61 private CLIProfile() { method in class:CLIProfile
H A DSubCommandHandler.java493 String argName = CLIProfile.getInstance().getNamingArgument(r);
544 String argName = CLIProfile.getInstance().getNamingArgument(r);
987 String argName = CLIProfile.getInstance().getNamingArgument(r);
1043 String argName = CLIProfile.getInstance().getNamingArgument(r);
1255 if (CLIProfile.getInstance().isForCustomization(c)) {
1274 if (CLIProfile.getInstance().isForCustomization(c)) {
H A DListSubCommandHandler.java196 propertyNames = CLIProfile.getInstance().getDefaultListPropertyNames(relation);
389 boolean isCustom = CLIProfile.getInstance().isForCustomization(d);
H A DCreateSubCommandHandler.java261 if (CLIProfile.getInstance().isForCustomization(mod)) {
847 if (CLIProfile.getInstance().isForCustomization(mod)) {
868 && (defn.hasOption(ManagedObjectOption.ADVANCED) || CLIProfile.getInstance().isForCustomization(defn));
1099 providedNamingArgName = CLIProfile.getInstance().getNamingArgument(irelation);
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsconfig/
H A DCLIProfile.java47 final class CLIProfile { class
50 private static final CLIProfile INSTANCE = new CLIProfile();
59 public static CLIProfile getInstance() {
69 private CLIProfile() { method in class:CLIProfile
H A DSubCommandHandler.java557 String argName = CLIProfile.getInstance().getNamingArgument(r);
622 String argName = CLIProfile.getInstance().getNamingArgument(r);
1227 String argName = CLIProfile.getInstance().getNamingArgument(r);
1293 String argName = CLIProfile.getInstance().getNamingArgument(r);
1521 if (CLIProfile.getInstance().isForCustomization(c)) {
1540 if (CLIProfile.getInstance().isForCustomization(c)) {
H A DCreateSubCommandHandler.java295 if (CLIProfile.getInstance().isForCustomization(mod)) {
303 if (CLIProfile.getInstance().isForCustomization(mod)) {
973 } else if (CLIProfile.getInstance().isForCustomization(cd)) {
1011 if (CLIProfile.getInstance().isForCustomization(mod)) {
1313 CLIProfile.getInstance().getNamingArgument(irelation);
H A DListSubCommandHandler.java227 propertyNames = CLIProfile.getInstance().getDefaultListPropertyNames(
468 boolean isCustom = CLIProfile.getInstance().isForCustomization(d);
H A DSetPropSubCommandHandler.java456 CLIProfile.getInstance().getNamingArgument(
/forgerock/opendj2/src/server/org/opends/server/tools/dsconfig/
H A DCLIProfile.java46 final class CLIProfile { class
49 private static final CLIProfile INSTANCE = new CLIProfile();
58 public static CLIProfile getInstance() {
68 private CLIProfile() { method in class:CLIProfile
H A DSubCommandHandler.java556 String argName = CLIProfile.getInstance().getNamingArgument(r);
621 String argName = CLIProfile.getInstance().getNamingArgument(r);
1226 String argName = CLIProfile.getInstance().getNamingArgument(r);
1292 String argName = CLIProfile.getInstance().getNamingArgument(r);
1520 if (CLIProfile.getInstance().isForCustomization(c)) {
1539 if (CLIProfile.getInstance().isForCustomization(c)) {
H A DCreateSubCommandHandler.java294 if (CLIProfile.getInstance().isForCustomization(mod)) {
302 if (CLIProfile.getInstance().isForCustomization(mod)) {
972 } else if (CLIProfile.getInstance().isForCustomization(cd)) {
1010 if (CLIProfile.getInstance().isForCustomization(mod)) {
1312 CLIProfile.getInstance().getNamingArgument(irelation);
H A DListSubCommandHandler.java226 propertyNames = CLIProfile.getInstance().getDefaultListPropertyNames(
467 boolean isCustom = CLIProfile.getInstance().isForCustomization(d);
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsconfig/
H A DCLIProfile.java47 final class CLIProfile { class
50 private static final CLIProfile INSTANCE = new CLIProfile();
59 public static CLIProfile getInstance() {
69 private CLIProfile() { method in class:CLIProfile
H A DSubCommandHandler.java557 String argName = CLIProfile.getInstance().getNamingArgument(r);
622 String argName = CLIProfile.getInstance().getNamingArgument(r);
1227 String argName = CLIProfile.getInstance().getNamingArgument(r);
1293 String argName = CLIProfile.getInstance().getNamingArgument(r);
1521 if (CLIProfile.getInstance().isForCustomization(c)) {
1540 if (CLIProfile.getInstance().isForCustomization(c)) {
H A DCreateSubCommandHandler.java295 if (CLIProfile.getInstance().isForCustomization(mod)) {
303 if (CLIProfile.getInstance().isForCustomization(mod)) {
973 } else if (CLIProfile.getInstance().isForCustomization(cd)) {
1011 if (CLIProfile.getInstance().isForCustomization(mod)) {
1313 CLIProfile.getInstance().getNamingArgument(irelation);
H A DListSubCommandHandler.java227 propertyNames = CLIProfile.getInstance().getDefaultListPropertyNames(
468 boolean isCustom = CLIProfile.getInstance().isForCustomization(d);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsconfig/
H A DCLIProfile.java47 final class CLIProfile { class
50 private static final CLIProfile INSTANCE = new CLIProfile();
59 public static CLIProfile getInstance() {
69 private CLIProfile() { method in class:CLIProfile
H A DSubCommandHandler.java557 String argName = CLIProfile.getInstance().getNamingArgument(r);
622 String argName = CLIProfile.getInstance().getNamingArgument(r);
1227 String argName = CLIProfile.getInstance().getNamingArgument(r);
1293 String argName = CLIProfile.getInstance().getNamingArgument(r);
1521 if (CLIProfile.getInstance().isForCustomization(c)) {
1540 if (CLIProfile.getInstance().isForCustomization(c)) {
H A DCreateSubCommandHandler.java295 if (CLIProfile.getInstance().isForCustomization(mod)) {
303 if (CLIProfile.getInstance().isForCustomization(mod)) {
973 } else if (CLIProfile.getInstance().isForCustomization(cd)) {
1011 if (CLIProfile.getInstance().isForCustomization(mod)) {
1313 CLIProfile.getInstance().getNamingArgument(irelation);
H A DListSubCommandHandler.java227 propertyNames = CLIProfile.getInstance().getDefaultListPropertyNames(
468 boolean isCustom = CLIProfile.getInstance().isForCustomization(d);
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsconfig/
H A DCLIProfile.java46 final class CLIProfile { class
49 private static final CLIProfile INSTANCE = new CLIProfile();
58 public static CLIProfile getInstance() {
68 private CLIProfile() { method in class:CLIProfile
H A DSubCommandHandler.java556 String argName = CLIProfile.getInstance().getNamingArgument(r);
621 String argName = CLIProfile.getInstance().getNamingArgument(r);
1226 String argName = CLIProfile.getInstance().getNamingArgument(r);
1292 String argName = CLIProfile.getInstance().getNamingArgument(r);
1520 if (CLIProfile.getInstance().isForCustomization(c)) {
1539 if (CLIProfile.getInstance().isForCustomization(c)) {
H A DCreateSubCommandHandler.java294 if (CLIProfile.getInstance().isForCustomization(mod)) {
302 if (CLIProfile.getInstance().isForCustomization(mod)) {
972 } else if (CLIProfile.getInstance().isForCustomization(cd)) {
1010 if (CLIProfile.getInstance().isForCustomization(mod)) {
1312 CLIProfile.getInstance().getNamingArgument(irelation);
H A DListSubCommandHandler.java226 propertyNames = CLIProfile.getInstance().getDefaultListPropertyNames(
467 boolean isCustom = CLIProfile.getInstance().isForCustomization(d);

Completed in 85 milliseconds

12