org.apache.tools.ant.taskdefs.optional.ide

Class VAJProjectDescription


public class VAJProjectDescription
extends java.lang.Object

Type class. Holds information about a project edition.

Constructor Summary

VAJProjectDescription()
VAJProjectDescription(String n, String v)

Method Summary

String
getName()
String
getVersion()
boolean
projectFound()
void
setName(String newName)
name of the VAJ project to load into the workspace; required
void
setProjectFound()
this may be a helper method, and is being ignored for now
void
setVersion(String newVersion)
name of the requested version; required.

Constructor Details

VAJProjectDescription

public VAJProjectDescription()

VAJProjectDescription

public VAJProjectDescription(String n,
                             String v)

Method Details

getName

public String getName()

getVersion

public String getVersion()

projectFound

public boolean projectFound()

setName

public void setName(String newName)
name of the VAJ project to load into the workspace; required

setProjectFound

public void setProjectFound()
this may be a helper method, and is being ignored for now

setVersion

public void setVersion(String newVersion)
name of the requested version; required.

Copyright B) 2000-2006 Apache Software Foundation. All Rights Reserved.