Class MemoryFolder
java.lang.Object
org.drools.compiler.compiler.io.memory.MemoryFolder
- All Implemented Interfaces:
Serializable,FileSystemItem,Folder
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMemoryFolder(MemoryFileSystem mfs, String path) MemoryFolder(MemoryFileSystem mfs, org.drools.util.PortablePath path) -
Method Summary
Modifier and TypeMethodDescriptionbooleancreate()booleanbooleanexists()Collection<? extends FileSystemItem>getName()org.drools.util.PortablePathgetPath()inthashCode()toString()
-
Constructor Details
-
MemoryFolder
-
MemoryFolder
-
-
Method Details
-
getName
-
getPath
public org.drools.util.PortablePath getPath()- Specified by:
getPathin interfaceFileSystemItem
-
getFile
-
getFolder
-
getParent
-
getMembers
- Specified by:
getMembersin interfaceFolder
-
exists
public boolean exists() -
create
public boolean create() -
hashCode
public int hashCode() -
equals
-
toString
-