protoj.lang
Class SampleProjectFeature

java.lang.Object
  extended by protoj.lang.SampleProjectFeature

public final class SampleProjectFeature
extends java.lang.Object

Responsible for creating a sample project on the filing system.

Author:
Ashley Williams

Constructor Summary
SampleProjectFeature()
           
 
Method Summary
 void createAjcProject(java.io.File parentDir, java.io.File jarFile)
          Creates the ajc project with the specified rootDir.
 void createBasicProject(java.io.File parentDir, java.io.File jarFile)
          Creates the basic project under the specified parentDir.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleProjectFeature

public SampleProjectFeature()
Method Detail

createBasicProject

public void createBasicProject(java.io.File parentDir,
                               java.io.File jarFile)
Creates the basic project under the specified parentDir. This is a pass-thru method to createProject(File, String, File, String...) .

Parameters:
parentDir -
jarFile -

createAjcProject

public void createAjcProject(java.io.File parentDir,
                             java.io.File jarFile)
Creates the ajc project with the specified rootDir. This is a pass-thru method to createProject(File, String, File, String...).

Parameters:
parentDir -
jarFile -