org.jboss.osgi.metadata
Interface ActivationPolicyMetaData


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 © 2010. All Rights Reserved.