public class Util extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Util.BundleHeaders |
Constructor and Description |
---|
Util() |
Modifier and Type | Method and Description |
---|---|
static Util.BundleHeaders |
readBundleHeaders(RegisteredResource resource,
org.slf4j.Logger logger)
Read the bundle info from the manifest (if available)
|
static void |
setField(Object obj,
String name,
Object value)
Set a (final) field during deserialization.
|
public static void setField(Object obj, String name, Object value) throws IOException
IOException
public static Util.BundleHeaders readBundleHeaders(RegisteredResource resource, org.slf4j.Logger logger)
Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.