A B C D E F G H I L M N O P R S T U V W _

A

absolute(String) - Method in class gs.hitchin.hitchfs.StubFileSystem
 
absoluteSplit(String) - Method in class gs.hitchin.hitchfs.StubFileSystem
 

B

BasicFileSystem - Class in gs.hitchin.hitchfs
 
BasicFileSystem() - Constructor for class gs.hitchin.hitchfs.BasicFileSystem
 
ByteArrayContent - Class in gs.hitchin.hitchfs
 
ByteArrayContent() - Constructor for class gs.hitchin.hitchfs.ByteArrayContent
 
ByteArrayContent(byte[]) - Constructor for class gs.hitchin.hitchfs.ByteArrayContent
 
byteArrayContent() - Static method in class gs.hitchin.hitchfs.ByteArrayContent
 
byteArrayContent(CharSequence) - Static method in class gs.hitchin.hitchfs.ByteArrayContent
 
byteArrayContent(byte[]) - Static method in class gs.hitchin.hitchfs.ByteArrayContent
 

C

canExecute() - Method in class gs.hitchin.hitchfs.FakeFile
 
canExecute(FakeFile) - Method in interface gs.hitchin.hitchfs.FakeFileOperations
 
canExecute(FakeFile) - Method in class gs.hitchin.hitchfs.MemoryFileSystem
 
canExecute(FakeFile) - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 
canonical(String) - Method in class gs.hitchin.hitchfs.StubFileSystem
 
canonicalSplit(String) - Method in class gs.hitchin.hitchfs.StubFileSystem
 
canRead() - Method in class gs.hitchin.hitchfs.FakeFile
 
canRead(FakeFile) - Method in interface gs.hitchin.hitchfs.FakeFileOperations
 
canRead(FakeFile) - Method in class gs.hitchin.hitchfs.MemoryFileSystem
 
canRead(FakeFile) - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 
canWrite() - Method in class gs.hitchin.hitchfs.FakeFile
 
canWrite(FakeFile) - Method in interface gs.hitchin.hitchfs.FakeFileOperations
 
canWrite(FakeFile) - Method in class gs.hitchin.hitchfs.MemoryFileSystem
 
canWrite(FakeFile) - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 
clear() - Method in class gs.hitchin.hitchfs.ByteArrayContent
 
clear() - Method in class gs.hitchin.hitchfs.Md5Content
 
close() - Method in class gs.hitchin.hitchfs.ByteArrayContent
 
close() - Method in class gs.hitchin.hitchfs.Md5Content
 
close() - Method in class gs.hitchin.hitchfs.MessageDigestOutputStream
 
compareTo(FakeFile, File) - Method in class gs.hitchin.hitchfs.BasicFileSystem
 
compareTo(File) - Method in class gs.hitchin.hitchfs.FakeFile
 
compareTo(FakeFile, File) - Method in interface gs.hitchin.hitchfs.FakeFileOperations
 
compareTo(FakeFile, File) - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 
createNewFile() - Method in class gs.hitchin.hitchfs.FakeFile
 
createNewFile(FakeFile) - Method in interface gs.hitchin.hitchfs.FakeFileOperations
 
createNewFile(FakeFile) - Method in class gs.hitchin.hitchfs.MemoryFileSystem
 
createNewFile(FakeFile) - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 
createTempFile(String, String) - Method in class gs.hitchin.hitchfs.StubFileSystem
 
createTempFile(String, String, File) - Method in class gs.hitchin.hitchfs.StubFileSystem
 
currentTimeMillis() - Method in class gs.hitchin.hitchfs.StubFileSystem
 

D

delete() - Method in class gs.hitchin.hitchfs.FakeFile
 
delete(FakeFile) - Method in interface gs.hitchin.hitchfs.FakeFileOperations
 
delete(FakeFile) - Method in class gs.hitchin.hitchfs.IOFileSystem
 
delete(FakeFile) - Method in class gs.hitchin.hitchfs.MemoryFileSystem
 
delete(FakeFile) - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 
deleteOnExit() - Method in class gs.hitchin.hitchfs.FakeFile
 
deleteOnExit(FakeFile) - Method in interface gs.hitchin.hitchfs.FakeFileOperations
 
deleteOnExit(FakeFile) - Method in class gs.hitchin.hitchfs.MemoryFileSystem
 
deleteOnExit(FakeFile) - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 

