ch.interlis.ilirepository.impl
Class MakeIliModelsXml

java.lang.Object
  extended by ch.interlis.ilirepository.impl.MakeIliModelsXml

public class MakeIliModelsXml
extends java.lang.Object

Tool to create an ilimodels.xml file in a given local folder tree.

Author:
ceis

Field Summary
static java.lang.String APP_JAR
          name of jar file.
static java.lang.String APP_NAME
          name of application as shown to user.
 
Constructor Summary
MakeIliModelsXml()
           
 
Method Summary
static java.lang.String getVersion()
          get version of program.
static void main(java.lang.String[] args)
           
static java.util.HashSet scanIliFileDir(java.io.File startdir)
          scans a directory for ili-files.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

APP_NAME

public static final java.lang.String APP_NAME
name of application as shown to user.

See Also:
Constant Field Values

APP_JAR

public static final java.lang.String APP_JAR
name of jar file.

See Also:
Constant Field Values
Constructor Detail

MakeIliModelsXml

public MakeIliModelsXml()
Method Detail

main

public static void main(java.lang.String[] args)
Parameters:
args -

scanIliFileDir

public static java.util.HashSet scanIliFileDir(java.io.File startdir)
                                        throws java.io.IOException
scans a directory for ili-files.

Parameters:
startdir - directory to scan
Returns:
set
Throws:
java.io.IOException

getVersion

public static java.lang.String getVersion()
get version of program.

Returns:
version e.g. "1.0.0"