Package org.drools.core.rule
Class LineMappings
- java.lang.Object
-
- org.drools.core.rule.LineMappings
-
- All Implemented Interfaces:
Externalizable,Serializable
public class LineMappings extends Object implements Externalizable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LineMappings()LineMappings(String className)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClassName()intgetOffset()intgetStartLine()voidreadExternal(ObjectInput stream)voidsetOffset(int offset)voidsetStartLine(int startLine)voidwriteExternal(ObjectOutput stream)
-
-
-
Constructor Detail
-
LineMappings
public LineMappings()
-
LineMappings
public LineMappings(String className)
-
-
Method Detail
-
readExternal
public void readExternal(ObjectInput stream) throws IOException, ClassNotFoundException
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput stream) throws IOException
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
getClassName
public String getClassName()
-
setStartLine
public void setStartLine(int startLine)
-
getStartLine
public int getStartLine()
-
setOffset
public void setOffset(int offset)
-
getOffset
public int getOffset()
-
-