E

equals(FakeFile, Object) - Method in class gs.hitchin.hitchfs.BasicFileSystem
 
equals(Object) - Method in class gs.hitchin.hitchfs.FakeFile
 
equals(FakeFile, Object) - Method in interface gs.hitchin.hitchfs.FakeFileOperations
 
equals(FakeFile, Object) - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 
exists() - Method in class gs.hitchin.hitchfs.FakeFile
 
exists(FakeFile) - Method in interface gs.hitchin.hitchfs.FakeFileOperations
 
exists(FakeFile) - Method in class gs.hitchin.hitchfs.MemoryFileSystem
 
exists(FakeFile) - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 

F

FakeFile - Class in gs.hitchin.hitchfs
A testing version of java.io.File.
FakeFile(FakeFileOperations, String) - Constructor for class gs.hitchin.hitchfs.FakeFile
http://www.docjar.com/html/api/java/io/File.java.html
FakeFile(FakeFileOperations, File, String) - Constructor for class gs.hitchin.hitchfs.FakeFile
http://www.docjar.com/html/api/java/io/File.java.html
FakeFile(FakeFileOperations, String, String) - Constructor for class gs.hitchin.hitchfs.FakeFile
http://www.docjar.com/html/api/java/io/File.java.html
FakeFile(FakeFileOperations, URI) - Constructor for class gs.hitchin.hitchfs.FakeFile
http://www.docjar.com/html/api/java/io/File.java.html
FakeFile(FakeFileOperations, File) - Constructor for class gs.hitchin.hitchfs.FakeFile
http://www.docjar.com/html/api/java/io/File.java.html
FakeFileOperations - Interface in gs.hitchin.hitchfs
This interface is provided for FakeFile call backs, mirroring the methods that File provides.
file(File, String) - Method in class gs.hitchin.hitchfs.StubFileSystem
 
file(String, String) - Method in class gs.hitchin.hitchfs.StubFileSystem
 
file(String) - Method in class gs.hitchin.hitchfs.StubFileSystem
 
file(URI) - Method in class gs.hitchin.hitchfs.StubFileSystem
 
file(File) - Method in class gs.hitchin.hitchfs.StubFileSystem
 
FileProp - Interface in gs.hitchin.hitchfs
Implementing a FileProp allows the ability to tag a FakeFile with a user defined property.

G

getAbsoluteFile(FakeFile) - Method in class gs.hitchin.hitchfs.BasicFileSystem
 
getAbsoluteFile() - Method in class gs.hitchin.hitchfs.FakeFile
 
getAbsoluteFile(FakeFile) - Method in interface gs.hitchin.hitchfs.FakeFileOperations
 
getAbsoluteFile(FakeFile) - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 
getAbsolutePath(FakeFile) - Method in class gs.hitchin.hitchfs.BasicFileSystem
 
getAbsolutePath() - Method in class gs.hitchin.hitchfs.FakeFile
 
getAbsolutePath(FakeFile) - Method in interface gs.hitchin.hitchfs.FakeFileOperations
 
getAbsolutePath(FakeFile) - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 
getCanonicalFile(FakeFile) - Method in class gs.hitchin.hitchfs.BasicFileSystem
 
getCanonicalFile() - Method in class gs.hitchin.hitchfs.FakeFile
 
getCanonicalFile(FakeFile) - Method in interface gs.hitchin.hitchfs.FakeFileOperations
 
getCanonicalFile(FakeFile) - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 
getCanonicalPath(FakeFile) - Method in class gs.hitchin.hitchfs.BasicFileSystem
 
getCanonicalPath() - Method in class gs.hitchin.hitchfs.FakeFile
 
getCanonicalPath(FakeFile) - Method in interface gs.hitchin.hitchfs.FakeFileOperations
 
getCanonicalPath(FakeFile) - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 
getCurrentDirectory() - Method in class gs.hitchin.hitchfs.StubFileSystem
 
getCurrentDirectorySplit() - Method in class gs.hitchin.hitchfs.StubFileSystem
 
getDigest() - Method in class gs.hitchin.hitchfs.Md5Content
 
getDigest() - Method in class gs.hitchin.hitchfs.MessageDigestOutputStream
 
getDigestAsHex() - Method in class gs.hitchin.hitchfs.MessageDigestOutputStream
 
getFileOperations() - Method in class gs.hitchin.hitchfs.StubFileSystem
 
