org.jboss.osgi.metadata
Interface ActivationPolicyMetaData

All Known Implementing Classes:
AbstractActivationPolicyMetaData

public interface ActivationPolicyMetaData

OSGi activation policy metadata.

Author:
Ales Justin

Method Summary
 List<String> getExcludes()
          Get the exclude packages.
 List<String> getIncludes()
          Get include packages.
 String getType()
          Get the type.
 

Method Detail

getType

String getType()
Get the type.

Returns:
the type

getIncludes

List<String> getIncludes()
Get include packages.

Returns:
the include packages

getExcludes

List<String> getExcludes()
Get the exclude packages.

Returns:
the exclude packages


Copyright © 2012 JBoss by Red Hat. All Rights Reserved.