public static class ResourceReference.Key extends Object implements Serializable
Constructor and Description |
---|
Key(ResourceReference reference)
Construct.
|
Key(String scope,
String name,
Locale locale,
String style,
String variation)
Construct.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Locale |
getLocale()
Gets locale.
|
String |
getName()
Gets name.
|
String |
getScope()
Gets scope.
|
Class<?> |
getScopeClass() |
String |
getStyle()
Gets style.
|
String |
getVariation()
Gets variation.
|
int |
hashCode() |
String |
toString() |
public Key(ResourceReference reference)
reference
- resource referencepublic boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
public int hashCode()
hashCode
in class Object
Object.hashCode()
public final String getScope()
public final Class<?> getScopeClass()
public final String getName()
public final Locale getLocale()
public final String getStyle()
public final String getVariation()
public String toString()
toString
in class Object
Object.toString()
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.