| opendj-cli/src/main/java/com/forgerock/opendj/cli/Argument.java | ●●●●● patch | view | raw | blame | history | |
| opendj-cli/src/main/java/com/forgerock/opendj/cli/CliConstants.java | ●●●●● patch | view | raw | blame | history | |
| opendj-cli/src/main/java/com/forgerock/opendj/cli/FileBasedArgument.java | ●●●●● patch | view | raw | blame | history | |
| opendj-cli/src/main/java/org/forgerock/opendj/cli/package-info.java | ●●●●● patch | view | raw | blame | history |
opendj-cli/src/main/java/com/forgerock/opendj/cli/Argument.java
@@ -50,8 +50,7 @@ private boolean isMultiValued; // Indicates whether this argument was provided in the set of // command-line // arguments. // command-line arguments. private boolean isPresent; // Indicates whether this argument is required to have a value. @@ -82,13 +81,11 @@ private String propertyName; // The value placeholder for this argument, which will be used in // usage // information. // usage information. private LocalizableMessage valuePlaceholder; // Indicates whether this argument was provided in the set of // properties // found is a properties file. // properties found is a properties file. private boolean isValueSetByProperty; /** opendj-cli/src/main/java/com/forgerock/opendj/cli/CliConstants.java
@@ -106,12 +106,12 @@ public static final String OPTION_LONG_BATCH_FILE_PATH = "batchFilePath"; /** * The value for the short option hostname. * The value for the short option host name. */ public static final char OPTION_SHORT_HOST = 'h'; /** * The value for the long option hostname. * The value for the long option host name. */ public static final String OPTION_LONG_HOST = "hostname"; opendj-cli/src/main/java/com/forgerock/opendj/cli/FileBasedArgument.java
@@ -54,8 +54,7 @@ */ public final class FileBasedArgument extends Argument { // The mapping between filenames specified and the first lines read // from those // files. // from those files. private final LinkedHashMap<String, String> namesToValues; /** opendj-cli/src/main/java/org/forgerock/opendj/cli/package-info.java
File was deleted