Package org.drools.compiler.compiler.io
Interface File
- All Superinterfaces:
FileSystemItem
- All Known Implementing Classes:
MemoryFile
-
Method Summary
Modifier and TypeMethodDescriptionvoidcreate(InputStream is) booleanexists()getName()org.drools.util.PortablePathgetPath()void
-
Method Details
-
getName
String getName() -
exists
boolean exists() -
getContents
- Throws:
IOException
-
setContents
- Throws:
IOException
-
create
- Throws:
IOException
-
getPath
org.drools.util.PortablePath getPath()- Specified by:
getPathin interfaceFileSystemItem
-