public final class SystemPathsImpl extends Object implements SystemPaths
DEFAULT_FRAMEWORK_PACKAGES, DEFAULT_SYSTEM_PACKAGES| Constructor and Description |
|---|
SystemPathsImpl(FrameworkBuilder frameworkBuilder) |
| 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
|
public SystemPathsImpl(FrameworkBuilder frameworkBuilder)
public Set<String> getBootDelegationPackages()
SystemPathsgetBootDelegationPackages in interface SystemPathspublic org.jboss.modules.filter.PathFilter getBootDelegationFilter()
SystemPathsgetBootDelegationFilter in interface SystemPathspublic Set<String> getBootDelegationPaths()
SystemPathsgetBootDelegationPaths in interface SystemPathspublic Set<String> getSystemPackages()
SystemPathsgetSystemPackages in interface SystemPathspublic org.jboss.modules.filter.PathFilter getSystemFilter()
SystemPathsgetSystemFilter in interface SystemPathspublic Set<String> getSystemPaths()
SystemPathsgetSystemPaths in interface SystemPathsCopyright © 2013 JBoss by Red Hat. All rights reserved.