SourceJammer 1.3.0 November 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan

org.sourcejammer.project.model
Class Conversion

java.lang.Object
  |
  +--org.sourcejammer.project.model.Conversion

public class Conversion
extends java.lang.Object


Inner Class Summary
static class Conversion.ConversionTypes
           
 
Constructor Summary
Conversion()
           
 
Method Summary
static void addHistoryType(java.io.File filesDirectory)
           
static void addParentIDs(java.io.File dir, java.lang.String projFileName, long parentID, java.lang.String level)
           
static void convertArchive(ArchiveInfoFS arch)
           
static void convertUsers()
           
static void main(java.lang.String[] args)
           
static void runConversion()
           
static void runConversionOneThree()
          Converts server from version 1.2 to version 1.3.
static void runConversionOneTwo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Conversion

public Conversion()
Method Detail

runConversion

public static void runConversion()
                          throws FileAccessException

addParentIDs

public static void addParentIDs(java.io.File dir,
                                java.lang.String projFileName,
                                long parentID,
                                java.lang.String level)

runConversionOneTwo

public static void runConversionOneTwo()
                                throws FileAccessException,
                                       java.io.IOException

convertUsers

public static void convertUsers()
                         throws java.io.IOException

convertArchive

public static void convertArchive(ArchiveInfoFS arch)
                           throws java.io.IOException,
                                  FileAccessException

addHistoryType

public static void addHistoryType(java.io.File filesDirectory)

main

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

runConversionOneThree

public static void runConversionOneThree()
                                  throws FileAccessException,
                                         java.io.IOException,
                                         ProjectDoesNotExistException,
                                         FileAlreadyExistsException,
                                         SecurityException,
                                         TextFileException,
                                         org.xml.sax.SAXException,
                                         XMLNodeDoesNotExistException,
                                         SourceJammerVersionException
Converts server from version 1.2 to version 1.3. Just moves Label files to their new location inside of their parent projects.

SourceJammer 1.3.0 November 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan