public enum PrecreatedFiles extends Enum<PrecreatedFiles>
Modifier and Type | Method and Description |
---|---|
static File |
preCreatedFile(File requiredQueueFile) |
static File |
preCreatedFileForStoreFile(File requiredStoreFile) |
static void |
renamePreCreatedFileToRequiredFile(File requiredQueueFile) |
static PrecreatedFiles |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrecreatedFiles[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static PrecreatedFiles[] values()
for (PrecreatedFiles c : PrecreatedFiles.values()) System.out.println(c);
public static PrecreatedFiles valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static void renamePreCreatedFileToRequiredFile(File requiredQueueFile)
Copyright © 2022. All rights reserved.