getFreeSpace() - Method in class gs.hitchin.hitchfs.FakeFile
 
getFreeSpace(FakeFile) - Method in interface gs.hitchin.hitchfs.FakeFileOperations
 
getFreeSpace(FakeFile) - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 
getInputStream(IOFileSystem.Content, FakeFile) - Method in class gs.hitchin.hitchfs.ByteArrayContent
 
getInputStream(FakeFile) - Method in interface gs.hitchin.hitchfs.FakeFileOperations
 
getInputStream(FakeFile) - Method in class gs.hitchin.hitchfs.IOFileSystem
 
getInputStream(IOFileSystem.Content, FakeFile) - Method in class gs.hitchin.hitchfs.Md5Content
 
getInputStream(FakeFile) - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 
getKey() - Method in class gs.hitchin.hitchfs.FakeFile
 
getMap() - Method in class gs.hitchin.hitchfs.PropStore
 
getName(FakeFile) - Method in class gs.hitchin.hitchfs.BasicFileSystem
http://www.docjar.com/html/api/java/io/File.java.html
getName() - Method in class gs.hitchin.hitchfs.FakeFile
 
getName(FakeFile) - Method in interface gs.hitchin.hitchfs.FakeFileOperations
 
getName(FakeFile) - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 
getOutputStream(IOFileSystem.Content, FakeFile, boolean) - Method in class gs.hitchin.hitchfs.ByteArrayContent
 
getOutputStream(FakeFile, boolean) - Method in interface gs.hitchin.hitchfs.FakeFileOperations
 
getOutputStream(FakeFile, boolean) - Method in class gs.hitchin.hitchfs.IOFileSystem
 
getOutputStream(IOFileSystem.Content, FakeFile, boolean) - Method in class gs.hitchin.hitchfs.Md5Content
 
getOutputStream(FakeFile, boolean) - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 
getParent(FakeFile) - Method in class gs.hitchin.hitchfs.BasicFileSystem
http://www.docjar.com/html/api/java/io/File.java.html
getParent() - Method in class gs.hitchin.hitchfs.FakeFile
 
getParent(FakeFile) - Method in interface gs.hitchin.hitchfs.FakeFileOperations
 
getParent(FakeFile) - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 
getParentFile(FakeFile) - Method in class gs.hitchin.hitchfs.BasicFileSystem
 
getParentFile() - Method in class gs.hitchin.hitchfs.FakeFile
 
getParentFile(FakeFile) - Method in interface gs.hitchin.hitchfs.FakeFileOperations
 
getParentFile(FakeFile) - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 
getPath(FakeFile) - Method in class gs.hitchin.hitchfs.BasicFileSystem
 
getPath() - Method in class gs.hitchin.hitchfs.FakeFile
 
getPath(FakeFile) - Method in interface gs.hitchin.hitchfs.FakeFileOperations
 
getPath(FakeFile) - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 
getPathField() - Method in class gs.hitchin.hitchfs.FakeFile
 
getPathField(File) - Static method in class gs.hitchin.hitchfs.FakeFile
 
getPathSeparator() - Method in interface gs.hitchin.hitchfs.FakeFileOperations
 
getPathSeparator() - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 
getPathSeparator() - Method in class gs.hitchin.hitchfs.StubFileSystem
 
getPathSeparatorChar() - Method in interface gs.hitchin.hitchfs.FakeFileOperations
 
getPathSeparatorChar() - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 
getPathSeparatorChar() - Method in class gs.hitchin.hitchfs.StubFileSystem
 
getPrefixLength(File) - Static method in class gs.hitchin.hitchfs.FakeFile
 
getPrefixLengthField() - Method in class gs.hitchin.hitchfs.FakeFile
 
getProperties() - Method in class gs.hitchin.hitchfs.FakeFile
 
getProperty(Class<T>) - Method in class gs.hitchin.hitchfs.FakeFile
 
getProperty(Class<T>) - Method in class gs.hitchin.hitchfs.PropStore
 
getSeparator() - Method in interface gs.hitchin.hitchfs.FakeFileOperations
 
getSeparator() - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 
getSeparator() - Method in class gs.hitchin.hitchfs.StubFileSystem
 
getSeparatorChar() - Method in interface gs.hitchin.hitchfs.FakeFileOperations
 
getSeparatorChar() - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 
getSeparatorChar() - Method in class gs.hitchin.hitchfs.StubFileSystem
 
