public interface NamedResource
| Modifier and Type | Interface and Description |
|---|---|
static class |
NamedResource.Utils
Utility class to help using
NamedResources |
| Modifier and Type | Field and Description |
|---|---|
static Comparator<NamedResource> |
BY_NAME_COMPARATOR
Compares 2
NamedResources according to their getName()
value case insensitive |
static Transformer<NamedResource,String> |
NAME_EXTRACTOR
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static final Comparator<NamedResource> BY_NAME_COMPARATOR
NamedResources according to their getName()
value case insensitivestatic final Transformer<NamedResource,String> NAME_EXTRACTOR
String getName()
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.