Interface BundleMetaData
-
- All Superinterfaces:
Cloneable
,Serializable
- All Known Implementing Classes:
DefaultBundleMetaData
public interface BundleMetaData extends Serializable, Cloneable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
clone()
Object
getBundleAttribute(String namespace, String attributeName)
String[]
getNames(String namespace)
String[]
getNamespaces()
-
-
-
Method Detail
-
getNamespaces
String[] getNamespaces()
-
clone
Object clone() throws CloneNotSupportedException
- Throws:
CloneNotSupportedException
-
-