Package | Description |
---|---|
org.kie.commons.java.nio.base | |
org.kie.commons.java.nio.file | |
org.kie.commons.java.nio.file.spi |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPath<FS extends FileSystem> |
Modifier and Type | Field and Description |
---|---|
protected FS |
AbstractPath.fs |
Modifier and Type | Method and Description |
---|---|
static GeneralPathImpl |
GeneralPathImpl.create(FileSystem fs,
String path,
boolean isRealPath) |
static GeneralPathImpl |
GeneralPathImpl.create(FileSystem fs,
String path,
boolean isRealPath,
boolean isNormalized) |
static GeneralPathImpl |
GeneralPathImpl.createRoot(FileSystem fs,
String path,
boolean isRealPath) |
static GeneralPathImpl |
GeneralPathImpl.newFromFile(FileSystem fs,
File file) |
protected Path |
GeneralPathImpl.newPath(FileSystem fs,
String substring,
String host,
boolean isRealPath,
boolean isNormalized) |
protected Path |
GeneralPathImpl.newRoot(FileSystem fs,
String substring,
String host,
boolean realPath) |
protected AbstractPath.RootInfo |
GeneralPathImpl.setupRoot(FileSystem fs,
String path,
String host,
boolean isRoot) |
Modifier and Type | Method and Description |
---|---|
FileSystem |
Path.getFileSystem() |
Modifier and Type | Method and Description |
---|---|
FileSystem |
FileSystemProvider.getFileSystem(URI uri) |
FileSystem |
FileSystemProvider.newFileSystem(Path path,
Map<String,?> env) |
FileSystem |
FileSystemProvider.newFileSystem(URI uri,
Map<String,?> env) |
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.