Class MemoryPath
- java.lang.Object
-
- org.drools.compiler.compiler.io.memory.MemoryPath
-
- All Implemented Interfaces:
Serializable,Path
public class MemoryPath extends Object implements Path, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MemoryPath(String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()StringtoPortableString()StringtoRelativePortableString(Path basePath)StringtoString()
-
-
-
Constructor Detail
-
MemoryPath
public MemoryPath(String path)
-
-
Method Detail
-
toPortableString
public String toPortableString()
- Specified by:
toPortableStringin interfacePath
-
toRelativePortableString
public String toRelativePortableString(Path basePath)
- Specified by:
toRelativePortableStringin interfacePath
-
-