public class DefaultNutsPaths extends Object implements net.thevpc.nuts.spi.NutsPaths
| Constructor and Description |
|---|
DefaultNutsPaths(net.thevpc.nuts.NutsWorkspace ws) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.spi.NutsPaths |
addPathFactory(net.thevpc.nuts.spi.NutsPathFactory pathFactory,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsPath |
createPath(File path,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsPath |
createPath(net.thevpc.nuts.spi.NutsPathSPI path,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsPath |
createPath(Path path,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsPath |
createPath(String path,
ClassLoader classLoader,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsPath |
createPath(String path,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsPath |
createPath(URL path,
net.thevpc.nuts.NutsSession session) |
int |
getSupportLevel(net.thevpc.nuts.spi.NutsSupportLevelContext context) |
net.thevpc.nuts.spi.NutsPaths |
removePathFactory(net.thevpc.nuts.spi.NutsPathFactory pathFactory,
net.thevpc.nuts.NutsSession session) |
public net.thevpc.nuts.NutsPath createPath(String path, net.thevpc.nuts.NutsSession session)
createPath in interface net.thevpc.nuts.spi.NutsPathspublic net.thevpc.nuts.NutsPath createPath(File path, net.thevpc.nuts.NutsSession session)
createPath in interface net.thevpc.nuts.spi.NutsPathspublic net.thevpc.nuts.NutsPath createPath(Path path, net.thevpc.nuts.NutsSession session)
createPath in interface net.thevpc.nuts.spi.NutsPathspublic net.thevpc.nuts.NutsPath createPath(URL path, net.thevpc.nuts.NutsSession session)
createPath in interface net.thevpc.nuts.spi.NutsPathspublic net.thevpc.nuts.NutsPath createPath(String path, ClassLoader classLoader, net.thevpc.nuts.NutsSession session)
createPath in interface net.thevpc.nuts.spi.NutsPathspublic net.thevpc.nuts.NutsPath createPath(net.thevpc.nuts.spi.NutsPathSPI path,
net.thevpc.nuts.NutsSession session)
createPath in interface net.thevpc.nuts.spi.NutsPathspublic net.thevpc.nuts.spi.NutsPaths addPathFactory(net.thevpc.nuts.spi.NutsPathFactory pathFactory,
net.thevpc.nuts.NutsSession session)
addPathFactory in interface net.thevpc.nuts.spi.NutsPathspublic net.thevpc.nuts.spi.NutsPaths removePathFactory(net.thevpc.nuts.spi.NutsPathFactory pathFactory,
net.thevpc.nuts.NutsSession session)
removePathFactory in interface net.thevpc.nuts.spi.NutsPathspublic int getSupportLevel(net.thevpc.nuts.spi.NutsSupportLevelContext context)
getSupportLevel in interface net.thevpc.nuts.spi.NutsComponentCopyright © 2022 vpc open source initiative. All rights reserved.