com.partnersoft.maps.tools
Class ConvertPalmMaps
java.lang.Object
com.partnersoft.system.App
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.
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ConvertPalmMaps
public ConvertPalmMaps()
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