getTotalSpace() - Method in class gs.hitchin.hitchfs.FakeFile
 
getTotalSpace(FakeFile) - Method in interface gs.hitchin.hitchfs.FakeFileOperations
 
getTotalSpace(FakeFile) - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 
getUsableSpace() - Method in class gs.hitchin.hitchfs.FakeFile
 
getUsableSpace(FakeFile) - Method in interface gs.hitchin.hitchfs.FakeFileOperations
 
getUsableSpace(FakeFile) - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 
gs.hitchin.hitchfs - package gs.hitchin.hitchfs
 

H

hashCode(FakeFile) - Method in class gs.hitchin.hitchfs.BasicFileSystem
 
hashCode() - Method in class gs.hitchin.hitchfs.FakeFile
 
hashCode(FakeFile) - Method in interface gs.hitchin.hitchfs.FakeFileOperations
 
hashCode(FakeFile) - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 
hasProperty(Class<?>) - Method in class gs.hitchin.hitchfs.FakeFile
 
hasProperty(Class<?>) - Method in class gs.hitchin.hitchfs.PropStore
 

I

input(File) - Method in class gs.hitchin.hitchfs.StubFileSystem
 
input(String) - Method in class gs.hitchin.hitchfs.StubFileSystem
 
input(FileDescriptor) - Method in class gs.hitchin.hitchfs.StubFileSystem
 
IOFileSystem - Class in gs.hitchin.hitchfs
 
IOFileSystem() - Constructor for class gs.hitchin.hitchfs.IOFileSystem
 
isAbsolute(FakeFile) - Method in class gs.hitchin.hitchfs.BasicFileSystem
 
isAbsolute() - Method in class gs.hitchin.hitchfs.FakeFile
 
isAbsolute(FakeFile) - Method in interface gs.hitchin.hitchfs.FakeFileOperations
 
isAbsolute(FakeFile) - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 
isAbsolute(String) - Method in class gs.hitchin.hitchfs.StubFileSystem
http://www.docjar.com/html/api/java/io/File.java.html
isCaseSensitive() - Method in interface gs.hitchin.hitchfs.FakeFileOperations
 
isCaseSensitive() - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 
isCaseSensitive() - Method in class gs.hitchin.hitchfs.StubFileSystem
 
isClosed() - Method in class gs.hitchin.hitchfs.MessageDigestOutputStream
 
isDirectory() - Method in class gs.hitchin.hitchfs.FakeFile
 
isDirectory(FakeFile) - Method in interface gs.hitchin.hitchfs.FakeFileOperations
 
isDirectory(FakeFile) - Method in class gs.hitchin.hitchfs.MemoryFileSystem
 
isDirectory(FakeFile) - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 
isEqual(byte[]) - Method in class gs.hitchin.hitchfs.MessageDigestOutputStream
 
isFile() - Method in class gs.hitchin.hitchfs.FakeFile
 
isFile(FakeFile) - Method in interface gs.hitchin.hitchfs.FakeFileOperations
 
isFile(FakeFile) - Method in class gs.hitchin.hitchfs.MemoryFileSystem
 
isFile(FakeFile) - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 
isHidden() - Method in class gs.hitchin.hitchfs.FakeFile
 
isHidden(FakeFile) - Method in interface gs.hitchin.hitchfs.FakeFileOperations
 
isHidden(FakeFile) - Method in class gs.hitchin.hitchfs.MemoryFileSystem
 
isHidden(FakeFile) - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 
isOwner(FakeFile) - Method in class gs.hitchin.hitchfs.MemoryFileSystem
 

L

lastModified() - Method in class gs.hitchin.hitchfs.FakeFile
 
lastModified(FakeFile) - Method in interface gs.hitchin.hitchfs.FakeFileOperations
 
lastModified(FakeFile) - Method in class gs.hitchin.hitchfs.MemoryFileSystem
 
lastModified(FakeFile) - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 
length() - Method in class gs.hitchin.hitchfs.FakeFile
 
length(FakeFile) - Method in interface gs.hitchin.hitchfs.FakeFileOperations
 
length(FakeFile) - Method in class gs.hitchin.hitchfs.IOFileSystem
 
length(FakeFile) - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 
list() - Method in class gs.hitchin.hitchfs.FakeFile
 
