public static class ResourceConfig.$20$3 extends java.lang.Object implements SelectableMergeableConfig<ResourceConfig.$20$3>
| Modifier and Type | Field and Description |
|---|---|
@NotNull java.util.List<BundleUsage> |
bundles |
ResourceUsage.$20$3 |
resources |
| Constructor and Description |
|---|
$20$3() |
$20$3(@NotNull java.util.List<java.lang.String> includes,
@NotNull java.util.List<java.lang.String> excludes,
java.lang.String... bundles) |
$20$3(ResourceUsage.$20$3 resources,
java.lang.String... bundles) |
| Modifier and Type | Method and Description |
|---|---|
<T extends SelectableMergeableConfig<T>> |
canBeMergeWith(T other) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
@NotNull ResourceConfig.$20$3 |
mergeWith(@NotNull ResourceConfig.$20$3 other) |
java.lang.String |
toString() |
@NotNull public ResourceUsage.$20$3 resources
@NotNull public @NotNull java.util.List<BundleUsage> bundles
public $20$3()
@TestOnly
public $20$3(@NotNull
@NotNull java.util.List<java.lang.String> includes,
@NotNull
@NotNull java.util.List<java.lang.String> excludes,
@NotNull
java.lang.String... bundles)
@TestOnly
public $20$3(@NotNull
ResourceUsage.$20$3 resources,
@NotNull
java.lang.String... bundles)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object@NotNull public @NotNull ResourceConfig.$20$3 mergeWith(@NotNull @NotNull ResourceConfig.$20$3 other)
mergeWith in interface MergeableConfig<ResourceConfig.$20$3>public <T extends SelectableMergeableConfig<T>> boolean canBeMergeWith(@NotNull T other)
canBeMergeWith in interface SelectableMergeableConfig<ResourceConfig.$20$3>