Skip to content

Commit 47b2fa5

Browse files
author
Niall Kegan Pemberton
committed
Add missing svn:eol-style and svn:keywords properties
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@639976 13f79535-47bb-0310-9956-ffa450edef68
1 parent 1bf3907 commit 47b2fa5

7 files changed

Lines changed: 625 additions & 625 deletions

File tree

Lines changed: 57 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,57 @@
1-
ClassValidator.bad.classname = The class name "{0}" is invalid.
2-
ClassValidator.class.notfound = The class "{0}" could not be found.
3-
ClassValidator.class.access = The class "{0}" could not be accessed. Reason: {1}.
4-
ClassValidator.class.create = The class "{0}" could not be created.
5-
6-
DateValidator.date.OutOfRange = Date ''{0}'' is out of range.
7-
8-
NumberValidator.number.OutOfRange = Number ''{0}'' is out of range.
9-
10-
URLValidator.malformed.URL = Cannot understand URL: ''{0}''.
11-
12-
Argument.unexpected.value = Unexpected value "{0}" found while processing
13-
Argument.minimum.exceeds.maximum = Minimum number of values must not exceed maximum number
14-
Argument.too.few.defaults = Not enough default values.
15-
Argument.too.many.defaults = Too many default values.
16-
Argument.missing.values = Missing value(s)
17-
Argument.too.many.values = More than one value was supplied.
18-
19-
Option.trigger.needs.prefix = Trigger {0} must be prefixed with a value from {1}
20-
Option.missing.required = Missing required option
21-
Option.no.name = An option must have at least one name.
22-
Option.illegal.short.prefix = The shortPrefix MUST be at least 1 character long.
23-
Option.illegal.long.prefix = The longPrefix MUST be at least 1 character long.
24-
25-
Command.preferredName.too.short = The preferredName MUST be at least 1 character long.
26-
27-
SourceDest.must.enforce.values = The dest argument must enforce a fixed number of values.
28-
29-
Switch.illegal.enabled.prefix = The enabledPrefix MUST be at least 1 character long.
30-
Switch.illegal.disabled.prefix = The disabledPrefix MUST be at least 1 character long.
31-
Switch.identical.prefixes = The disabledPrefix and enabledPrefix MUST be different.
32-
Switch.already.set = Switch already set.
33-
Switch.no.enabledPrefix = An enabledPrefix must be supplied.
34-
Switch.no.disabledPrefix = A disabledPrefix must be supplied.
35-
Switch.enabled.startsWith.disabled = The enabledPrefix cannot start the same as disabledPrefix.
36-
Switch.disabled.startsWith.enabled = The disabledPrefix cannot start the same as enabledPrefix.
37-
Switch.preferredName.too.short = The preferredName MUST be at least 1 character long.
38-
39-
HelpFormatter.gutter.too.long = The gutter strings leave no space for output! \
40-
Supply shorter gutters or more width.
41-
HelpFormatter.width.too.narrow = The HelpFormatter width is too narrow: "{0}".
42-
43-
Enum.illegal.value = ''{0}'' is not allowed. Permitted values are: {1}
44-
45-
Unexpected.token = Unexpected {0} while processing
46-
Missing.option = Missing option
47-
Cannot.burst = Could not burst "{0}" while processing
48-
49-
ArgumentBuilder.null.consume.remaining = Cannot use 'null' as the consume remaining token.
50-
ArgumentBuilder.empty.consume.remaining = Cannot use an empty string as the consume remaining token.
51-
ArgumentBuilder.null.defaults = Cannot use 'null' defaults.
52-
ArgumentBuilder.null.default = Cannot use 'null' default.
53-
ArgumentBuilder.negative.maximum = Cannot use a negative maximum value.
54-
ArgumentBuilder.negative.minimum = Cannot use a negative minimum value.
55-
ArgumentBuilder.null.name = Cannot use 'null' as a name.
56-
ArgumentBuilder.empty.name = Cannot use an empty string as a name.
57-
ArgumentBuilder.null.validator = Cannot use 'null' as a validator.
1+
ClassValidator.bad.classname = The class name "{0}" is invalid.
2+
ClassValidator.class.notfound = The class "{0}" could not be found.
3+
ClassValidator.class.access = The class "{0}" could not be accessed. Reason: {1}.
4+
ClassValidator.class.create = The class "{0}" could not be created.
5+
6+
DateValidator.date.OutOfRange = Date ''{0}'' is out of range.
7+
8+
NumberValidator.number.OutOfRange = Number ''{0}'' is out of range.
9+
10+
URLValidator.malformed.URL = Cannot understand URL: ''{0}''.
11+
12+
Argument.unexpected.value = Unexpected value "{0}" found while processing
13+
Argument.minimum.exceeds.maximum = Minimum number of values must not exceed maximum number
14+
Argument.too.few.defaults = Not enough default values.
15+
Argument.too.many.defaults = Too many default values.
16+
Argument.missing.values = Missing value(s)
17+
Argument.too.many.values = More than one value was supplied.
18+
19+
Option.trigger.needs.prefix = Trigger {0} must be prefixed with a value from {1}
20+
Option.missing.required = Missing required option
21+
Option.no.name = An option must have at least one name.
22+
Option.illegal.short.prefix = The shortPrefix MUST be at least 1 character long.
23+
Option.illegal.long.prefix = The longPrefix MUST be at least 1 character long.
24+
25+
Command.preferredName.too.short = The preferredName MUST be at least 1 character long.
26+
27+
SourceDest.must.enforce.values = The dest argument must enforce a fixed number of values.
28+
29+
Switch.illegal.enabled.prefix = The enabledPrefix MUST be at least 1 character long.
30+
Switch.illegal.disabled.prefix = The disabledPrefix MUST be at least 1 character long.
31+
Switch.identical.prefixes = The disabledPrefix and enabledPrefix MUST be different.
32+
Switch.already.set = Switch already set.
33+
Switch.no.enabledPrefix = An enabledPrefix must be supplied.
34+
Switch.no.disabledPrefix = A disabledPrefix must be supplied.
35+
Switch.enabled.startsWith.disabled = The enabledPrefix cannot start the same as disabledPrefix.
36+
Switch.disabled.startsWith.enabled = The disabledPrefix cannot start the same as enabledPrefix.
37+
Switch.preferredName.too.short = The preferredName MUST be at least 1 character long.
38+
39+
HelpFormatter.gutter.too.long = The gutter strings leave no space for output! \
40+
Supply shorter gutters or more width.
41+
HelpFormatter.width.too.narrow = The HelpFormatter width is too narrow: "{0}".
42+
43+
Enum.illegal.value = ''{0}'' is not allowed. Permitted values are: {1}
44+
45+
Unexpected.token = Unexpected {0} while processing
46+
Missing.option = Missing option
47+
Cannot.burst = Could not burst "{0}" while processing
48+
49+
ArgumentBuilder.null.consume.remaining = Cannot use 'null' as the consume remaining token.
50+
ArgumentBuilder.empty.consume.remaining = Cannot use an empty string as the consume remaining token.
51+
ArgumentBuilder.null.defaults = Cannot use 'null' defaults.
52+
ArgumentBuilder.null.default = Cannot use 'null' default.
53+
ArgumentBuilder.negative.maximum = Cannot use a negative maximum value.
54+
ArgumentBuilder.negative.minimum = Cannot use a negative minimum value.
55+
ArgumentBuilder.null.name = Cannot use 'null' as a name.
56+
ArgumentBuilder.empty.name = Cannot use an empty string as a name.
57+
ArgumentBuilder.null.validator = Cannot use 'null' as a validator.
Lines changed: 70 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,70 @@
1-
/*
2-
* Licensed to the Apache Software Foundation (ASF) under one
3-
* or more contributor license agreements. See the NOTICE file
4-
* distributed with this work for additional information
5-
* regarding copyright ownership. The ASF licenses this file
6-
* to you under the Apache License, Version 2.0 (the
7-
* "License"); you may not use this file except in compliance
8-
* with the License. You may obtain a copy of the License at
9-
*
10-
* http://www.apache.org/licenses/LICENSE-2.0
11-
*
12-
* Unless required by applicable law or agreed to in writing,
13-
* software distributed under the License is distributed on an
14-
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15-
* KIND, either express or implied. See the License for the
16-
* specific language governing permissions and limitations
17-
* under the License.
18-
*/
19-
package org.apache.commons.cli2.resource;
20-
21-
public abstract class ResourceConstants {
22-
public static final String CLASSVALIDATOR_BAD_CLASSNAME = "ClassValidator.bad.classname";
23-
public static final String CLASSVALIDATOR_CLASS_NOTFOUND = "ClassValidator.class.notfound";
24-
public static final String CLASSVALIDATOR_CLASS_ACCESS = "ClassValidator.class.access";
25-
public static final String CLASSVALIDATOR_CLASS_CREATE = "ClassValidator.class.create";
26-
public static final String DATEVALIDATOR_DATE_OUTOFRANGE = "DateValidator.date.OutOfRange";
27-
public static final String URLVALIDATOR_MALFORMED_URL = "URLValidator.malformed.URL";
28-
public static final String NUMBERVALIDATOR_NUMBER_OUTOFRANGE =
29-
"NumberValidator.number.OutOfRange";
30-
public static final String ARGUMENT_UNEXPECTED_VALUE = "Argument.unexpected.value";
31-
public static final String ARGUMENT_MIN_EXCEEDS_MAX = "Argument.minimum.exceeds.maximum";
32-
public static final String ARGUMENT_TOO_FEW_DEFAULTS = "Argument.too.few.defaults";
33-
public static final String ARGUMENT_TOO_MANY_DEFAULTS = "Argument.too.many.defaults";
34-
public static final String ARGUMENT_MISSING_VALUES = "Argument.missing.values";
35-
public static final String ARGUMENT_TOO_MANY_VALUES = "Argument.too.many.values";
36-
public static final String OPTION_TRIGGER_NEEDS_PREFIX = "Option.trigger.needs.prefix";
37-
public static final String OPTION_MISSING_REQUIRED = "Option.missing.required";
38-
public static final String OPTION_NO_NAME = "Option.no.name";
39-
public static final String OPTION_ILLEGAL_LONG_PREFIX = "Option.illegal.long.prefix";
40-
public static final String OPTION_ILLEGAL_SHORT_PREFIX = "Option.illegal.short.prefix";
41-
public static final String UNEXPECTED_TOKEN = "Unexpected.token";
42-
public static final String MISSING_OPTION = "Missing.option";
43-
public static final String CANNOT_BURST = "Cannot.burst";
44-
public static final String COMMAND_PREFERRED_NAME_TOO_SHORT = "Command.preferredName.too.short";
45-
public static final String SWITCH_ILLEGAL_ENABLED_PREFIX = "Option.illegal.enabled.prefix";
46-
public static final String SWITCH_ILLEGAL_DISABLED_PREFIX = "Option.illegal.disabled.prefix";
47-
public static final String SWITCH_IDENTICAL_PREFIXES = "Option.identical.prefixes";
48-
public static final String SWITCH_ALREADY_SET = "Switch.already.set";
49-
public static final String SWITCH_NO_ENABLED_PREFIX = "Switch.no.enabledPrefix";
50-
public static final String SWITCH_NO_DISABLED_PREFIX = "Switch.no.disabledPrefix";
51-
public static final String SWITCH_ENABLED_STARTS_WITH_DISABLED =
52-
"Switch.enabled.startsWith.disabled";
53-
public static final String SWITCH_DISABLED_STARTWS_WITH_ENABLED =
54-
"Switch.disabled.startsWith.enabled";
55-
public static final String SWITCH_PREFERRED_NAME_TOO_SHORT = "Switch.preferredName.too.short";
56-
public static final String SOURCE_DEST_MUST_ENFORCE_VALUES = "SourceDest.must.enforce.values";
57-
public static final String HELPFORMATTER_GUTTER_TOO_LONG = "HelpFormatter.gutter.too.long";
58-
public static final String HELPFORMATTER_WIDTH_TOO_NARROW = "HelpFormatter.width.too.narrow";
59-
public static final String ENUM_ILLEGAL_VALUE = "Enum.illegal.value";
60-
public static final String ARGUMENT_BUILDER_NULL_CONSUME_REMAINING = "ArgumentBuilder.null.consume.remaining";
61-
public static final String ARGUMENT_BUILDER_EMPTY_CONSUME_REMAINING = "ArgumentBuilder.empty.consume.remaining";
62-
public static final String ARGUMENT_BUILDER_NULL_DEFAULT = "ArgumentBuilder.null.default";
63-
public static final String ARGUMENT_BUILDER_NULL_DEFAULTS = "ArgumentBuilder.null.defaults";
64-
public static final String ARGUMENT_BUILDER_NEGATIVE_MAXIMUM = "ArgumentBuilder.negative.maximum";
65-
public static final String ARGUMENT_BUILDER_NEGATIVE_MINIMUM = "ArgumentBuilder.negative.minimum";
66-
public static final String ARGUMENT_BUILDER_NULL_NAME = "ArgumentBuilder.null.name";
67-
public static final String ARGUMENT_BUILDER_EMPTY_NAME = "ArgumentBuilder.empty.name";
68-
public static final String ARGUMENT_BUILDER_NULL_VALIDATOR = "ArgumentBuilder.null.validator";
69-
70-
}
1+
/*
2+
* Licensed to the Apache Software Foundation (ASF) under one
3+
* or more contributor license agreements. See the NOTICE file
4+
* distributed with this work for additional information
5+
* regarding copyright ownership. The ASF licenses this file
6+
* to you under the Apache License, Version 2.0 (the
7+
* "License"); you may not use this file except in compliance
8+
* with the License. You may obtain a copy of the License at
9+
*
10+
* http://www.apache.org/licenses/LICENSE-2.0
11+
*
12+
* Unless required by applicable law or agreed to in writing,
13+
* software distributed under the License is distributed on an
14+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
* KIND, either express or implied. See the License for the
16+
* specific language governing permissions and limitations
17+
* under the License.
18+
*/
19+
package org.apache.commons.cli2.resource;
20+
21+
public abstract class ResourceConstants {
22+
public static final String CLASSVALIDATOR_BAD_CLASSNAME = "ClassValidator.bad.classname";
23+
public static final String CLASSVALIDATOR_CLASS_NOTFOUND = "ClassValidator.class.notfound";
24+
public static final String CLASSVALIDATOR_CLASS_ACCESS = "ClassValidator.class.access";
25+
public static final String CLASSVALIDATOR_CLASS_CREATE = "ClassValidator.class.create";
26+
public static final String DATEVALIDATOR_DATE_OUTOFRANGE = "DateValidator.date.OutOfRange";
27+
public static final String URLVALIDATOR_MALFORMED_URL = "URLValidator.malformed.URL";
28+
public static final String NUMBERVALIDATOR_NUMBER_OUTOFRANGE =
29+
"NumberValidator.number.OutOfRange";
30+
public static final String ARGUMENT_UNEXPECTED_VALUE = "Argument.unexpected.value";
31+
public static final String ARGUMENT_MIN_EXCEEDS_MAX = "Argument.minimum.exceeds.maximum";
32+
public static final String ARGUMENT_TOO_FEW_DEFAULTS = "Argument.too.few.defaults";
33+
public static final String ARGUMENT_TOO_MANY_DEFAULTS = "Argument.too.many.defaults";
34+
public static final String ARGUMENT_MISSING_VALUES = "Argument.missing.values";
35+
public static final String ARGUMENT_TOO_MANY_VALUES = "Argument.too.many.values";
36+
public static final String OPTION_TRIGGER_NEEDS_PREFIX = "Option.trigger.needs.prefix";
37+
public static final String OPTION_MISSING_REQUIRED = "Option.missing.required";
38+
public static final String OPTION_NO_NAME = "Option.no.name";
39+
public static final String OPTION_ILLEGAL_LONG_PREFIX = "Option.illegal.long.prefix";
40+
public static final String OPTION_ILLEGAL_SHORT_PREFIX = "Option.illegal.short.prefix";
41+
public static final String UNEXPECTED_TOKEN = "Unexpected.token";
42+
public static final String MISSING_OPTION = "Missing.option";
43+
public static final String CANNOT_BURST = "Cannot.burst";
44+
public static final String COMMAND_PREFERRED_NAME_TOO_SHORT = "Command.preferredName.too.short";
45+
public static final String SWITCH_ILLEGAL_ENABLED_PREFIX = "Option.illegal.enabled.prefix";
46+
public static final String SWITCH_ILLEGAL_DISABLED_PREFIX = "Option.illegal.disabled.prefix";
47+
public static final String SWITCH_IDENTICAL_PREFIXES = "Option.identical.prefixes";
48+
public static final String SWITCH_ALREADY_SET = "Switch.already.set";
49+
public static final String SWITCH_NO_ENABLED_PREFIX = "Switch.no.enabledPrefix";
50+
public static final String SWITCH_NO_DISABLED_PREFIX = "Switch.no.disabledPrefix";
51+
public static final String SWITCH_ENABLED_STARTS_WITH_DISABLED =
52+
"Switch.enabled.startsWith.disabled";
53+
public static final String SWITCH_DISABLED_STARTWS_WITH_ENABLED =
54+
"Switch.disabled.startsWith.enabled";
55+
public static final String SWITCH_PREFERRED_NAME_TOO_SHORT = "Switch.preferredName.too.short";
56+
public static final String SOURCE_DEST_MUST_ENFORCE_VALUES = "SourceDest.must.enforce.values";
57+
public static final String HELPFORMATTER_GUTTER_TOO_LONG = "HelpFormatter.gutter.too.long";
58+
public static final String HELPFORMATTER_WIDTH_TOO_NARROW = "HelpFormatter.width.too.narrow";
59+
public static final String ENUM_ILLEGAL_VALUE = "Enum.illegal.value";
60+
public static final String ARGUMENT_BUILDER_NULL_CONSUME_REMAINING = "ArgumentBuilder.null.consume.remaining";
61+
public static final String ARGUMENT_BUILDER_EMPTY_CONSUME_REMAINING = "ArgumentBuilder.empty.consume.remaining";
62+
public static final String ARGUMENT_BUILDER_NULL_DEFAULT = "ArgumentBuilder.null.default";
63+
public static final String ARGUMENT_BUILDER_NULL_DEFAULTS = "ArgumentBuilder.null.defaults";
64+
public static final String ARGUMENT_BUILDER_NEGATIVE_MAXIMUM = "ArgumentBuilder.negative.maximum";
65+
public static final String ARGUMENT_BUILDER_NEGATIVE_MINIMUM = "ArgumentBuilder.negative.minimum";
66+
public static final String ARGUMENT_BUILDER_NULL_NAME = "ArgumentBuilder.null.name";
67+
public static final String ARGUMENT_BUILDER_EMPTY_NAME = "ArgumentBuilder.empty.name";
68+
public static final String ARGUMENT_BUILDER_NULL_VALIDATOR = "ArgumentBuilder.null.validator";
69+
70+
}
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
<html>
2-
<body>
3-
Provides classes and interfaces for validating argument values.
4-
5-
These classes are capable of validating argument values of the following type:
6-
7-
<ul>
8-
<li>file/directory</li>
9-
<li>number</li>
10-
<li>date/time</li>
11-
<li>URL</li>
12-
<li>enumeration</li>
13-
<li>class</li>
14-
</ul>
15-
</body>
1+
<html>
2+
<body>
3+
Provides classes and interfaces for validating argument values.
4+
5+
These classes are capable of validating argument values of the following type:
6+
7+
<ul>
8+
<li>file/directory</li>
9+
<li>number</li>
10+
<li>date/time</li>
11+
<li>URL</li>
12+
<li>enumeration</li>
13+
<li>class</li>
14+
</ul>
15+
</body>
1616
</html>

0 commit comments

Comments
 (0)