list(FilenameFilter) - Method in class gs.hitchin.hitchfs.FakeFile
 
list(FakeFile, FilenameFilter) - Method in interface gs.hitchin.hitchfs.FakeFileOperations
 
list(FakeFile) - Method in interface gs.hitchin.hitchfs.FakeFileOperations
 
list(FakeFile) - Method in class gs.hitchin.hitchfs.MemoryFileSystem
 
list(FakeFile, FilenameFilter) - Method in class gs.hitchin.hitchfs.MemoryFileSystem
 
list(FakeFile, FilenameFilter) - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 
list(FakeFile) - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 
listAsList(FakeFile) - Method in class gs.hitchin.hitchfs.MemoryFileSystem
 
listFiles() - Method in class gs.hitchin.hitchfs.FakeFile
 
listFiles(FileFilter) - Method in class gs.hitchin.hitchfs.FakeFile
 
listFiles(FilenameFilter) - Method in class gs.hitchin.hitchfs.FakeFile
 
listFiles(FakeFile, FileFilter) - Method in interface gs.hitchin.hitchfs.FakeFileOperations
 
listFiles(FakeFile, FilenameFilter) - Method in interface gs.hitchin.hitchfs.FakeFileOperations
 
listFiles(FakeFile) - Method in interface gs.hitchin.hitchfs.FakeFileOperations
 
listFiles(FakeFile) - Method in class gs.hitchin.hitchfs.MemoryFileSystem
 
listFiles(FakeFile, Predicate<File>) - Method in class gs.hitchin.hitchfs.MemoryFileSystem
 
listFiles(FakeFile, FileFilter) - Method in class gs.hitchin.hitchfs.MemoryFileSystem
 
listFiles(FakeFile, FilenameFilter) - Method in class gs.hitchin.hitchfs.MemoryFileSystem
 
listFiles(FakeFile, FileFilter) - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 
listFiles(FakeFile, FilenameFilter) - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 
listFiles(FakeFile) - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 
listRoots() - Method in class gs.hitchin.hitchfs.MemoryFileSystem
 
listRoots() - Method in class gs.hitchin.hitchfs.StubFileSystem
 
lookup(FakeFile) - Method in class gs.hitchin.hitchfs.MemoryFileSystem
 

M

makePath(Iterable<String>, String, boolean) - Static method in class gs.hitchin.hitchfs.StubFileSystem
 
md2() - Static method in class gs.hitchin.hitchfs.MessageDigestOutputStream
 
md5() - Static method in class gs.hitchin.hitchfs.MessageDigestOutputStream
 
Md5Content - Class in gs.hitchin.hitchfs
 
Md5Content() - Constructor for class gs.hitchin.hitchfs.Md5Content
 
MemoryFileSystem - Class in gs.hitchin.hitchfs
 
MemoryFileSystem() - Constructor for class gs.hitchin.hitchfs.MemoryFileSystem
 
MessageDigestOutputStream - Class in gs.hitchin.hitchfs
Provides fake output stream that discards output, but records a message digest of the written bytes for verification later.
MessageDigestOutputStream(MessageDigest) - Constructor for class gs.hitchin.hitchfs.MessageDigestOutputStream
 
mkdir() - Method in class gs.hitchin.hitchfs.FakeFile
 
mkdir(FakeFile) - Method in interface gs.hitchin.hitchfs.FakeFileOperations
 
mkdir(FakeFile) - Method in class gs.hitchin.hitchfs.MemoryFileSystem
 
mkdir(FakeFile) - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 
mkdirs() - Method in class gs.hitchin.hitchfs.FakeFile
 
mkdirs(FakeFile) - Method in interface gs.hitchin.hitchfs.FakeFileOperations
 
mkdirs(FakeFile) - Method in class gs.hitchin.hitchfs.MemoryFileSystem
http://www.docjar.com/html/api/java/io/File.java.html
mkdirs(FakeFile) - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 

N

none(PropStore) - Method in interface gs.hitchin.hitchfs.PropStore.PropVisitor
 

O

output(String) - Static method in class gs.hitchin.hitchfs.MessageDigestOutputStream
 
output(File) - Method in class gs.hitchin.hitchfs.StubFileSystem
 
output(String) - Method in class gs.hitchin.hitchfs.StubFileSystem
 
output(File, boolean) - Method in class gs.hitchin.hitchfs.StubFileSystem
 
