Package org.jgroups.tests
Class MakeUnique
java.lang.Object
org.jgroups.tests.MakeUnique
Replaces words that start with args passed to the program with A, B, C and so on. Useful to convert a view of
long names into shorter ones, e.g. for parsing logs
- Since:
- 3.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
current_char
int current_char -
count
int count
-
-
Constructor Details
-
MakeUnique
public MakeUnique()
-
-
Method Details
-
start
void start(String inputfile, String outputfile, String delimiters, Collection<String> keywords, boolean dump) throws IOException - Throws:
IOException
-
get
-
increment
private void increment() -
isKeyword
-
main
- Throws:
IOException
-