Package org.drools.compiler.compiler.io
Interface Folder
- All Superinterfaces:
FileSystemItem
- All Known Implementing Classes:
MemoryFolder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancreate()booleanexists()Collection<? extends FileSystemItem>getName()Methods inherited from interface org.drools.compiler.compiler.io.FileSystemItem
getPath
-
Method Details
-
getName
String getName() -
getFile
-
exists
boolean exists() -
create
boolean create() -
getFolder
-
getParent
Folder getParent() -
getMembers
Collection<? extends FileSystemItem> getMembers()
-