public interface SystemPathsProvider extends org.jboss.msc.service.Service<SystemPathsProvider>
Modifier and Type | Field and Description |
---|---|
static String[] |
DEFAULT_FRAMEWORK_PACKAGES |
static String[] |
DEFAULT_SYSTEM_PACKAGES |
Modifier and Type | Method and Description |
---|---|
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
|
static final String[] DEFAULT_FRAMEWORK_PACKAGES
static final String[] DEFAULT_SYSTEM_PACKAGES
Set<String> getBootDelegationPackages()
org.jboss.modules.filter.PathFilter getBootDelegationFilter()
Set<String> getBootDelegationPaths()
Set<String> getSystemPackages()
org.jboss.modules.filter.PathFilter getSystemFilter()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.