org.apache.sling.installer.core.impl
Interface InternalService

All Known Implementing Classes:
BundleTaskCreator, ConfigTaskCreator, DefaultTransformer

public interface InternalService

Internal service interface for easier registration handling.


Method Summary
 void deactivate()
           
 String getDescription()
           
 void init(org.osgi.framework.BundleContext bctx)
           
 

Method Detail

init

void init(org.osgi.framework.BundleContext bctx)

deactivate

void deactivate()

getDescription

String getDescription()


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