public class JCRDirectory
extends Directory
Constructor and Description |
---|
JCRDirectory(Node directory) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
IndexOutput |
createOutput(String name) |
void |
deleteFile(String name) |
boolean |
fileExists(String name) |
long |
fileLength(String name) |
long |
fileModified(String name) |
String[] |
listAll() |
IndexInput |
openInput(String name) |
void |
touchFile(String name) |
public String[] listAll() throws IOException
IOException
public boolean fileExists(String name) throws IOException
IOException
public long fileModified(String name) throws IOException
IOException
public void touchFile(String name) throws IOException
IOException
public void deleteFile(String name) throws IOException
IOException
public long fileLength(String name) throws IOException
IOException
public IndexInput openInput(String name) throws IOException
IOException
public IndexOutput createOutput(String name) throws IOException
IOException
public void close() throws IOException
IOException
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"