public class ResourceBundleStats extends Object
Constructor and Description |
---|
ResourceBundleStats(String pluginId,
String fileName,
ResourceBundle bundle) |
ResourceBundleStats(String pluginId,
String fileName,
URL input) |
Modifier and Type | Method and Description |
---|---|
String |
getFileName() |
long |
getFileSize() |
long |
getHashSize() |
int |
getKeyCount() |
int |
getKeySize() |
String |
getPluginId() |
long |
getTotalSize() |
int |
getValueSize() |
public ResourceBundleStats(String pluginId, String fileName, ResourceBundle bundle)
public long getHashSize()
public int getKeyCount()
public String getPluginId()
public int getKeySize()
public int getValueSize()
public long getTotalSize()
public String getFileName()
public long getFileSize()
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.