output(String, boolean) - Method in class gs.hitchin.hitchfs.StubFileSystem
 
output(FileDescriptor) - Method in class gs.hitchin.hitchfs.StubFileSystem
 

P

printFS() - Method in class gs.hitchin.hitchfs.MemoryFileSystem
 
PropStore - Class in gs.hitchin.hitchfs
 
PropStore() - Constructor for class gs.hitchin.hitchfs.PropStore
 
PropStore.PropVisitor<P,S> - Interface in gs.hitchin.hitchfs
 

R

reader(File) - Method in class gs.hitchin.hitchfs.StubFileSystem
 
reader(String) - Method in class gs.hitchin.hitchfs.StubFileSystem
 
reader(FileDescriptor) - Method in class gs.hitchin.hitchfs.StubFileSystem
 
register(FakeFile) - Method in class gs.hitchin.hitchfs.MemoryFileSystem
 
register(FakeFile) - Method in class gs.hitchin.hitchfs.StubFileSystem
 
renameTo(File) - Method in class gs.hitchin.hitchfs.FakeFile
 
renameTo(FakeFile, File) - Method in interface gs.hitchin.hitchfs.FakeFileOperations
 
renameTo(FakeFile, File) - Method in class gs.hitchin.hitchfs.MemoryFileSystem
 
renameTo(FakeFile, File) - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 

S

setExecutable(boolean, boolean) - Method in class gs.hitchin.hitchfs.FakeFile
 
setExecutable(boolean) - Method in class gs.hitchin.hitchfs.FakeFile
 
setExecutable(FakeFile, boolean, boolean) - Method in interface gs.hitchin.hitchfs.FakeFileOperations
 
setExecutable(FakeFile, boolean) - Method in interface gs.hitchin.hitchfs.FakeFileOperations
 
setExecutable(FakeFile, boolean, boolean) - Method in class gs.hitchin.hitchfs.MemoryFileSystem
 
setExecutable(FakeFile, boolean) - Method in class gs.hitchin.hitchfs.MemoryFileSystem
 
setExecutable(FakeFile, boolean, boolean) - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 
setExecutable(FakeFile, boolean) - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 
setHidden(boolean) - Method in class gs.hitchin.hitchfs.FakeFile
 
setHidden(FakeFile, boolean) - Method in interface gs.hitchin.hitchfs.FakeFileOperations
 
setHidden(FakeFile, boolean) - Method in class gs.hitchin.hitchfs.MemoryFileSystem
 
setHidden(FakeFile, boolean) - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 
setKey(String) - Method in class gs.hitchin.hitchfs.FakeFile
 
setLastModified(long) - Method in class gs.hitchin.hitchfs.FakeFile
 
setLastModified(FakeFile, long) - Method in interface gs.hitchin.hitchfs.FakeFileOperations
 
setLastModified(FakeFile, long) - Method in class gs.hitchin.hitchfs.MemoryFileSystem
 
setLastModified(FakeFile, long) - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 
setMap(Map<Class<? extends FileProp>, FileProp>) - Method in class gs.hitchin.hitchfs.PropStore
 
setOutput(OutputStream) - Method in class gs.hitchin.hitchfs.MessageDigestOutputStream
 
setPathField(String) - Method in class gs.hitchin.hitchfs.FakeFile
 
setPrefixLengthField(int) - Method in class gs.hitchin.hitchfs.FakeFile
 
setProperties(PropStore) - Method in class gs.hitchin.hitchfs.FakeFile
 
setReadable(boolean, boolean) - Method in class gs.hitchin.hitchfs.FakeFile
 
setReadable(boolean) - Method in class gs.hitchin.hitchfs.FakeFile
 
setReadable(FakeFile, boolean, boolean) - Method in interface gs.hitchin.hitchfs.FakeFileOperations
 
setReadable(FakeFile, boolean) - Method in interface gs.hitchin.hitchfs.FakeFileOperations
 
setReadable(FakeFile, boolean, boolean) - Method in class gs.hitchin.hitchfs.MemoryFileSystem
 
setReadable(FakeFile, boolean) - Method in class gs.hitchin.hitchfs.MemoryFileSystem
 
setReadable(FakeFile, boolean, boolean) - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 
setReadable(FakeFile, boolean) - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 
setReadOnly() - Method in class gs.hitchin.hitchfs.FakeFile
 
