Uses of Class
org.jboss.modules.Paths
-
Packages that use Paths Package Description org.jboss.modules The primary JBoss Modules API. -
-
Uses of Paths in org.jboss.modules
Fields in org.jboss.modules declared as Paths Modifier and Type Field Description (package private) static Paths<?,?>
Paths. NONE
Fields in org.jboss.modules with type parameters of type Paths Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<Paths<ResourceLoader,ResourceLoaderSpec>>
ModuleClassLoader. paths
Methods in org.jboss.modules that return Paths Modifier and Type Method Description (package private) static <T,A>
Paths<T,A>Paths. none()
Methods in org.jboss.modules with parameters of type Paths Modifier and Type Method Description private boolean
ModuleClassLoader. setResourceLoaders(Paths<ResourceLoader,ResourceLoaderSpec> paths, ResourceLoaderSpec[] resourceLoaders)
-