com.partnersoft.maps.tools
Class ConvertPalmMaps

java.lang.Object
  extended by com.partnersoft.system.App
      extended by com.partnersoft.maps.tools.ConvertPalmMaps

public class ConvertPalmMaps
extends App

Tool that copies a v3.x PalmMaps directory and generates textures.

Author:
Paul Reavis Copyright 2004 Partner Software, Inc.

Constructor Summary
ConvertPalmMaps()
           
 
Method Summary
 void copy(java.lang.String fromPath, java.lang.String toPath)
           
 void copyTree(java.lang.String fromPath, java.lang.String toPath)
           
 void move(java.lang.String fromPath, java.lang.String toPath)
           
 void runImp()
           
 void setOptions(Cog options)
           
 void startupImp()
           
 
Methods inherited from class com.partnersoft.system.App
getEnvironment, getName, runApp, setName, shutdownImp, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConvertPalmMaps

public ConvertPalmMaps()
Method Detail

setOptions

public void setOptions(Cog options)
Overrides:
setOptions in class App

startupImp

public void startupImp()
                throws java.lang.Exception
Overrides:
startupImp in class App
Throws:
java.lang.Exception

runImp

public void runImp()
            throws java.lang.Exception
Specified by:
runImp in class App
Throws:
java.lang.Exception

copy

public void copy(java.lang.String fromPath,
                 java.lang.String toPath)
          throws java.io.IOException
Throws:
java.io.IOException

copyTree

public void copyTree(java.lang.String fromPath,
                     java.lang.String toPath)
              throws java.io.IOException
Throws:
java.io.IOException

move

public void move(java.lang.String fromPath,
                 java.lang.String toPath)
          throws java.io.IOException
Throws:
java.io.IOException