env3d.util
Class Staging

java.lang.Object
  extended by env3d.util.Staging

public class Staging
extends java.lang.Object


Constructor Summary
Staging()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void makeStagingDir(java.io.File packageDir, boolean bluej)
          Create a staging directory for models, textures, and sound
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Staging

public Staging()
Method Detail

makeStagingDir

public static void makeStagingDir(java.io.File packageDir,
                                  boolean bluej)
                           throws java.lang.Exception
Create a staging directory for models, textures, and sound

Parameters:
packageDir - the directory to operate on
bluej - is it being run within BlueJ?
Throws:
java.lang.Exception

main

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