org.kie.kieora.io
public class IOServiceIndexedImpl extends org.kie.commons.io.impl.IOServiceDotFileImpl
Constructor and Description |
---|
IOServiceIndexedImpl(MetaIndexEngine indexEngine,
Class<? extends org.kie.commons.java.nio.file.attribute.FileAttributeView>... views) |
Modifier and Type | Method and Description |
---|---|
org.kie.commons.java.nio.file.Path |
copy(org.kie.commons.java.nio.file.Path source,
org.kie.commons.java.nio.file.Path target,
org.kie.commons.java.nio.file.CopyOption... options) |
org.kie.commons.java.nio.file.Path |
createFile(org.kie.commons.java.nio.file.Path path,
org.kie.commons.java.nio.file.attribute.FileAttribute<?>... attrs) |
void |
delete(org.kie.commons.java.nio.file.Path path) |
boolean |
deleteIfExists(org.kie.commons.java.nio.file.Path path) |
org.kie.commons.java.nio.file.FileSystem |
getFileSystem(URI uri) |
org.kie.commons.java.nio.file.Path |
move(org.kie.commons.java.nio.file.Path source,
org.kie.commons.java.nio.file.Path target,
org.kie.commons.java.nio.file.CopyOption... options) |
BufferedWriter |
newBufferedWriter(org.kie.commons.java.nio.file.Path path,
Charset cs,
org.kie.commons.java.nio.file.OpenOption... options) |
org.kie.commons.java.nio.channels.SeekableByteChannel |
newByteChannel(org.kie.commons.java.nio.file.Path path,
Set<? extends org.kie.commons.java.nio.file.OpenOption> options,
org.kie.commons.java.nio.file.attribute.FileAttribute<?>... attrs) |
org.kie.commons.java.nio.file.FileSystem |
newFileSystem(URI uri,
Map<String,?> env) |
org.kie.commons.java.nio.file.FileSystem |
newFileSystem(URI uri,
Map<String,?> env,
org.kie.commons.io.FileSystemType type) |
OutputStream |
newOutputStream(org.kie.commons.java.nio.file.Path path,
org.kie.commons.java.nio.file.OpenOption... options) |
org.kie.commons.java.nio.file.Path |
setAttribute(org.kie.commons.java.nio.file.Path path,
String attribute,
Object value) |
org.kie.commons.java.nio.file.Path |
setAttributes(org.kie.commons.java.nio.file.Path path,
org.kie.commons.java.nio.file.attribute.FileAttribute<?>... attrs) |
org.kie.commons.java.nio.file.Path |
setAttributes(org.kie.commons.java.nio.file.Path path,
Map<String,Object> attrs) |
org.kie.commons.java.nio.file.Path |
write(org.kie.commons.java.nio.file.Path path,
byte[] bytes,
Map<String,?> attrs,
org.kie.commons.java.nio.file.OpenOption... options) |
org.kie.commons.java.nio.file.Path |
write(org.kie.commons.java.nio.file.Path path,
byte[] bytes,
org.kie.commons.java.nio.file.OpenOption... options) |
org.kie.commons.java.nio.file.Path |
write(org.kie.commons.java.nio.file.Path path,
byte[] bytes,
Set<? extends org.kie.commons.java.nio.file.OpenOption> options,
org.kie.commons.java.nio.file.attribute.FileAttribute<?>... attrs) |
org.kie.commons.java.nio.file.Path |
write(org.kie.commons.java.nio.file.Path path,
Iterable<? extends CharSequence> lines,
Charset cs,
org.kie.commons.java.nio.file.OpenOption... options) |
org.kie.commons.java.nio.file.Path |
write(org.kie.commons.java.nio.file.Path path,
String content,
Charset cs,
Map<String,?> attrs,
org.kie.commons.java.nio.file.OpenOption... options) |
org.kie.commons.java.nio.file.Path |
write(org.kie.commons.java.nio.file.Path path,
String content,
Charset cs,
org.kie.commons.java.nio.file.OpenOption... options) |
org.kie.commons.java.nio.file.Path |
write(org.kie.commons.java.nio.file.Path path,
String content,
Charset cs,
Set<? extends org.kie.commons.java.nio.file.OpenOption> options,
org.kie.commons.java.nio.file.attribute.FileAttribute<?>... attrs) |
org.kie.commons.java.nio.file.Path |
write(org.kie.commons.java.nio.file.Path path,
String content,
Map<String,?> attrs,
org.kie.commons.java.nio.file.OpenOption... options) |
org.kie.commons.java.nio.file.Path |
write(org.kie.commons.java.nio.file.Path path,
String content,
org.kie.commons.java.nio.file.OpenOption... options) |
org.kie.commons.java.nio.file.Path |
write(org.kie.commons.java.nio.file.Path path,
String content,
Set<? extends org.kie.commons.java.nio.file.OpenOption> options,
org.kie.commons.java.nio.file.attribute.FileAttribute<?>... attrs) |
buildOptions, buildOptions, createDirectories, createDirectory, endBatch, forceBuildOptions, getAttribute, getFileAttributeView, internalCreateDirectory, isFileScheme, loadDotFile, newView, readAttributes, split, startBatch
convert, copy, copy, createDirectories, createDirectory, createTempDirectory, createTempDirectory, createTempFile, createTempFile, dispose, exists, get, get, getFileSystems, getFileSystems, getLastModifiedTime, isSameFile, newBufferedReader, newByteChannel, newDirectoryStream, newDirectoryStream, newInputStream, notExists, onNewFileSystem, readAllBytes, readAllLines, readAllLines, readAllString, readAllString, readAttributes, size
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
convert, copy, copy, createDirectories, createDirectory, createTempDirectory, createTempDirectory, createTempFile, createTempFile, dispose, exists, get, get, getFileSystems, getFileSystems, getLastModifiedTime, isSameFile, newBufferedReader, newByteChannel, newDirectoryStream, newDirectoryStream, newInputStream, notExists, onNewFileSystem, readAllBytes, readAllLines, readAllLines, readAllString, readAllString, readAttributes, size
public IOServiceIndexedImpl(MetaIndexEngine indexEngine, Class<? extends org.kie.commons.java.nio.file.attribute.FileAttributeView>... views)
public org.kie.commons.java.nio.file.FileSystem getFileSystem(URI uri) throws IllegalArgumentException, org.kie.commons.java.nio.file.FileSystemNotFoundException, org.kie.commons.java.nio.file.ProviderNotFoundException, SecurityException
getFileSystem
in interface org.kie.commons.io.IOService
getFileSystem
in class org.kie.commons.io.impl.AbstractIOService
IllegalArgumentException
org.kie.commons.java.nio.file.FileSystemNotFoundException
org.kie.commons.java.nio.file.ProviderNotFoundException
SecurityException
public org.kie.commons.java.nio.file.FileSystem newFileSystem(URI uri, Map<String,?> env) throws IllegalArgumentException, org.kie.commons.java.nio.file.FileSystemAlreadyExistsException, org.kie.commons.java.nio.file.ProviderNotFoundException, org.kie.commons.java.nio.IOException, SecurityException
newFileSystem
in interface org.kie.commons.io.IOService
newFileSystem
in class org.kie.commons.io.impl.AbstractIOService
IllegalArgumentException
org.kie.commons.java.nio.file.FileSystemAlreadyExistsException
org.kie.commons.java.nio.file.ProviderNotFoundException
org.kie.commons.java.nio.IOException
SecurityException
public org.kie.commons.java.nio.file.FileSystem newFileSystem(URI uri, Map<String,?> env, org.kie.commons.io.FileSystemType type) throws IllegalArgumentException, org.kie.commons.java.nio.file.FileSystemAlreadyExistsException, org.kie.commons.java.nio.file.ProviderNotFoundException, org.kie.commons.java.nio.IOException, SecurityException
newFileSystem
in interface org.kie.commons.io.IOService
newFileSystem
in class org.kie.commons.io.impl.AbstractIOService
IllegalArgumentException
org.kie.commons.java.nio.file.FileSystemAlreadyExistsException
org.kie.commons.java.nio.file.ProviderNotFoundException
org.kie.commons.java.nio.IOException
SecurityException
public void delete(org.kie.commons.java.nio.file.Path path) throws IllegalArgumentException, org.kie.commons.java.nio.file.NoSuchFileException, org.kie.commons.java.nio.file.DirectoryNotEmptyException, org.kie.commons.java.nio.IOException, SecurityException
delete
in interface org.kie.commons.io.IOService
delete
in class org.kie.commons.io.impl.IOServiceDotFileImpl
IllegalArgumentException
org.kie.commons.java.nio.file.NoSuchFileException
org.kie.commons.java.nio.file.DirectoryNotEmptyException
org.kie.commons.java.nio.IOException
SecurityException
public boolean deleteIfExists(org.kie.commons.java.nio.file.Path path) throws IllegalArgumentException, org.kie.commons.java.nio.file.DirectoryNotEmptyException, org.kie.commons.java.nio.IOException, SecurityException
deleteIfExists
in interface org.kie.commons.io.IOService
deleteIfExists
in class org.kie.commons.io.impl.IOServiceDotFileImpl
IllegalArgumentException
org.kie.commons.java.nio.file.DirectoryNotEmptyException
org.kie.commons.java.nio.IOException
SecurityException
public org.kie.commons.java.nio.channels.SeekableByteChannel newByteChannel(org.kie.commons.java.nio.file.Path path, Set<? extends org.kie.commons.java.nio.file.OpenOption> options, org.kie.commons.java.nio.file.attribute.FileAttribute<?>... attrs) throws IllegalArgumentException, UnsupportedOperationException, org.kie.commons.java.nio.file.FileAlreadyExistsException, org.kie.commons.java.nio.IOException, SecurityException
newByteChannel
in interface org.kie.commons.io.IOService
newByteChannel
in class org.kie.commons.io.impl.IOServiceDotFileImpl
IllegalArgumentException
UnsupportedOperationException
org.kie.commons.java.nio.file.FileAlreadyExistsException
org.kie.commons.java.nio.IOException
SecurityException
public org.kie.commons.java.nio.file.Path copy(org.kie.commons.java.nio.file.Path source, org.kie.commons.java.nio.file.Path target, org.kie.commons.java.nio.file.CopyOption... options) throws UnsupportedOperationException, org.kie.commons.java.nio.file.FileAlreadyExistsException, org.kie.commons.java.nio.file.DirectoryNotEmptyException, org.kie.commons.java.nio.IOException, SecurityException
copy
in interface org.kie.commons.io.IOService
copy
in class org.kie.commons.io.impl.IOServiceDotFileImpl
UnsupportedOperationException
org.kie.commons.java.nio.file.FileAlreadyExistsException
org.kie.commons.java.nio.file.DirectoryNotEmptyException
org.kie.commons.java.nio.IOException
SecurityException
public org.kie.commons.java.nio.file.Path move(org.kie.commons.java.nio.file.Path source, org.kie.commons.java.nio.file.Path target, org.kie.commons.java.nio.file.CopyOption... options) throws UnsupportedOperationException, org.kie.commons.java.nio.file.FileAlreadyExistsException, org.kie.commons.java.nio.file.DirectoryNotEmptyException, org.kie.commons.java.nio.file.AtomicMoveNotSupportedException, org.kie.commons.java.nio.IOException, SecurityException
move
in interface org.kie.commons.io.IOService
move
in class org.kie.commons.io.impl.IOServiceDotFileImpl
UnsupportedOperationException
org.kie.commons.java.nio.file.FileAlreadyExistsException
org.kie.commons.java.nio.file.DirectoryNotEmptyException
org.kie.commons.java.nio.file.AtomicMoveNotSupportedException
org.kie.commons.java.nio.IOException
SecurityException
public org.kie.commons.java.nio.file.Path write(org.kie.commons.java.nio.file.Path path, byte[] bytes, org.kie.commons.java.nio.file.OpenOption... options) throws org.kie.commons.java.nio.IOException, UnsupportedOperationException, SecurityException
write
in interface org.kie.commons.io.IOService
write
in class org.kie.commons.io.impl.AbstractIOService
org.kie.commons.java.nio.IOException
UnsupportedOperationException
SecurityException
public org.kie.commons.java.nio.file.Path write(org.kie.commons.java.nio.file.Path path, byte[] bytes, Map<String,?> attrs, org.kie.commons.java.nio.file.OpenOption... options) throws org.kie.commons.java.nio.IOException, UnsupportedOperationException, SecurityException
write
in interface org.kie.commons.io.IOService
write
in class org.kie.commons.io.impl.AbstractIOService
org.kie.commons.java.nio.IOException
UnsupportedOperationException
SecurityException
public org.kie.commons.java.nio.file.Path write(org.kie.commons.java.nio.file.Path path, byte[] bytes, Set<? extends org.kie.commons.java.nio.file.OpenOption> options, org.kie.commons.java.nio.file.attribute.FileAttribute<?>... attrs) throws IllegalArgumentException, org.kie.commons.java.nio.IOException, UnsupportedOperationException
write
in interface org.kie.commons.io.IOService
write
in class org.kie.commons.io.impl.AbstractIOService
IllegalArgumentException
org.kie.commons.java.nio.IOException
UnsupportedOperationException
public org.kie.commons.java.nio.file.Path write(org.kie.commons.java.nio.file.Path path, Iterable<? extends CharSequence> lines, Charset cs, org.kie.commons.java.nio.file.OpenOption... options) throws IllegalArgumentException, org.kie.commons.java.nio.IOException, UnsupportedOperationException, SecurityException
write
in interface org.kie.commons.io.IOService
write
in class org.kie.commons.io.impl.AbstractIOService
IllegalArgumentException
org.kie.commons.java.nio.IOException
UnsupportedOperationException
SecurityException
public org.kie.commons.java.nio.file.Path write(org.kie.commons.java.nio.file.Path path, String content, org.kie.commons.java.nio.file.OpenOption... options) throws IllegalArgumentException, org.kie.commons.java.nio.IOException, UnsupportedOperationException
write
in interface org.kie.commons.io.IOService
write
in class org.kie.commons.io.impl.AbstractIOService
IllegalArgumentException
org.kie.commons.java.nio.IOException
UnsupportedOperationException
public org.kie.commons.java.nio.file.Path write(org.kie.commons.java.nio.file.Path path, String content, Charset cs, org.kie.commons.java.nio.file.OpenOption... options) throws IllegalArgumentException, org.kie.commons.java.nio.IOException, UnsupportedOperationException
write
in interface org.kie.commons.io.IOService
write
in class org.kie.commons.io.impl.AbstractIOService
IllegalArgumentException
org.kie.commons.java.nio.IOException
UnsupportedOperationException
public org.kie.commons.java.nio.file.Path write(org.kie.commons.java.nio.file.Path path, String content, Set<? extends org.kie.commons.java.nio.file.OpenOption> options, org.kie.commons.java.nio.file.attribute.FileAttribute<?>... attrs) throws IllegalArgumentException, org.kie.commons.java.nio.IOException, UnsupportedOperationException
write
in interface org.kie.commons.io.IOService
write
in class org.kie.commons.io.impl.AbstractIOService
IllegalArgumentException
org.kie.commons.java.nio.IOException
UnsupportedOperationException
public org.kie.commons.java.nio.file.Path write(org.kie.commons.java.nio.file.Path path, String content, Charset cs, Set<? extends org.kie.commons.java.nio.file.OpenOption> options, org.kie.commons.java.nio.file.attribute.FileAttribute<?>... attrs) throws IllegalArgumentException, org.kie.commons.java.nio.IOException, UnsupportedOperationException
write
in interface org.kie.commons.io.IOService
write
in class org.kie.commons.io.impl.AbstractIOService
IllegalArgumentException
org.kie.commons.java.nio.IOException
UnsupportedOperationException
public org.kie.commons.java.nio.file.Path write(org.kie.commons.java.nio.file.Path path, String content, Map<String,?> attrs, org.kie.commons.java.nio.file.OpenOption... options) throws IllegalArgumentException, org.kie.commons.java.nio.IOException, UnsupportedOperationException
write
in interface org.kie.commons.io.IOService
write
in class org.kie.commons.io.impl.AbstractIOService
IllegalArgumentException
org.kie.commons.java.nio.IOException
UnsupportedOperationException
public org.kie.commons.java.nio.file.Path write(org.kie.commons.java.nio.file.Path path, String content, Charset cs, Map<String,?> attrs, org.kie.commons.java.nio.file.OpenOption... options) throws IllegalArgumentException, org.kie.commons.java.nio.IOException, UnsupportedOperationException
write
in interface org.kie.commons.io.IOService
write
in class org.kie.commons.io.impl.AbstractIOService
IllegalArgumentException
org.kie.commons.java.nio.IOException
UnsupportedOperationException
public OutputStream newOutputStream(org.kie.commons.java.nio.file.Path path, org.kie.commons.java.nio.file.OpenOption... options) throws IllegalArgumentException, UnsupportedOperationException, org.kie.commons.java.nio.IOException, SecurityException
newOutputStream
in interface org.kie.commons.io.IOService
newOutputStream
in class org.kie.commons.io.impl.AbstractIOService
IllegalArgumentException
UnsupportedOperationException
org.kie.commons.java.nio.IOException
SecurityException
public BufferedWriter newBufferedWriter(org.kie.commons.java.nio.file.Path path, Charset cs, org.kie.commons.java.nio.file.OpenOption... options) throws IllegalArgumentException, org.kie.commons.java.nio.IOException, UnsupportedOperationException, SecurityException
newBufferedWriter
in interface org.kie.commons.io.IOService
newBufferedWriter
in class org.kie.commons.io.impl.AbstractIOService
IllegalArgumentException
org.kie.commons.java.nio.IOException
UnsupportedOperationException
SecurityException
public org.kie.commons.java.nio.file.Path createFile(org.kie.commons.java.nio.file.Path path, org.kie.commons.java.nio.file.attribute.FileAttribute<?>... attrs) throws IllegalArgumentException, UnsupportedOperationException, org.kie.commons.java.nio.file.FileAlreadyExistsException, org.kie.commons.java.nio.IOException, SecurityException
createFile
in interface org.kie.commons.io.IOService
createFile
in class org.kie.commons.io.impl.AbstractIOService
IllegalArgumentException
UnsupportedOperationException
org.kie.commons.java.nio.file.FileAlreadyExistsException
org.kie.commons.java.nio.IOException
SecurityException
public org.kie.commons.java.nio.file.Path setAttributes(org.kie.commons.java.nio.file.Path path, org.kie.commons.java.nio.file.attribute.FileAttribute<?>... attrs) throws UnsupportedOperationException, IllegalArgumentException, ClassCastException, org.kie.commons.java.nio.IOException, SecurityException
setAttributes
in interface org.kie.commons.io.IOService
setAttributes
in class org.kie.commons.io.impl.IOServiceDotFileImpl
UnsupportedOperationException
IllegalArgumentException
ClassCastException
org.kie.commons.java.nio.IOException
SecurityException
public org.kie.commons.java.nio.file.Path setAttributes(org.kie.commons.java.nio.file.Path path, Map<String,Object> attrs) throws UnsupportedOperationException, IllegalArgumentException, ClassCastException, org.kie.commons.java.nio.IOException, SecurityException
setAttributes
in interface org.kie.commons.io.IOService
setAttributes
in class org.kie.commons.io.impl.AbstractIOService
UnsupportedOperationException
IllegalArgumentException
ClassCastException
org.kie.commons.java.nio.IOException
SecurityException
public org.kie.commons.java.nio.file.Path setAttribute(org.kie.commons.java.nio.file.Path path, String attribute, Object value) throws UnsupportedOperationException, IllegalArgumentException, ClassCastException, org.kie.commons.java.nio.IOException, SecurityException
setAttribute
in interface org.kie.commons.io.IOService
setAttribute
in class org.kie.commons.io.impl.IOServiceDotFileImpl
UnsupportedOperationException
IllegalArgumentException
ClassCastException
org.kie.commons.java.nio.IOException
SecurityException
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.