- All Implemented Interfaces:
Serializable
,Comparable<RB>
,Constable
,RefCapableRBInterface
Resource Bundle for Tar classes
Purpose of this class is to wrap a RefCapablePropertyResourceBundle to reliably detect any possible use of a missing property key as soon as this class is clinitted. The reason for this is to allow us developers to detect all such errors before end-users ever use this class.
IMPORTANT: To add a new ResourceBundle element, add two new lines, one like
public static final int NEWKEYID = keyCounter++;and one line
new Integer(KEY2), "key2",Both should be inserted right after all of the other lines of the same type. NEWKEYID is obviously a new constant which you will use in calling code like RB.NEWKEYID.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptiongetExpandedString
(String... strings) getString
(int i1) getString
(int i1, int i2) getString
(int i1, int i2, int i3) toString()
static RB
Returns the enum constant of this class with the specified name.static RB[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
-
Enum Constant Details
-
DbBackup_syntax
-
DbBackup_syntaxerr
-
TarGenerator_syntax
-
pad_block_write
-
cleanup_rmfail
-
TarReader_syntax
-
unsupported_entry_present
-
bpr_write
-
stream_buffer_report
-
write_queue_report
-
file_missing
-
modified_property
-
file_disappeared
-
file_changed
-
file_appeared
-
pif_malformat
-
pif_malformat_size
-
zero_write
-
pif_toobig
-
read_denied
-
compression_unknown
-
insufficient_read
-
decompression_ranout
-
move_work_file
-
cant_overwrite
-
cant_write_dir
-
no_parent_dir
-
bad_block_write_len
-
illegal_block_boundary
-
workfile_delete_fail
-
unsupported_ext
-
dest_exists
-
parent_not_dir
-
cant_write_parent
-
parent_create_fail
-
tar_field_toobig
-
missing_supp_path
-
nonfile_entry
-
read_lt_1
-
data_changed
-
unexpected_header_key
-
tarreader_syntaxerr
-
unsupported_mode
-
dir_x_conflict
-
pif_unknown_datasize
-
pif_data_toobig
-
data_size_unknown
-
extraction_exists
-
extraction_exists_notfile
-
extraction_parent_not_dir
-
extraction_parent_not_writable
-
extraction_parent_mkfail
-
write_count_mismatch
-
header_field_missing
-
checksum_mismatch
-
create_only_normal
-
bad_header_value
-
bad_numeric_header_value
-
listing_format
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getString
- Specified by:
getString
in interfaceRefCapableRBInterface
-
toString
-
getExpandedString
- Specified by:
getExpandedString
in interfaceRefCapableRBInterface
-
getExpandedString
- Specified by:
getExpandedString
in interfaceRefCapableRBInterface
-
getString
- Specified by:
getString
in interfaceRefCapableRBInterface
-
getString
- Specified by:
getString
in interfaceRefCapableRBInterface
-
getString
- Specified by:
getString
in interfaceRefCapableRBInterface
-
getString
- Specified by:
getString
in interfaceRefCapableRBInterface
-
getString
- Specified by:
getString
in interfaceRefCapableRBInterface
-
getString
- Specified by:
getString
in interfaceRefCapableRBInterface
-
getString
- Specified by:
getString
in interfaceRefCapableRBInterface
-
getString
- Specified by:
getString
in interfaceRefCapableRBInterface
-
getString
- Specified by:
getString
in interfaceRefCapableRBInterface
-
getString
- Specified by:
getString
in interfaceRefCapableRBInterface
-
getString
- Specified by:
getString
in interfaceRefCapableRBInterface
-
getString
- Specified by:
getString
in interfaceRefCapableRBInterface
-