public class CompressedProjectExtractor extends Object
History:
     Date:     May 29, 2007
     Time:     1:13 PM
     Author:   Terry Norbraten, NPS MOVES
     Comments: Initial
 
     Date:     02 JUN 2007
     Time:     0303Z
     Author:   Terry Norbraten, NPS MOVES
     Comments: 1) Create accessor method to extracted project path
               2) Since the compressed project .zip is now created without an extra 
                  embedded ProjectLocation folder, removed extra path pointer
                  accessor method
               3) Support to allow user to choose where to extract the new
                  project from localhost .zip file or from URL
   
 | Constructor and Description | 
|---|
| CompressedProjectExtractor(String[] args)Creates a new instance of CompressedProjectExtractor | 
| Modifier and Type | Method and Description | 
|---|---|
| void | extractCompressedProjectFiles() | 
| String | getExtractedCompressedProjectBasePath() | 
| static void | main(String[] args) | 
public CompressedProjectExtractor(String[] args)
args - the command line arguments (if any)public void extractCompressedProjectFiles()
public String getExtractedCompressedProjectBasePath()
public static void main(String[] args)
args - the command line arguments (if any)