setReadOnly(FakeFile) - Method in interface gs.hitchin.hitchfs.FakeFileOperations
 
setReadOnly(FakeFile) - Method in class gs.hitchin.hitchfs.MemoryFileSystem
 
setReadOnly(FakeFile) - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 
setWritable(boolean, boolean) - Method in class gs.hitchin.hitchfs.FakeFile
 
setWritable(boolean) - Method in class gs.hitchin.hitchfs.FakeFile
 
setWritable(FakeFile, boolean, boolean) - Method in interface gs.hitchin.hitchfs.FakeFileOperations
 
setWritable(FakeFile, boolean) - Method in interface gs.hitchin.hitchfs.FakeFileOperations
 
setWritable(FakeFile, boolean, boolean) - Method in class gs.hitchin.hitchfs.MemoryFileSystem
 
setWritable(FakeFile, boolean) - Method in class gs.hitchin.hitchfs.MemoryFileSystem
 
setWritable(FakeFile, boolean, boolean) - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 
setWritable(FakeFile, boolean) - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 
sha1() - Static method in class gs.hitchin.hitchfs.MessageDigestOutputStream
 
sha256() - Static method in class gs.hitchin.hitchfs.MessageDigestOutputStream
 
sha384() - Static method in class gs.hitchin.hitchfs.MessageDigestOutputStream
 
sha512() - Static method in class gs.hitchin.hitchfs.MessageDigestOutputStream
 
some(P) - Method in interface gs.hitchin.hitchfs.PropStore.PropVisitor
 
StubFakeFileOperations - Class in gs.hitchin.hitchfs
A stub of FakeFileOperations for use in testing.
StubFakeFileOperations() - Constructor for class gs.hitchin.hitchfs.StubFakeFileOperations
 
StubFileSystem - Class in gs.hitchin.hitchfs
A stub of a FileSystem for use in testing.
StubFileSystem() - Constructor for class gs.hitchin.hitchfs.StubFileSystem
 
StubFileSystem(FakeFileOperations) - Constructor for class gs.hitchin.hitchfs.StubFileSystem
 

T

toString(FakeFile) - Method in class gs.hitchin.hitchfs.BasicFileSystem
 
toString() - Method in class gs.hitchin.hitchfs.FakeFile
 
toString(FakeFile) - Method in interface gs.hitchin.hitchfs.FakeFileOperations
 
toString(FakeFile) - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 
touch() - Method in class gs.hitchin.hitchfs.FakeFile
 
touch(FakeFile) - Method in interface gs.hitchin.hitchfs.FakeFileOperations
 
touch(FakeFile) - Method in class gs.hitchin.hitchfs.MemoryFileSystem
 
touch(FakeFile) - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 
toURI(FakeFile) - Method in class gs.hitchin.hitchfs.BasicFileSystem
http://www.docjar.com/html/api/java/io/File.java.html
toURI() - Method in class gs.hitchin.hitchfs.FakeFile
 
toURI(FakeFile) - Method in interface gs.hitchin.hitchfs.FakeFileOperations
 
toURI(FakeFile) - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 
toURL(FakeFile) - Method in class gs.hitchin.hitchfs.BasicFileSystem
http://www.docjar.com/html/api/java/io/File.java.html
toURL(FakeFile) - Method in class gs.hitchin.hitchfs.StubFakeFileOperations
 

U

update(FakeFile) - Method in class gs.hitchin.hitchfs.StubFileSystem
Updates the FakeFile with an absolute key based on the current directory of this file system.

V

visitProperty(Class<P>, PropStore.PropVisitor<P, S>) - Method in class gs.hitchin.hitchfs.FakeFile
 
visitProperty(Class<P>, PropStore.PropVisitor<P, S>) - Method in class gs.hitchin.hitchfs.PropStore
 

W

withProperty(FileProp) - Method in class gs.hitchin.hitchfs.FakeFile
 
withProperty(Class<T>, T) - Method in class gs.hitchin.hitchfs.FakeFile
 
withProperty(FileProp) - Method in class gs.hitchin.hitchfs.PropStore
 
withProperty(Class<T>, T) - Method in class gs.hitchin.hitchfs.PropStore
 
write(int) - Method in class gs.hitchin.hitchfs.MessageDigestOutputStream
 
writer(File) - Method in class gs.hitchin.hitchfs.StubFileSystem
 
writer(String) - Method in class gs.hitchin.hitchfs.StubFileSystem
 
