Searched refs:disableAllArg (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java197 BooleanArgument disableAllArg; field in class:ReplicationCliArgumentParser
446 !disableAllArg.isPresent() &&
814 disableAllArg = new BooleanArgument(
821 disableReplicationServerArg, disableAllArg};
2093 {disableAllArg, disableReplicationServerArg},
2094 {disableAllArg, baseDNsArg}
H A DReplicationCliMain.java2470 boolean disableAll = argParser.disableAllArg.isPresent();
3558 uData.setDisableAll(argParser.disableAllArg.isPresent());
4519 argParser.disableAllArg.getLongIdentifier()));
9789 argParser.disableAllArg.getName(),
9790 argParser.disableAllArg.getShortIdentifier(),
9791 argParser.disableAllArg.getLongIdentifier(),
/forgerock/opendj2/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java196 BooleanArgument disableAllArg; field in class:ReplicationCliArgumentParser
445 !disableAllArg.isPresent() &&
813 disableAllArg = new BooleanArgument(
820 disableReplicationServerArg, disableAllArg};
2092 {disableAllArg, disableReplicationServerArg},
2093 {disableAllArg, baseDNsArg}
H A DReplicationCliMain.java2365 boolean disableAll = argParser.disableAllArg.isPresent();
3362 uData.setDisableAll(argParser.disableAllArg.isPresent());
4297 argParser.disableAllArg.getLongIdentifier()));
9327 argParser.disableAllArg.getName(),
9328 argParser.disableAllArg.getShortIdentifier(),
9329 argParser.disableAllArg.getLongIdentifier(),
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java197 BooleanArgument disableAllArg; field in class:ReplicationCliArgumentParser
446 !disableAllArg.isPresent() &&
814 disableAllArg = new BooleanArgument(
821 disableReplicationServerArg, disableAllArg};
2093 {disableAllArg, disableReplicationServerArg},
2094 {disableAllArg, baseDNsArg}
H A DReplicationCliMain.java2470 boolean disableAll = argParser.disableAllArg.isPresent();
3558 uData.setDisableAll(argParser.disableAllArg.isPresent());
4519 argParser.disableAllArg.getLongIdentifier()));
9789 argParser.disableAllArg.getName(),
9790 argParser.disableAllArg.getShortIdentifier(),
9791 argParser.disableAllArg.getLongIdentifier(),
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java197 BooleanArgument disableAllArg; field in class:ReplicationCliArgumentParser
446 !disableAllArg.isPresent() &&
814 disableAllArg = new BooleanArgument(
821 disableReplicationServerArg, disableAllArg};
2093 {disableAllArg, disableReplicationServerArg},
2094 {disableAllArg, baseDNsArg}
H A DReplicationCliMain.java2471 boolean disableAll = argParser.disableAllArg.isPresent();
3559 uData.setDisableAll(argParser.disableAllArg.isPresent());
4520 argParser.disableAllArg.getLongIdentifier()));
9790 argParser.disableAllArg.getName(),
9791 argParser.disableAllArg.getShortIdentifier(),
9792 argParser.disableAllArg.getLongIdentifier(),
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java196 BooleanArgument disableAllArg; field in class:ReplicationCliArgumentParser
445 !disableAllArg.isPresent() &&
813 disableAllArg = new BooleanArgument(
820 disableReplicationServerArg, disableAllArg};
2092 {disableAllArg, disableReplicationServerArg},
2093 {disableAllArg, baseDNsArg}
H A DReplicationCliMain.java2365 boolean disableAll = argParser.disableAllArg.isPresent();
3362 uData.setDisableAll(argParser.disableAllArg.isPresent());
4297 argParser.disableAllArg.getLongIdentifier()));
9327 argParser.disableAllArg.getName(),
9328 argParser.disableAllArg.getShortIdentifier(),
9329 argParser.disableAllArg.getLongIdentifier(),
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/dsreplication/
H A DReplicationCliArgumentParser.java148 BooleanArgument disableAllArg; field in class:ReplicationCliArgumentParser
339 !disableAllArg.isPresent() &&
689 disableAllArg = new BooleanArgument(
696 disableReplicationServerArg, disableAllArg};
1730 {disableAllArg, disableReplicationServerArg},
1731 {disableAllArg, baseDNsArg}
H A DReplicationCliMain.java2822 boolean disableAll = argParser.disableAllArg.isPresent();
3443 uData.setDisableAll(argParser.disableAllArg.isPresent());
4207 argParser.disableReplicationServerArg.getLongIdentifier(), argParser.disableAllArg.getLongIdentifier()));
8454 argParser.disableAllArg, INFO_DESCRIPTION_DISABLE_ALL));

Completed in 156 milliseconds