public class LocalizedResourceSet extends Object
Set of localized resources for a specific user.
Modifier and Type | Field and Description |
---|---|
static org.slf4j.Logger |
LOG |
Modifier and Type | Method and Description |
---|---|
void |
add(String resourceName,
LocalizedResource newResource,
boolean uncompress) |
boolean |
exists(String resourceName,
boolean uncompress) |
LocalizedResource |
get(String name,
boolean uncompress) |
Iterator<LocalizedResource> |
getLocalArchivesIterator() |
Iterator<LocalizedResource> |
getLocalFilesIterator() |
int |
getSize() |
String |
getUser() |
void |
putIfAbsent(String resourceName,
LocalizedResource updatedResource,
boolean uncompress) |
boolean |
remove(LocalizedResource resource) |
public String getUser()
public int getSize()
public LocalizedResource get(String name, boolean uncompress)
public void putIfAbsent(String resourceName, LocalizedResource updatedResource, boolean uncompress)
public void add(String resourceName, LocalizedResource newResource, boolean uncompress)
public boolean exists(String resourceName, boolean uncompress)
public boolean remove(LocalizedResource resource)
public Iterator<LocalizedResource> getLocalFilesIterator()
public Iterator<LocalizedResource> getLocalArchivesIterator()
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.