|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectopenlsm.readFile.LSMReadFile
public class LSMReadFile
Read one file from XML format to transform it into a new index file in flat format (behaviour of normal import functions from OpenLSD)
| Constructor Summary | |
|---|---|
LSMReadFile()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
getIndex(java.lang.String filename,
boolean toFile)
Get the Index, either to a file (toFile = True) either to the String as return |
static void |
main(java.lang.String[] args)
Read one file from XML format to transform it into a new index file in flat format (behaviour of normal import functions from OpenLSD). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LSMReadFile()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
args -
public static java.lang.String getIndex(java.lang.String filename,
boolean toFile)
filename - output will ne named "filename"2toFile -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||