writer(File, boolean) - Method in class gs.hitchin.hitchfs.StubFileSystem
 
writer(String, boolean) - Method in class gs.hitchin.hitchfs.StubFileSystem
 
writer(FileDescriptor) - Method in class gs.hitchin.hitchfs.StubFileSystem
 

_

_canExecute() - Method in class gs.hitchin.hitchfs.FakeFile
 
_canRead() - Method in class gs.hitchin.hitchfs.FakeFile
 
_canWrite() - Method in class gs.hitchin.hitchfs.FakeFile
 
_compareTo(File) - Method in class gs.hitchin.hitchfs.FakeFile
 
_createNewFile() - Method in class gs.hitchin.hitchfs.FakeFile
 
_delete() - Method in class gs.hitchin.hitchfs.FakeFile
 
_deleteOnExit() - Method in class gs.hitchin.hitchfs.FakeFile
 
_equals(Object) - Method in class gs.hitchin.hitchfs.FakeFile
 
_exists() - Method in class gs.hitchin.hitchfs.FakeFile
 
_getAbsoluteFile() - Method in class gs.hitchin.hitchfs.FakeFile
 
_getAbsolutePath() - Method in class gs.hitchin.hitchfs.FakeFile
 
_getCanonicalFile() - Method in class gs.hitchin.hitchfs.FakeFile
 
_getCanonicalPath() - Method in class gs.hitchin.hitchfs.FakeFile
 
_getFreeSpace() - Method in class gs.hitchin.hitchfs.FakeFile
 
_getName() - Method in class gs.hitchin.hitchfs.FakeFile
 
_getParent() - Method in class gs.hitchin.hitchfs.FakeFile
 
_getParentFile() - Method in class gs.hitchin.hitchfs.FakeFile
 
_getPath() - Method in class gs.hitchin.hitchfs.FakeFile
 
_getTotalSpace() - Method in class gs.hitchin.hitchfs.FakeFile
 
_getUsableSpace() - Method in class gs.hitchin.hitchfs.FakeFile
 
_hashCode() - Method in class gs.hitchin.hitchfs.FakeFile
 
_isAbsolute() - Method in class gs.hitchin.hitchfs.FakeFile
 
_isDirectory() - Method in class gs.hitchin.hitchfs.FakeFile
 
_isFile() - Method in class gs.hitchin.hitchfs.FakeFile
 
_isHidden() - Method in class gs.hitchin.hitchfs.FakeFile
 
_lastModified() - Method in class gs.hitchin.hitchfs.FakeFile
 
_length() - Method in class gs.hitchin.hitchfs.FakeFile
 
_list() - Method in class gs.hitchin.hitchfs.FakeFile
 
_list(FilenameFilter) - Method in class gs.hitchin.hitchfs.FakeFile
 
_listFiles() - Method in class gs.hitchin.hitchfs.FakeFile
 
_listFiles(FileFilter) - Method in class gs.hitchin.hitchfs.FakeFile
 
_listFiles(FilenameFilter) - Method in class gs.hitchin.hitchfs.FakeFile
 
_mkdir() - Method in class gs.hitchin.hitchfs.FakeFile
 
_mkdirs() - Method in class gs.hitchin.hitchfs.FakeFile
 
_renameTo(File) - Method in class gs.hitchin.hitchfs.FakeFile
 
_setExecutable(boolean, boolean) - Method in class gs.hitchin.hitchfs.FakeFile
 
_setExecutable(boolean) - Method in class gs.hitchin.hitchfs.FakeFile
 
_setLastModified(long) - Method in class gs.hitchin.hitchfs.FakeFile
 
_setReadable(boolean, boolean) - Method in class gs.hitchin.hitchfs.FakeFile
 
_setReadable(boolean) - Method in class gs.hitchin.hitchfs.FakeFile
 
_setReadOnly() - Method in class gs.hitchin.hitchfs.FakeFile
 
_setWritable(boolean, boolean) - Method in class gs.hitchin.hitchfs.FakeFile
 
_setWritable(boolean) - Method in class gs.hitchin.hitchfs.FakeFile
 
_toString() - Method in class gs.hitchin.hitchfs.FakeFile
 
_toURI() - Method in class gs.hitchin.hitchfs.FakeFile
 

A B C D E F G H I L M N O P R S T U V W _

Copyright © 2012. All Rights Reserved.