public enum FastResponseConfigsHolder extends Enum<FastResponseConfigsHolder>
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
StubEndpointConfig |
getConfig(String projectUuid,
String transportType,
String configuredEndpoint) |
List<FastStubsTreeView> |
getEndpoints(UUID projectUuid)
Get project endpoints list.
|
void |
loadFromFile(String uuidFromInfo,
File savedFile)
Load project configuration for fast-stubs, for project Uuid, from savedFile.
|
void |
putConfig(String projectUuid,
String transportType,
StubEndpointConfig config) |
void |
resetConfigByKey(String key) |
void |
resetConfigForProject(String projectUuid) |
static FastResponseConfigsHolder |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FastResponseConfigsHolder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FastResponseConfigsHolder INSTANCE
public static FastResponseConfigsHolder[] values()
for (FastResponseConfigsHolder c : FastResponseConfigsHolder.values()) System.out.println(c);
public static FastResponseConfigsHolder 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 StubEndpointConfig getConfig(String projectUuid, String transportType, String configuredEndpoint)
public void putConfig(String projectUuid, String transportType, StubEndpointConfig config)
public void resetConfigByKey(String key)
public void resetConfigForProject(String projectUuid)
public void loadFromFile(String uuidFromInfo, File savedFile)
uuidFromInfo - - project Uuid,savedFile - - File information.public List<FastStubsTreeView> getEndpoints(UUID projectUuid)
projectUuid - Project UUID parameter.Copyright © 2025. All rights reserved.