org.apache.sling.installer.core.impl
Class Util

java.lang.Object
  extended by org.apache.sling.installer.core.impl.Util

public class Util
extends Object


Nested Class Summary
static class Util.BundleHeaders
           
 
Constructor Summary
Util()
           
 
Method Summary
static Util.BundleHeaders readBundleHeaders(RegisteredResource resource)
          Read the bundle info from the manifest (if available)
static void setField(Object obj, String name, Object value)
          Set a (final) field during deserialization.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util

public Util()
Method Detail

setField

public static void setField(Object obj,
                            String name,
                            Object value)
                     throws IOException
Set a (final) field during deserialization.

Throws:
IOException

readBundleHeaders

public static Util.BundleHeaders readBundleHeaders(RegisteredResource resource)
Read the bundle info from the manifest (if available)



Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.