public class KloFile extends Object implements Serializable
Constructor and Description |
---|
KloFile() |
Modifier and Type | Method and Description |
---|---|
void |
addTraceBlock(String file,
String method,
String name,
int id) |
void |
addTraceLine(int id,
int line,
String text,
char type) |
void |
addTraceLine(int id,
int line,
String text,
char type,
int refId) |
Set<Map.Entry<String,String>> |
entrySet() |
String |
get(String key) |
Integer |
getKey() |
static long |
getSerialVersionUID() |
void |
setKey(Integer key) |
int |
size() |
void |
store(String key,
String value) |
String |
toString() |
public void addTraceLine(int id, int line, String text, char type)
public void addTraceLine(int id, int line, String text, char type, int refId)
public static long getSerialVersionUID()
public Integer getKey()
public void setKey(Integer key)
key
- the key to setpublic int size()
Copyright © 2004-2017. All Rights Reserved.