org.jboss.osgi.framework
Interface SystemPathsProvider

All Superinterfaces:
org.jboss.msc.service.Service<SystemPathsProvider>, org.jboss.msc.value.Value<SystemPathsProvider>

public interface SystemPathsProvider
extends org.jboss.msc.service.Service<SystemPathsProvider>

A plugin manages the Framework's system packages.

Since:
18-Aug-2009
Author:
thomas.diesler@jboss.com

Field Summary
static String[] DEFAULT_FRAMEWORK_PACKAGES
           
static String[] DEFAULT_SYSTEM_PACKAGES
           
 
Fields inherited from interface org.jboss.msc.service.Service
NULL, NULL_VALUE
 
Method Summary
 org.jboss.modules.filter.PathFilter getBootDelegationFilter()
          Get the filter for boot delegation
 Set<String> getBootDelegationPackages()
          Get the list of defined boot delegation packages
 Set<String> getBootDelegationPaths()
          Get the filter for boot delegation
 org.jboss.modules.filter.PathFilter getSystemFilter()
          Get the filter that the system exports
 Set<String> getSystemPackages()
          Get the list of defined system packages
 Set<String> getSystemPaths()
          Get the set of paths that the system exports
 
Methods inherited from interface org.jboss.msc.service.Service
start, stop
 
Methods inherited from interface org.jboss.msc.value.Value
getValue
 

Field Detail

DEFAULT_FRAMEWORK_PACKAGES

static final String[] DEFAULT_FRAMEWORK_PACKAGES

DEFAULT_SYSTEM_PACKAGES

static final String[] DEFAULT_SYSTEM_PACKAGES
Method Detail

getBootDelegationPackages

Set<String> getBootDelegationPackages()
Get the list of defined boot delegation packages

Returns:
The list of defined system packages

getBootDelegationFilter

org.jboss.modules.filter.PathFilter getBootDelegationFilter()
Get the filter for boot delegation

Returns:
The filter of framework exported paths

getBootDelegationPaths

Set<String> getBootDelegationPaths()
Get the filter for boot delegation

Returns:
The filter of framework exported paths

getSystemPackages

Set<String> getSystemPackages()
Get the list of defined system packages

Returns:
The list of defined system packages

getSystemFilter

org.jboss.modules.filter.PathFilter getSystemFilter()
Get the filter that the system exports

Returns:
The filter of framework exported paths

getSystemPaths

Set<String> getSystemPaths()
Get the set of paths that the system exports

Returns:
The set of paths that the framework exports


Copyright © 2012. All Rights Reserved.