Drools :: Compiler 6.0.0.CR5

org.drools.compiler.compiler.io
Interface FileSystem

All Known Implementing Classes:
MemoryFileSystem

public interface FileSystem


Method Summary
 File getFile(Path path)
           
 File getFile(String path)
           
 Folder getFolder(Path path)
           
 Folder getFolder(String path)
           
 Folder getRootFolder()
           
 boolean remove(File file)
           
 boolean remove(Folder folder)
           
 

Method Detail

getRootFolder

Folder getRootFolder()

getFile

File getFile(Path path)

getFile

File getFile(String path)

getFolder

Folder getFolder(Path path)

getFolder

Folder getFolder(String path)

remove

boolean remove(File file)

remove

boolean remove(Folder folder)

Drools :: Compiler 6.0.0.CR5

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.