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()
SystemPaths
getBootDelegationPackages
in interface SystemPaths
public org.jboss.modules.filter.PathFilter getBootDelegationFilter()
SystemPaths
getBootDelegationFilter
in interface SystemPaths
public Set<String> getBootDelegationPaths()
SystemPaths
getBootDelegationPaths
in interface SystemPaths
public Set<String> getSystemPackages()
SystemPaths
getSystemPackages
in interface SystemPaths
public org.jboss.modules.filter.PathFilter getSystemFilter()
SystemPaths
getSystemFilter
in interface SystemPaths
public Set<String> getSystemPaths()
SystemPaths
getSystemPaths
in interface SystemPaths
Copyright © 2013 JBoss by Red Hat. All rights reserved.