public class ConvertPalmMaps
extends java.lang.Object
Copyright 2004-2009 Partner Software, Inc.
| Constructor and Description |
|---|
ConvertPalmMaps() |
| Modifier and Type | Method and Description |
|---|---|
static void |
convertConnectivity(VfsFile packratFile,
VfsFile roverFile) |
static void |
convertConnectivity(VfsFile packratFile,
VfsFile roverFile,
boolean leavePackrats) |
static void |
convertFind(VfsFile packratFile,
VfsFile roverFile) |
static void |
convertFind(VfsFile packratFile,
VfsFile roverFile,
boolean leavePackrats) |
static void |
convertPackrats() |
static void |
convertPackrats(boolean leavePackrats) |
void |
copy(java.lang.String fromPath,
java.lang.String toPath) |
void |
copyTree(java.lang.String fromPath,
java.lang.String toPath) |
boolean |
getLeavePackrats() |
boolean |
getPackPackages() |
boolean |
isGui() |
void |
move(java.lang.String fromPath,
java.lang.String toPath) |
void |
runImp() |
void |
setGui(boolean gui) |
void |
setLeavePackrats(boolean leavePackrats) |
void |
setOptions(Cog options) |
void |
setPackPackages(boolean packPackages) |
void |
startupImp() |
public void setOptions(Cog options)
public void startupImp()
throws java.lang.Exception
java.lang.Exceptionpublic void runImp()
throws java.lang.Exception
java.lang.Exceptionpublic void copy(java.lang.String fromPath,
java.lang.String toPath)
throws java.io.IOException
java.io.IOExceptionpublic void copyTree(java.lang.String fromPath,
java.lang.String toPath)
throws java.io.IOException
java.io.IOExceptionpublic void move(java.lang.String fromPath,
java.lang.String toPath)
throws java.io.IOException
java.io.IOExceptionpublic boolean isGui()
public void setGui(boolean gui)
public boolean getPackPackages()
public void setPackPackages(boolean packPackages)
public static void convertPackrats()
throws java.io.IOException
java.io.IOExceptionpublic static void convertPackrats(boolean leavePackrats)
throws java.io.IOException
java.io.IOExceptionpublic static void convertConnectivity(VfsFile packratFile, VfsFile roverFile) throws java.io.IOException
java.io.IOExceptionpublic static void convertConnectivity(VfsFile packratFile, VfsFile roverFile, boolean leavePackrats) throws java.io.IOException
java.io.IOExceptionpublic static void convertFind(VfsFile packratFile, VfsFile roverFile) throws java.io.IOException
java.io.IOExceptionpublic static void convertFind(VfsFile packratFile, VfsFile roverFile, boolean leavePackrats) throws java.io.IOException
java.io.IOExceptionpublic boolean getLeavePackrats()
public void setLeavePackrats(boolean leavePackrats)