public class LocalizedResourceRetentionSet extends Object
A set of resources that we can look at to see which ones we retain and which ones should be removed.
Modifier and Type | Field and Description |
---|---|
static org.slf4j.Logger |
LOG |
Modifier and Type | Method and Description |
---|---|
void |
addResources(LocalizedResourceSet set) |
protected void |
addResourcesForSet(Iterator<LocalizedResource> setIter,
LocalizedResourceSet set) |
void |
cleanup() |
protected boolean |
deleteResource(LocalizedResource resource) |
protected int |
getSizeWithNoReferences() |
String |
toString() |
protected int getSizeWithNoReferences()
protected void addResourcesForSet(Iterator<LocalizedResource> setIter, LocalizedResourceSet set)
public void addResources(LocalizedResourceSet set)
public void cleanup()
protected boolean deleteResource(LocalizedResource resource)
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.